arm64: dts: rk3368: rk818 enabled boost_otg fix ota vcc5v poweroff when susppend

Change-Id: I0626a47da5487d34c0701d2b21cfab5b9b3fb425
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
wlq
2017-04-12 11:19:18 +08:00
committed by Huang, Tao
parent e84c207ab2
commit 7e34feaf7a
2 changed files with 24 additions and 0 deletions

View File

@@ -491,6 +491,18 @@
regulator-on-in-suspend;
};
};
boost_otg: DCDC_BOOST {
regulator-name = "boost_otg";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <5000000>;
};
};
};
battery {

View File

@@ -415,6 +415,18 @@
regulator-on-in-suspend;
};
};
boost_otg: DCDC_BOOST {
regulator-name = "boost_otg";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <5000000>;
};
};
};
};
};