Skip to content

Commit fd415d5

Browse files
wlqrkhuangtao
authored andcommitted
arm64: dts: rk3399-mid: rk818 enabled boost_otg fix ota vcc5v poweroff when susppend
Change-Id: I2d11a76a21d7a8fe18124312c68b744f4364f4fd Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
1 parent 7e34fea commit fd415d5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-mid-818-android.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,18 @@
589589
regulator-on-in-suspend;
590590
};
591591
};
592+
593+
boost_otg: DCDC_BOOST {
594+
regulator-name = "boost_otg";
595+
regulator-always-on;
596+
regulator-boot-on;
597+
regulator-min-microvolt = <5000000>;
598+
regulator-max-microvolt = <5000000>;
599+
regulator-state-mem {
600+
regulator-on-in-suspend;
601+
regulator-suspend-microvolt = <5000000>;
602+
};
603+
};
592604
};
593605

594606
battery {

0 commit comments

Comments
 (0)