]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output
authorPriit Laes <plaes@plaes.org>
Thu, 24 Mar 2016 19:52:16 +0000 (21:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 01:18:47 +0000 (18:18 -0700)
commit bec38aaafd9ec1463dd3857f02bc029707e4213d upstream.

Seems like dram_gate 5 was forgotten when DRAM gate driver was added.

Enable it.

Fixes: 82f8582feef4 (ARM: dts: sun4i: Add DRAM gates)
Signed-off-by: Priit Laes <plaes@plaes.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/sun4i-a10.dtsi

index 2c8f5e6ad90587eefe09593334dd01df426f7012..bf70d0ae93ceb76a41bb1b646922bfcc45069eca 100644 (file)
@@ -96,7 +96,7 @@
                        allwinner,pipeline = "de_fe0-de_be0-lcd0-tve0";
                        clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>,
                                 <&ahb_gates 44>, <&ahb_gates 46>,
-                                <&dram_gates 25>, <&dram_gates 26>;
+                                <&dram_gates 5>, <&dram_gates 25>, <&dram_gates 26>;
                        status = "disabled";
                };
        };