Skip to content

Commit 7e34fea

Browse files
wlqrkhuangtao
authored andcommitted
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>
1 parent e84c207 commit 7e34fea

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368-p9.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,18 @@
491491
regulator-on-in-suspend;
492492
};
493493
};
494+
495+
boost_otg: DCDC_BOOST {
496+
regulator-name = "boost_otg";
497+
regulator-always-on;
498+
regulator-boot-on;
499+
regulator-min-microvolt = <5000000>;
500+
regulator-max-microvolt = <5000000>;
501+
regulator-state-mem {
502+
regulator-on-in-suspend;
503+
regulator-suspend-microvolt = <5000000>;
504+
};
505+
};
494506
};
495507

496508
battery {

arch/arm64/boot/dts/rockchip/rk3368-sheep.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,18 @@
415415
regulator-on-in-suspend;
416416
};
417417
};
418+
419+
boost_otg: DCDC_BOOST {
420+
regulator-name = "boost_otg";
421+
regulator-always-on;
422+
regulator-boot-on;
423+
regulator-min-microvolt = <5000000>;
424+
regulator-max-microvolt = <5000000>;
425+
regulator-state-mem {
426+
regulator-on-in-suspend;
427+
regulator-suspend-microvolt = <5000000>;
428+
};
429+
};
418430
};
419431
};
420432
};

0 commit comments

Comments
 (0)