On 3/10/2026 6:53 PM, Damon Ding wrote: > These patchs have been tested with a 1536x2048p60 eDP panel on > RK3576 EVB1 board (hardware modified specially). The DTS changes are attached as an attachment. > > Patch 1~2 are to add the RK3576 eDP node. > Patch 3~4 are to support the RK3576 Analogix DP controller. > > Damon Ding (4): > dt-bindings: display: rockchip: analogix-dp: Add support for RK3576 > arm64: dts: rockchip: Add eDP node for RK3576 > drm/bridge: analogix_dp: Add support for RK3576 > drm/rockchip: analogix_dp: Add support for RK3576 > > .../rockchip/rockchip,analogix-dp.yaml | 6 +++- > arch/arm64/boot/dts/rockchip/rk3576.dtsi | 28 +++++++++++++++++++ > .../drm/bridge/analogix/analogix_dp_core.c | 1 + > .../gpu/drm/rockchip/analogix_dp-rockchip.c | 15 ++++++++++ > include/drm/bridge/analogix_dp.h | 3 +- > 5 files changed, 51 insertions(+), 2 deletions(-) > Best regards, Damon