Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

As of commit 6d2ca85279becdff ("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: 15a1ff30d8f9bd83 ("ARM: dts: r8a7790: Convert to new LVDS DT bindings")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Geert Uytterhoeven and committed by
Simon Horman
7aa69a47 bfeffd15

+12 -3
+12 -3
arch/arm/boot/dts/r8a7790-stout.dts
··· 94 94 status = "okay"; 95 95 96 96 clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&cpg CPG_MOD 722>, 97 - <&cpg CPG_MOD 726>, <&cpg CPG_MOD 725>, 98 97 <&osc1_clk>; 99 - clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1", "dclkin.0"; 98 + clock-names = "du.0", "du.1", "du.2", "dclkin.0"; 100 99 101 100 ports { 102 101 port@0 { ··· 103 104 remote-endpoint = <&adv7511_in>; 104 105 }; 105 106 }; 107 + }; 108 + }; 109 + 110 + &lvds0 { 111 + ports { 106 112 port@1 { 107 113 lvds_connector0: endpoint { 108 114 }; 109 115 }; 110 - port@2 { 116 + }; 117 + }; 118 + 119 + &lvds1 { 120 + ports { 121 + port@1 { 111 122 lvds_connector1: endpoint { 112 123 }; 113 124 };