projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48dd72f
)
ARM: dts: imx6sl: vddpu is NOT an always-on regulator
author
Anson Huang
<anson.huang@nxp.com>
Tue, 6 Nov 2018 09:19:41 +0000
(09:19 +0000)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 10 Dec 2018 02:02:10 +0000
(10:02 +0800)
Remove "regulator-always-on" property for vddpu regulator
since it can be OFF when GPU power domain is OFF.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6sl.dtsi
b/arch/arm/boot/dts/imx6sl.dtsi
index
9bbc5b0
..
557d3fd
100644
(file)
--- a/
arch/arm/boot/dts/imx6sl.dtsi
+++ b/
arch/arm/boot/dts/imx6sl.dtsi
@@
-588,7
+588,6
@@
regulator-name = "vddpu";
regulator-min-microvolt = <725000>;
regulator-max-microvolt = <1450000>;
- regulator-always-on;
anatop-reg-offset = <0x140>;
anatop-vol-bit-shift = <9>;
anatop-vol-bit-width = <5>;