Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f8bd784 authored by Peter Rosin's avatar Peter Rosin Committed by Alexandre Belloni
Browse files

ARM: dts: at91: nattis: add lvds-encoder



The lvds encoder chip was omitted by oversight. Add it.

Fixes: 0e432389 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power")
Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent cf438f51
Loading
Loading
Loading
Loading
+28 −3
Original line number Diff line number Diff line
@@ -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>;
			};
		};
	};