Commit 30322f81 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: fix px30 dsi node



With the conversion of rockchip,dw-mipi-dsi.yaml a port@1 node
is required, so add a node with label dsi_out.
Also add label dsi_in to port@0.

Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/1ee3e676-aef4-f464-82b0-8fb39ba5c60d@gmail.com


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

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

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