summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
diff options
context:
space:
mode:
authorWeixin Zhou <zwx@rock-chips.com>2018-12-22 14:42:54 +0800
committerTao Huang <huangtao@rock-chips.com>2018-12-28 20:20:25 +0800
commitf13970e138bee543c160a879337d5354d3479b20 (patch)
tree2746657f1a9d10b20743ceee135f16803dbdd144 /arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
parentfb93d1947666479b521ce17fbf4b392f04bfce32 (diff)
arm64: dts: rockchip: set sdmmc power off in suspend for rk3399pro evb
The vccio_sd keepon in suspend will causes 10ma power consumption to increase if there is no serial cable connection. Set vccio_sd and vcc_sd power off in suspend for rk3399pro evb v10/v11. Change-Id: I935de4028bea5d03a0397b81bd63c99757155b4d Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
index e3b0b6de60e6..e707c48c8923 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
@@ -569,8 +569,7 @@
regulator-name = "vccio_sd";
regulator-state-mem {
- regulator-on-in-suspend;
- regulator-suspend-microvolt = <3300000>;
+ regulator-off-in-suspend;
};
};
@@ -582,8 +581,7 @@
regulator-name = "vcc_sd";
regulator-state-mem {
- regulator-on-in-suspend;
- regulator-suspend-microvolt = <3300000>;
+ regulator-off-in-suspend;
};
};