mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -48,11 +48,11 @@
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -65,11 +65,11 @@
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -35,11 +35,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>;
|
||||
};
|
||||
|
||||
@@ -66,11 +66,11 @@
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -55,11 +55,11 @@
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -56,11 +56,11 @@
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user