hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt
....@@ -3,9 +3,7 @@
33
44 Required properties:
55 - compatible: "rockchip,rk3288-dp",
6
- "rockchip,rk3368-edp",
76 "rockchip,rk3399-edp";
8
- "rockchip,rk3568-edp";
97
108 - reg: physical base address of the controller and length
119
....@@ -23,6 +21,8 @@
2321
2422 - reset-names: Must include the name "dp"
2523
24
+- rockchip,grf: this soc should set GRF regs, so need get grf here.
25
+
2626 - ports: there are 2 port nodes with endpoint definitions as defined in
2727 Documentation/devicetree/bindings/media/video-interfaces.txt.
2828 Port 0: contained 2 endpoints, connecting to the output of vop.
....@@ -33,11 +33,6 @@
3333
3434 - clock-names: from common clock binding:
3535 Required elements: "grf"
36
-- rockchip,grf: this soc should set GRF regs, so need get grf here.
37
-Optional properties
38
-- reset-names: "apb" must control the reset line to the APB interface.
39
-- vcc-supply: Regulator for eDP_AVDD_1V0.
40
-- vccio-supply: Regulator for eDP_AVDD_1V8.
4136
4237 For the below properties, please refer to Analogix DP binding document:
4338 * Documentation/devicetree/bindings/display/bridge/analogix_dp.txt