Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e2ce195 authored by Meng Yi's avatar Meng Yi Committed by Shawn Guo
Browse files

ARM: dts: ls1021a: Add of_graph dt nodes to describe the panel



add of_graph dt nodes to describe the panel, and removed
"fsl,panel" property

Signed-off-by: default avatarMeng Yi <meng.yi@nxp.com>
Acked-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 17028ca2
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -108,12 +108,23 @@

	panel: panel {
		compatible = "nec,nl4827hc19-05b";

		port {
			panel_in: endpoint {
				remote-endpoint = <&dcu_out>;
			};
		};
	};
};

&dcu {
	fsl,panel = <&panel>;
	status = "okay";

	port {
		dcu_out: endpoint {
			remote-endpoint = <&panel_in>;
		};
	};
};

&dspi1 {