Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Fix AV96 WLAN regulator gpio property

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>

authored by

Marek Vasut and committed by
Alexandre Torgue
d5d577e3 e46a180c

+1 -1
+1 -1
arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
··· 99 99 regulator-min-microvolt = <3300000>; 100 100 regulator-max-microvolt = <3300000>; 101 101 102 - gpios = <&gpioz 3 GPIO_ACTIVE_HIGH>; 102 + gpio = <&gpioz 3 GPIO_ACTIVE_HIGH>; 103 103 enable-active-high; 104 104 }; 105 105 };