summary refs log tree commit diff
path: root/arch/arm/boot/dts/ls1021a-twr.dts
diff options
context:
space:
mode:
authorMeng Yi <meng.yi@nxp.com>2016-09-06 17:45:34 +0800
committerShawn Guo <shawnguo@kernel.org>2016-09-08 22:08:12 +0800
commit9e2ce1953c7fe380b2e3e9749c32847087964f18 (patch)
treea3ab8249320e500e6f51ffafd4ee668556886cae /arch/arm/boot/dts/ls1021a-twr.dts
parent17028ca2a5030a2e97f87b3290f814ba860480c0 (diff)
downloadlinux-9e2ce1953c7fe380b2e3e9749c32847087964f18.tar.gz
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: Meng Yi <meng.yi@nxp.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-twr.dts')
-rw-r--r--arch/arm/boot/dts/ls1021a-twr.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index 75ecaed32ae5..a8b148ad1dd2 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -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 {