提交 9e2ce195 编写于 作者: M Meng Yi 提交者: 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: NMeng Yi <meng.yi@nxp.com>
Acked-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 17028ca2
...@@ -108,12 +108,23 @@ ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册