Skip to content

Commit 137062f

Browse files
krzklinusw
authored andcommitted
ARM: dts: ux500: switch to enable-gpios
The recommended name for enable GPIOs property in regulator-gpio is "enable-gpios". This is also required by bindings: ste-hrefv60plus-stuib.dtb: regulator-gpio: Unevaluated properties are not allowed ('enable-gpio' was unexpected) Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent f941714 commit 137062f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

arch/arm/boot/dts/st/ste-href520-tvk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2900000 0x0>;
2929

3030
gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
31-
enable-gpio = <&gpio2 14 GPIO_ACTIVE_HIGH>;
31+
enable-gpios = <&gpio2 14 GPIO_ACTIVE_HIGH>;
3232
enable-active-high;
3333

3434
pinctrl-names = "default";

arch/arm/boot/dts/st/ste-hrefprev60-stuib.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2900000 0x0>;
2828

2929
gpios = <&tc3589x_gpio 18 GPIO_ACTIVE_HIGH>;
30-
enable-gpio = <&tc3589x_gpio 17 GPIO_ACTIVE_HIGH>;
30+
enable-gpios = <&tc3589x_gpio 17 GPIO_ACTIVE_HIGH>;
3131
enable-active-high;
3232
};
3333

arch/arm/boot/dts/st/ste-hrefprev60-tvk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2900000 0x0>;
2828

2929
gpios = <&tc3589x_gpio 18 GPIO_ACTIVE_HIGH>;
30-
enable-gpio = <&tc3589x_gpio 17 GPIO_ACTIVE_HIGH>;
30+
enable-gpios = <&tc3589x_gpio 17 GPIO_ACTIVE_HIGH>;
3131
enable-active-high;
3232
};
3333
};

arch/arm/boot/dts/st/ste-hrefv60plus-stuib.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
2900000 0x0>;
3030

3131
gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
32-
enable-gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>;
32+
enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
3333
enable-active-high;
3434

3535
pinctrl-names = "default";

arch/arm/boot/dts/st/ste-hrefv60plus-tvk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
2900000 0x0>;
3030

3131
gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
32-
enable-gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>;
32+
enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
3333
enable-active-high;
3434

3535
pinctrl-names = "default";

arch/arm/boot/dts/st/ste-snowball.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
/* GPIO228 SD_SEL */
230230
gpios = <&gpio7 4 GPIO_ACTIVE_HIGH>;
231231
/* GPIO217 MMC_EN */
232-
enable-gpio = <&gpio6 25 GPIO_ACTIVE_HIGH>;
232+
enable-gpios = <&gpio6 25 GPIO_ACTIVE_HIGH>;
233233
enable-active-high;
234234

235235
regulator-min-microvolt = <1800000>;

0 commit comments

Comments
 (0)