mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3588-evb1-lp4-v10-linux: keep wifibt power in suspend
Signed-off-by: Yao Xiao <xiaoyao@rock-chips.com> Change-Id: I360ac3b6765fc4dfba139fce6856ef1eab16fd72
This commit is contained in:
@@ -23,3 +23,19 @@
|
||||
status = "okay";
|
||||
center-supply = <&vdd_ddr_s0>;
|
||||
};
|
||||
|
||||
&vcc_1v8_s0 {
|
||||
/delete-property/ regulator-state-mem;
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
regulator-suspend-microvolt = <1800000>;
|
||||
};
|
||||
};
|
||||
|
||||
&vcc_3v3_s0 {
|
||||
/delete-property/ regulator-state-mem;
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
regulator-suspend-microvolt = <3300000>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user