ARM dts: renesas: armadillo800eva: Switch to enable-gpios
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 26 Jul 2023 07:02:41 +0000 (09:02 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 27 Jul 2023 12:40:26 +0000 (14:40 +0200)
The recommended name for enable GPIOs property in regulator-gpio is
"enable-gpios".  This is also required by bindings:

  r8a7740-armadillo800eva.dtb: regulator-vccq-sdhi0: Unevaluated properties are not allowed ('enable-gpio' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230726070241.103545-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/renesas/r8a7740-armadillo800eva.dts

index fa09295052c6e11301c3a8a195d8bcee79ead602..d21e00e1f40152d6e626ac9d67b1c04af02c7292 100644 (file)
@@ -58,7 +58,7 @@
                regulator-max-microvolt = <3300000>;
                vin-supply = <&vcc_sdhi0>;
 
-               enable-gpio = <&pfc 74 GPIO_ACTIVE_HIGH>;
+               enable-gpios = <&pfc 74 GPIO_ACTIVE_HIGH>;
                gpios = <&pfc 17 GPIO_ACTIVE_HIGH>;
                states = <3300000 0>, <1800000 1>;