arm64: dts: rockchip: rk3368: remove regulator-xxx-microvolt for SWITCH pmic node

Switch is just a function of switching. There is no voltage setting
function. Voltage getting is the supply voltage.

Fixes: 3fc99e38fd ("regulator: resolve supply after creating
regulator")

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: Iee08b78b0f4361b7f8b18bea5b851050edb636fa
This commit is contained in:
Elaine Zhang
2020-11-05 18:06:14 +08:00
committed by Tao Huang
parent c82731710c
commit 001fe23319
2 changed files with 0 additions and 4 deletions

View File

@@ -598,8 +598,6 @@
vcc_sd: SWITCH_REG1 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-name = "vcc_sd";
regulator-state-mem {
regulator-on-in-suspend;

View File

@@ -677,8 +677,6 @@
vcc33_lcd: SWITCH_REG2 {
regulator-boot-on;
regulator-name = "vcc33_lcd";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-state-mem {
regulator-off-in-suspend;
};