Commit 0d5e2491 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: fix px30 lvds node



With the conversion of rockchip,lvds.yaml a port@1 node
is required, so add a node with label lvds_out.
Also add label lvds_in to port@0.

Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/99895a4b-25c4-4b64-42ac-6f70940ab56e@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 975e9bba
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -474,7 +474,7 @@
				#address-cells = <1>;
				#address-cells = <1>;
				#size-cells = <0>;
				#size-cells = <0>;


				port@0 {
				lvds_in: port@0 {
					reg = <0>;
					reg = <0>;
					#address-cells = <1>;
					#address-cells = <1>;
					#size-cells = <0>;
					#size-cells = <0>;
@@ -489,6 +489,10 @@
						remote-endpoint = <&vopl_out_lvds>;
						remote-endpoint = <&vopl_out_lvds>;
					};
					};
				};
				};

				lvds_out: port@1 {
					reg = <1>;
				};
			};
			};
		};
		};
	};
	};