diff --git a/arch/arm64/boot/dts/rockchip/rv1126b-evb1-v10.dtsi b/arch/arm64/boot/dts/rockchip/rv1126b-evb1-v10.dtsi index c57ab9efd776..5c3fed632304 100644 --- a/arch/arm64/boot/dts/rockchip/rv1126b-evb1-v10.dtsi +++ b/arch/arm64/boot/dts/rockchip/rv1126b-evb1-v10.dtsi @@ -224,7 +224,7 @@ regulator-always-on; regulator-state-mem { regulator-mode = <0x2>; - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <950000>; }; }; @@ -262,8 +262,8 @@ regulator-always-on; regulator-state-mem { regulator-mode = <0x2>; - regulator-on-in-suspend; - regulator-suspend-microvolt = <5000000>; + regulator-off-in-suspend; + regulator-suspend-microvolt = <900000>; }; }; @@ -286,17 +286,18 @@ regulator-boot-on; regulator-always-on; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <1800000>; }; }; - vcc_3v3: SWITCH_REG1 { + vcc_3v3: SWITCH_REG { regulator-name = "vcc_3v3"; regulator-boot-on; regulator-always-on; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; + regulator-suspend-microvolt = <3300000>; }; }; };