Commit 7aa69a47 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: stout: Convert to new LVDS DT bindings



As of commit 6d2ca852 ("dt-bindings: display: renesas: Deprecate
LVDS support in the DU bindings"), the internal LVDS encoder has DT
bindings separate from the DU.  The Lager device tree was ported over to
the new model, but the Stout device tree was forgotten.

Fixes: 15a1ff30 ("ARM: dts: r8a7790: Convert to new LVDS DT bindings")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent bfeffd15
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -94,9 +94,8 @@
	status = "okay";

	clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&cpg CPG_MOD 722>,
		 <&cpg CPG_MOD 726>, <&cpg CPG_MOD 725>,
		 <&osc1_clk>;
	clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1", "dclkin.0";
	clock-names = "du.0", "du.1", "du.2", "dclkin.0";

	ports {
		port@0 {
@@ -104,11 +103,21 @@
				remote-endpoint = <&adv7511_in>;
			};
		};
	};
};

&lvds0 {
	ports {
		port@1 {
			lvds_connector0: endpoint {
			};
		};
		port@2 {
	};
};

&lvds1 {
	ports {
		port@1 {
			lvds_connector1: endpoint {
			};
		};