projects
/
wrapfs-4.5.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59ef0b
)
ARM: sun7i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output
author
Priit Laes
<plaes@plaes.org>
Thu, 24 Mar 2016 19:52:17 +0000
(21:52 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 01:18:47 +0000
(18:18 -0700)
commit
4b8ccef22fb547007ac38c4e5a28a773adee1e6e
upstream.
Seems like dram_gate 5 was forgotten when DRAM gating driver was added.
Add it.
Fixes: 0b4bf5a5200b (ARM: dts: sun7i: 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/sun7i-a20.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun7i-a20.dtsi
b/arch/arm/boot/dts/sun7i-a20.dtsi
index 0940a788f824396d318214d8ab3d148227cc8fc5..ee4e8e7d3e30d83b79edd1a6bee031933cc9e4bb 100644
(file)
--- a/
arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/
arch/arm/boot/dts/sun7i-a20.dtsi
@@
-85,8
+85,9
@@
compatible = "allwinner,simple-framebuffer",
"simple-framebuffer";
allwinner,pipeline = "de_be0-lcd0-tve0";
- clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>,
- <&ahb_gates 44>, <&dram_gates 26>;
+ clocks = <&pll5 1>,
+ <&ahb_gates 34>, <&ahb_gates 36>, <&ahb_gates 44>,
+ <&dram_gates 5>, <&dram_gates 26>;
status = "disabled";
};
};