mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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 {
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user