mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ARM: dts: rockchip: rk3506-evb: Remove vcc0v9-stb regulator
We don't need adjust voltage at runtime, and don't want to maintain pwm state to keep its voltage in system suspend. Otherwise it's 0.81v but not 0.90v when system suspend. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ia3d0a0901fb0801d8af33f2fd509bab3f2d94a5b
This commit is contained in:
@@ -254,19 +254,6 @@
|
||||
pwm-supply = <&vcc_sys>;
|
||||
};
|
||||
|
||||
vcc0v9_stb: vcc0v9-stb {
|
||||
compatible = "pwm-regulator";
|
||||
pwms = <&pwm0_4ch_1 0 5000 1>;
|
||||
regulator-name = "vcc0v9_stb";
|
||||
regulator-min-microvolt = <810000>;
|
||||
regulator-max-microvolt = <1006000>;
|
||||
regulator-init-microvolt = <900000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-settling-time-up-us = <250>;
|
||||
pwm-supply = <&vcc_sys>;
|
||||
};
|
||||
|
||||
sdio_pwrseq: sdio-pwrseq {
|
||||
compatible = "mmc-pwrseq-simple";
|
||||
pinctrl-names = "default";
|
||||
|
||||
@@ -122,19 +122,6 @@
|
||||
regulator-settling-time-up-us = <250>;
|
||||
pwm-supply = <&vcc_sys>;
|
||||
};
|
||||
|
||||
vcc0v9_stb: vcc0v9-stb {
|
||||
compatible = "pwm-regulator";
|
||||
pwms = <&pwm0_4ch_1 0 5000 1>;
|
||||
regulator-name = "vcc0v9_stb";
|
||||
regulator-min-microvolt = <810000>;
|
||||
regulator-max-microvolt = <1006000>;
|
||||
regulator-init-microvolt = <900000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-settling-time-up-us = <250>;
|
||||
pwm-supply = <&vcc_sys>;
|
||||
};
|
||||
};
|
||||
|
||||
&fspi {
|
||||
|
||||
Reference in New Issue
Block a user