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>
This commit is contained in:
Meng Yi 2016-09-06 17:45:34 +08:00 committed by Shawn Guo
parent 17028ca2a5
commit 9e2ce1953c

View file

@ -108,12 +108,23 @@
panel: panel { panel: panel {
compatible = "nec,nl4827hc19-05b"; compatible = "nec,nl4827hc19-05b";
port {
panel_in: endpoint {
remote-endpoint = <&dcu_out>;
};
};
}; };
}; };
&dcu { &dcu {
fsl,panel = <&panel>;
status = "okay"; status = "okay";
port {
dcu_out: endpoint {
remote-endpoint = <&panel_in>;
};
};
}; };
&dspi1 { &dspi1 {