Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: rockchip: analogix-dp: Add support for RK3588

Compared with RK3288/RK3399, the HBR2 link rate support is the main
improvement of RK3588 eDP TX controller, and there are also two
independent eDP display interfaces on RK3588 Soc.

The newly added 'apb' reset is to ensure the APB bus of eDP controller
works well on the RK3588 SoC.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Link: https://lore.kernel.org/r/20250310104114.2608063-10-damon.ding@rock-chips.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Damon Ding and committed by
Dmitry Baryshkov
f8551462 d7b4936b

+20 -2
+20 -2
Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml
··· 15 15 enum: 16 16 - rockchip,rk3288-dp 17 17 - rockchip,rk3399-edp 18 + - rockchip,rk3588-edp 18 19 19 20 clocks: 20 21 minItems: 2 ··· 32 31 maxItems: 1 33 32 34 33 resets: 35 - maxItems: 1 34 + minItems: 1 35 + maxItems: 2 36 36 37 37 reset-names: 38 - const: dp 38 + minItems: 1 39 + items: 40 + - const: dp 41 + - const: apb 39 42 40 43 rockchip,grf: 41 44 $ref: /schemas/types.yaml#/definitions/phandle ··· 59 54 60 55 allOf: 61 56 - $ref: /schemas/display/bridge/analogix,dp.yaml# 57 + 58 + - if: 59 + properties: 60 + compatible: 61 + contains: 62 + enum: 63 + - rockchip,rk3588-edp 64 + then: 65 + properties: 66 + resets: 67 + minItems: 2 68 + reset-names: 69 + minItems: 2 62 70 63 71 unevaluatedProperties: false 64 72