projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22a9e6
)
ARM: dts: omap3-gta04: keep vpll2 always on
author
H. Nikolaus Schaller
<hns@goldelico.com>
Tue, 31 Jul 2018 07:11:14 +0000
(09:11 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 7 Sep 2018 17:10:53 +0000
(10:10 -0700)
This is needed to make the display and venc work properly.
Compare to omap3-beagle.dts.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04.dtsi
b/arch/arm/boot/dts/omap3-gta04.dtsi
index
8e785cf
..
45d4b08
100644
(file)
--- a/
arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/
arch/arm/boot/dts/omap3-gta04.dtsi
@@
-574,6
+574,12
@@
regulator-max-microvolt = <3150000>;
};
+/* Needed to power the DPI pins */
+
+&vpll2 {
+ regulator-always-on;
+};
+
&dss {
pinctrl-names = "default";
pinctrl-0 = < &dss_dpi_pins >;