forked from Minki/linux
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:
parent
17028ca2a5
commit
9e2ce1953c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user