Skip to content

Commit c0a875c

Browse files
Bin Yangrkhuangtao
authored andcommitted
arm64: dts: rockchip: enable ldo5 and ldo6 in suspend for rk3399 mid
Hall-sensor must keep power on in suspend. Change-Id: I149e6434f793a6686693f2dabe5959814d134c5e Signed-off-by: Bin Yang <yangbin@rock-chips.com>
1 parent 0d543f7 commit c0a875c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,8 @@
743743
regulator-max-microvolt = <3000000>;
744744
regulator-name = "vcc_3v0";
745745
regulator-state-mem {
746-
regulator-off-in-suspend;
746+
regulator-on-in-suspend;
747+
regulator-suspend-microvolt = <3000000>;
747748
};
748749
};
749750

@@ -754,7 +755,8 @@
754755
regulator-max-microvolt = <1500000>;
755756
regulator-name = "vcc_1v5";
756757
regulator-state-mem {
757-
regulator-off-in-suspend;
758+
regulator-on-in-suspend;
759+
regulator-suspend-microvolt = <1500000>;
758760
};
759761
};
760762

0 commit comments

Comments
 (0)