Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bec38aaa authored by Priit Laes's avatar Priit Laes Committed by Maxime Ripard
Browse files

ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output



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

Enable it.

Cc: stable@vger.kernel.org
Fixes: 82f8582f (ARM: dts: sun4i: Add DRAM gates)
Signed-off-by: default avatarPriit Laes <plaes@plaes.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 59dbdd84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
		};
	};