aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2018-01-18 12:46:15 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-02-13 17:15:14 +0100
commit2f8bd78412ed5807350ec0c1bb56488d9b7993cf (patch)
tree06b56cfd513c2ae19f1a7e497bb0fe4754a74fb7 /arch/arm/boot/dts/at91-nattis-2-natte-2.dts
parentARM: dts: at91: nattis: use up-to-date mtd partitions (diff)
downloadlinux-dev-2f8bd78412ed5807350ec0c1bb56488d9b7993cf.tar.xz
linux-dev-2f8bd78412ed5807350ec0c1bb56488d9b7993cf.zip
ARM: dts: at91: nattis: add lvds-encoder
The lvds encoder chip was omitted by oversight. Add it. Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power") Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-nattis-2-natte-2.dts')
-rw-r--r--arch/arm/boot/dts/at91-nattis-2-natte-2.dts31
1 files changed, 28 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
index f94c0613fb0d..af9f38456d04 100644
--- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
+++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts
@@ -109,7 +109,32 @@
port {
panel_input: endpoint {
- remote-endpoint = <&hlcdc_panel_output>;
+ remote-endpoint = <&lvds_encoder_output>;
+ };
+ };
+ };
+
+ lvds-encoder {
+ compatible = "lvds-encoder";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+
+ lvds_encoder_input: endpoint {
+ remote-endpoint = <&hlcdc_output>;
+ };
+ };
+
+ port@1 {
+ reg = <1>;
+
+ lvds_encoder_output: endpoint {
+ remote-endpoint = <&panel_input>;
+ };
};
};
};
@@ -176,8 +201,8 @@
&pinctrl_lcd_hipow0>;
port@0 {
- hlcdc_panel_output: endpoint {
- remote-endpoint = <&panel_input>;
+ hlcdc_output: endpoint {
+ remote-endpoint = <&lvds_encoder_input>;
};
};
};