提交 ae377aaf 编写于 作者: R Rajendra Nayak 提交者: Tony Lindgren

arm/dts: Mark vcxio, v2v1 and v1v8 regulators as always on

vcxio, v2v1 and v1v8 are expected to be always on, update the dtsi
for twl6030 to reflect this.

commit '86f5fc' regulator: core: Mark all DT based boards as having
full constraints) caused these to be disabled at late boot causing
OMAP4 boards (using twl6030) to lockup.
Reported-by: NKishon Vijay Abraham I <kishon@ti.com>
Reported-by: NJ Keerthy <j-keerthy@ti.com>
Signed-off-by: NRajendra nayak <rnayak@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 acb11fe8
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
vcxio: regulator@8 { vcxio: regulator@8 {
compatible = "ti,twl6030-vcxio"; compatible = "ti,twl6030-vcxio";
regulator-always-on;
}; };
vusb: regulator@9 { vusb: regulator@9 {
...@@ -74,10 +75,12 @@ ...@@ -74,10 +75,12 @@
v1v8: regulator@10 { v1v8: regulator@10 {
compatible = "ti,twl6030-v1v8"; compatible = "ti,twl6030-v1v8";
regulator-always-on;
}; };
v2v1: regulator@11 { v2v1: regulator@11 {
compatible = "ti,twl6030-v2v1"; compatible = "ti,twl6030-v2v1";
regulator-always-on;
}; };
clk32kg: regulator@12 { clk32kg: regulator@12 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册