ARM: dts: at91: nattis: add lvds-encoder
authorPeter Rosin <peda@axentia.se>
Thu, 18 Jan 2018 11:46:15 +0000 (12:46 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 13 Feb 2018 16:15:14 +0000 (17:15 +0100)
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>
arch/arm/boot/dts/at91-nattis-2-natte-2.dts

index f94c061..af9f384 100644 (file)
 
                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>;
+                               };
                        };
                };
        };
                             &pinctrl_lcd_hipow0>;
 
                port@0 {
-                       hlcdc_panel_output: endpoint {
-                               remote-endpoint = <&panel_input>;
+                       hlcdc_output: endpoint {
+                               remote-endpoint = <&lvds_encoder_input>;
                        };
                };
        };