diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-12-22 15:30:06 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-03-23 00:38:11 +0100 |
commit | 8a19e4c74d17ed8d1e6bc06b32c5b7b7c3b9fcfb (patch) | |
tree | cdaf22941576a4e646db480a6b77fc62d5440845 /arch/arm/boot/dts/rk3288.dtsi | |
parent | ea2d16f90629e3158307d0183cad5c40aa55c995 (diff) | |
download | linux-next-8a19e4c74d17ed8d1e6bc06b32c5b7b7c3b9fcfb.tar.gz |
ARM: dts: rockchip: fix rk3288 lvds node
With the conversion of rockchip,lvds.yaml a port@1 node
is required, so add a node with label lvds_out.
Also restyle.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/e7b78a73-0e89-d9e9-2ecc-a8a380635f64@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 5745e9241e36..8b71ca41e848 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1167,7 +1167,6 @@ lvds_in: port@0 { reg = <0>; - #address-cells = <1>; #size-cells = <0>; @@ -1175,11 +1174,16 @@ reg = <0>; remote-endpoint = <&vopb_out_lvds>; }; + lvds_in_vopl: endpoint@1 { reg = <1>; remote-endpoint = <&vopl_out_lvds>; }; }; + + lvds_out: port@1 { + reg = <1>; + }; }; }; |