1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Meng Yi 2016-09-06 17:45:34 +08:00 committed by Shawn Guo
parent 17028ca2a5
commit 9e2ce1953c
1 changed files with 12 additions and 1 deletions

View File

@ -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 {