From e44c5bf525f8940f130cd8fbc369a376a5e903a8 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Tue, 8 Apr 2025 11:05:41 +0800 Subject: [PATCH] arm64: dts: rockchip: rv1126b-evb1-v10: Update rk801 Signed-off-by: Joseph Chen Change-Id: Ie416dc64efb0267caeeddff9968a8bb6c3807d05 --- arch/arm64/boot/dts/rockchip/rv1126b-evb1-v10.dtsi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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>; }; }; };