From: Meng Yi Date: Tue, 6 Sep 2016 09:45:34 +0000 (+0800) Subject: ARM: dts: ls1021a: Add of_graph dt nodes to describe the panel X-Git-Tag: Ubuntu-4.10.0-19.21~2445^2~14^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9e2ce1953c7fe380b2e3e9749c32847087964f18;p=mirror_ubuntu-artful-kernel.git 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 Acked-by: Stefan Agner Signed-off-by: Shawn Guo --- 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 {