]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun7i: HDMI and the tv-encoder use tcon ch1 not ch0
authorHans de Goede <hdegoede@redhat.com>
Sun, 5 Jun 2016 12:22:48 +0000 (14:22 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:17:57 +0000 (21:17 +0200)
Update the simplefb nodes for hdmi / tv-encoder out to point to
tcon0_ch1 instead of tcon0_ch0 as tcon clock.

While at it fix the clocks lines being longer than 80 chars.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20.dtsi

index 734f07b06b3ecdb1f1c0441790930451e8c0ee42..a2666fc0ccbd22883a978679abab0bb7bebb5440 100644 (file)
@@ -67,8 +67,9 @@
                        compatible = "allwinner,simple-framebuffer",
                                     "simple-framebuffer";
                        allwinner,pipeline = "de_be0-lcd0-hdmi";
-                       clocks = <&ahb_gates 36>, <&ahb_gates 43>, <&ahb_gates 44>,
-                                <&de_be0_clk>, <&tcon0_ch0_clk>, <&dram_gates 26>;
+                       clocks = <&ahb_gates 36>, <&ahb_gates 43>,
+                                <&ahb_gates 44>, <&de_be0_clk>,
+                                <&tcon0_ch1_clk>, <&dram_gates 26>;
                        status = "disabled";
                };
 
@@ -86,8 +87,9 @@
                        compatible = "allwinner,simple-framebuffer",
                                     "simple-framebuffer";
                        allwinner,pipeline = "de_be0-lcd0-tve0";
-                       clocks = <&ahb_gates 34>, <&ahb_gates 36>, <&ahb_gates 44>,
-                                <&de_be0_clk>, <&tcon0_ch0_clk>,
+                       clocks = <&ahb_gates 34>, <&ahb_gates 36>,
+                                <&ahb_gates 44>,
+                                <&de_be0_clk>, <&tcon0_ch1_clk>,
                                 <&dram_gates 5>, <&dram_gates 26>;
                        status = "disabled";
                };