diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-12-22 15:30:38 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-03-23 00:38:11 +0100 |
commit | 95e2ac6ae9f2330557a6aef70bf15173e1dd9714 (patch) | |
tree | 144f4910361b9127fdfad93c1990f839419eb35a | |
parent | ARM: dts: rockchip: fix rk3288 lvds node (diff) | |
download | linux-95e2ac6ae9f2330557a6aef70bf15173e1dd9714.tar.xz linux-95e2ac6ae9f2330557a6aef70bf15173e1dd9714.zip |
ARM: dts: rockchip: fix rk3288 dp node
With the conversion of rockchip,analogix-dp.yaml a port@1 node
is required, so add a node with label edp_out.
Also restyle.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/0a423eb4-0ab6-7ecb-d450-d93639160dbc@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 8b71ca41e848..2fa7fdc60d27 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1204,19 +1204,26 @@ ports { #address-cells = <1>; #size-cells = <0>; + edp_in: port@0 { reg = <0>; #address-cells = <1>; #size-cells = <0>; + edp_in_vopb: endpoint@0 { reg = <0>; remote-endpoint = <&vopb_out_edp>; }; + edp_in_vopl: endpoint@1 { reg = <1>; remote-endpoint = <&vopl_out_edp>; }; }; + + edp_out: port@1 { + reg = <1>; + }; }; }; |