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)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 27 Mar 2016 14:15:04 +0000 (16:15 +0200)
Seems like dram_gate 5 was forgotten when DRAM gate driver was added.

Enable it.

Cc: stable@vger.kernel.org
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>
arch/arm/boot/dts/sun4i-a10.dtsi

index 7171a2712c8d48483a1edd429234ed17f18ce526..268a1504d9842143961f75dc8ea40119a5ae378f 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";
                };
        };
This page took 0.02614 seconds and 5 git commands to generate.