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

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
......@@ -108,12 +108,23 @@ simple-audio-card,codec {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment