[PATCH v6 10/17] ARM: dts: rockchip: rk3288: fix lvds node
Johan Jonker
jbx6244 at gmail.com
Thu Dec 22 06:30:06 PST 2022
With the conversion of rockchip,lvds.yaml a port at 1 node
is required, so add a node with label lvds_out.
Also restyle.
Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
---
Changed V6:
Restyle
Changed V5:
Rename title
---
arch/arm/boot/dts/rk3288.dtsi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index fbb174729..9def3988e 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -1167,7 +1167,6 @@
lvds_in: port at 0 {
reg = <0>;
-
#address-cells = <1>;
#size-cells = <0>;
@@ -1175,11 +1174,16 @@
reg = <0>;
remote-endpoint = <&vopb_out_lvds>;
};
+
lvds_in_vopl: endpoint at 1 {
reg = <1>;
remote-endpoint = <&vopl_out_lvds>;
};
};
+
+ lvds_out: port at 1 {
+ reg = <1>;
+ };
};
};
--
2.20.1
More information about the Linux-rockchip
mailing list