summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/ls1021a-twr.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/ls1021a-twr.dts')
-rw-r--r--dts/src/arm/ls1021a-twr.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/dts/src/arm/ls1021a-twr.dts b/dts/src/arm/ls1021a-twr.dts
index 75ecaed32a..a8b148ad1d 100644
--- a/dts/src/arm/ls1021a-twr.dts
+++ b/dts/src/arm/ls1021a-twr.dts
@@ -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 {