Commit 8a19e4c7 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner
Browse files

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: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/e7b78a73-0e89-d9e9-2ecc-a8a380635f64@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ea2d16f9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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>;
			};
		};
	};