Skip to content

Commit 8a19e4c

Browse files
Johan Jonkermmind
authored andcommitted
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>
1 parent ea2d16f commit 8a19e4c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,19 +1167,23 @@
11671167

11681168
lvds_in: port@0 {
11691169
reg = <0>;
1170-
11711170
#address-cells = <1>;
11721171
#size-cells = <0>;
11731172

11741173
lvds_in_vopb: endpoint@0 {
11751174
reg = <0>;
11761175
remote-endpoint = <&vopb_out_lvds>;
11771176
};
1177+
11781178
lvds_in_vopl: endpoint@1 {
11791179
reg = <1>;
11801180
remote-endpoint = <&vopl_out_lvds>;
11811181
};
11821182
};
1183+
1184+
lvds_out: port@1 {
1185+
reg = <1>;
1186+
};
11831187
};
11841188
};
11851189

0 commit comments

Comments
 (0)