Patch "ARM: dts: stm32: Fix sdmmc2 pins on AV96" has been added to the 5.9-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 sdmmc2 pins on AV96

to the 5.9-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-sdmmc2-pins-on-av96.patch
and it can be found in the queue-5.9 subdirectory.

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



commit 12f7b1434a9baae30b53555d92c89f4b963da73b
Author: Marek Vasut <marex@xxxxxxx>
Date:   Fri Jul 31 01:27:57 2020 +0200

    ARM: dts: stm32: Fix sdmmc2 pins on AV96
    
    [ Upstream commit 1ad6e36ec266cedb0d274aa13253ff1fb2eed4ba ]
    
    The AV96 uses sdmmc2_d47_pins_c and sdmmc2_d47_sleep_pins_c, which
    differ from sdmmc2_d47_pins_b and sdmmc2_d47_sleep_pins_b in one
    pin, SDMMC2_D5, which is PA15 in the former and PA9 in the later.
    The PA15 is correct on AV96, so fix this. This error is likely a
    result of rebasing across the stm32mp1 DT pinctrl rework.
    
    Fixes: 611325f68102 ("ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96")
    Signed-off-by: Marek Vasut <marex@xxxxxxx>
    Cc: Alexandre Torgue <alexandre.torgue@xxxxxx>
    Cc: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>
    Cc: Patrice Chotard <patrice.chotard@xxxxxx>
    Cc: Patrick Delaunay <patrick.delaunay@xxxxxx>
    Cc: linux-stm32@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    To: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
    Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxx>
    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 930202742a3f6..905cd7bb98cf0 100644
--- a/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
+++ b/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
@@ -295,9 +295,9 @@ &sdmmc1 {
 
 &sdmmc2 {
 	pinctrl-names = "default", "opendrain", "sleep";
-	pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_b>;
-	pinctrl-1 = <&sdmmc2_b4_od_pins_a &sdmmc2_d47_pins_b>;
-	pinctrl-2 = <&sdmmc2_b4_sleep_pins_a &sdmmc2_d47_sleep_pins_b>;
+	pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_c>;
+	pinctrl-1 = <&sdmmc2_b4_od_pins_a &sdmmc2_d47_pins_c>;
+	pinctrl-2 = <&sdmmc2_b4_sleep_pins_a &sdmmc2_d47_sleep_pins_c>;
 	bus-width = <8>;
 	mmc-ddr-1_8v;
 	no-sd;



[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