Patch "ARM: dts: stm32: Fix AV96 WLAN regulator gpio property" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

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

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-stm32-fix-av96-wlan-regulator-gpio-property.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 1c584128afe25c60c43d519b3e2e200768b057ac
Author: Marek Vasut <marex@xxxxxxx>
Date:   Fri Oct 21 12:00:57 2022 +0200

    ARM: dts: stm32: Fix AV96 WLAN regulator gpio property
    
    [ Upstream commit d5d577e3d50713ad11d98dbdaa48bb494346c26d ]
    
    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@xxxxxxx>
    Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
index 8eb51d84b698..d3375ad8c91f 100644
--- a/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
+++ b/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
@@ -100,7 +100,7 @@ wlan_pwr: regulator-wlan {
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
 
-		gpios = <&gpioz 3 GPIO_ACTIVE_HIGH>;
+		gpio = <&gpioz 3 GPIO_ACTIVE_HIGH>;
 		enable-active-high;
 	};
 };



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux