arm64: dts: rockchip: rk356x: correct gpio regulator usage

Should not be zero ahead, otherwise the min voltage is interpreted
as a wrong value by regulator code.

Change-Id: Ia141583f411a54bf26cb88b3992687539f29fec8
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin 2021-03-15 16:56:30 +08:00 committed by Tao Huang
parent 495f9016d9
commit 3677e0f619
9 changed files with 20 additions and 20 deletions

View File

@ -48,11 +48,11 @@ sdio_pwrseq: sdio-pwrseq {
vcc3v3_sd: vcc3v3-sd-regulator {
compatible = "regulator-gpio";
regulator-name = "vcc3v3_sd";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x1
states = <100000 0x1
3300000 0x0>;
};

View File

@ -17,11 +17,11 @@ / {
pcie20_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie20_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};

View File

@ -18,11 +18,11 @@ / {
pcie20_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie20_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};

View File

@ -17,11 +17,11 @@ / {
pcie20_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie20_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};

View File

@ -65,11 +65,11 @@ pcie30_avdd1v8: pcie30-avdd1v8 {
pcie30_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie30_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};

View File

@ -35,11 +35,11 @@ vcc2v5_sys: vcc2v5-ddr {
pcie20_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie20_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};
@ -66,11 +66,11 @@ pcie30_avdd1v8: pcie30-avdd1v8 {
pcie30_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie30_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};

View File

@ -55,11 +55,11 @@ pcie30_avdd1v8: pcie30-avdd1v8 {
pcie30_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie30_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};

View File

@ -16,11 +16,11 @@ / {
pcie20_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie20_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};

View File

@ -56,11 +56,11 @@ vcc2v5_sys: vcc2v5-ddr {
pcie30_3v3: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "pcie30_3v3";
regulator-min-microvolt = <0100000>;
regulator-min-microvolt = <100000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
gpios-states = <0x1>;
states = <0100000 0x0
states = <100000 0x0
3300000 0x1>;
};