ARM: dts: imx50-kobo-aura: switch to enable-gpios
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 26 Jul 2023 07:03:18 +0000 (09:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Jul 2023 13:42:37 +0000 (21:42 +0800)
The recommended name for enable GPIOs property in regulator-gpio is
"enable-gpios".  This is also required by bindings:

  imx50-kobo-aura.dtb: gpio-regulator: Unevaluated properties are not allowed ('enable-gpio' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx50-kobo-aura.dts

index 467db6b..b1a6a9c 100644 (file)
@@ -73,7 +73,7 @@
                states = <3300000 0>;
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
-               enable-gpio = <&gpio4 12 GPIO_ACTIVE_LOW>;
+               enable-gpios = <&gpio4 12 GPIO_ACTIVE_LOW>;
                startup-delay-us = <100000>;
        };
 };