From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt b/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt index a919850..4356158 100644 --- a/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt +++ b/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt @@ -3,9 +3,7 @@ Required properties: - compatible: "rockchip,rk3288-dp", - "rockchip,rk3368-edp", "rockchip,rk3399-edp"; - "rockchip,rk3568-edp"; - reg: physical base address of the controller and length @@ -23,6 +21,8 @@ - reset-names: Must include the name "dp" +- rockchip,grf: this soc should set GRF regs, so need get grf here. + - ports: there are 2 port nodes with endpoint definitions as defined in Documentation/devicetree/bindings/media/video-interfaces.txt. Port 0: contained 2 endpoints, connecting to the output of vop. @@ -33,11 +33,6 @@ - clock-names: from common clock binding: Required elements: "grf" -- rockchip,grf: this soc should set GRF regs, so need get grf here. -Optional properties -- reset-names: "apb" must control the reset line to the APB interface. -- vcc-supply: Regulator for eDP_AVDD_1V0. -- vccio-supply: Regulator for eDP_AVDD_1V8. For the below properties, please refer to Analogix DP binding document: * Documentation/devicetree/bindings/display/bridge/analogix_dp.txt -- Gitblit v1.6.2