ARM: dts: stm32: Fix AV96 WLAN regulator gpio property
authorMarek Vasut <marex@denx.de>
Fri, 21 Oct 2022 10:00:57 +0000 (12:00 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 24 Oct 2022 09:18:09 +0000 (11:18 +0200)
The WLAN regulator uses 'gpios' property instead of 'gpio' to specify
regulator enable GPIO. While the former is also currently handled by
the Linux kernel regulator-fixed driver, the later is the correct one
per DT bindings. Update the DT to use the later.

Fixes: 7dd5cbba42c93 ("ARM: dts: stm32: Enable WiFi on AV96")
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi

index 305f9ae..50af4a2 100644 (file)
@@ -99,7 +99,7 @@
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
 
-               gpios = <&gpioz 3 GPIO_ACTIVE_HIGH>;
+               gpio = <&gpioz 3 GPIO_ACTIVE_HIGH>;
                enable-active-high;
        };
 };