Patch "ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count" has been added to the 5.18-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: imx6qdl-ts7970: Fix ngpio typo and count

to the 5.18-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-imx6qdl-ts7970-fix-ngpio-typo-and-count.patch
and it can be found in the queue-5.18 subdirectory.

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



commit 043b2649d5bee83aa882ceb150ab3bc65f4cc21c
Author: Kris Bahnsen <kris@xxxxxxxxxxxxxx>
Date:   Thu Jun 30 14:03:27 2022 -0700

    ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count
    
    [ Upstream commit e95ea0f687e679fcb0a3a67d0755b81ee7d60db0 ]
    
    Device-tree incorrectly used "ngpio" which caused the driver to
    fallback to 32 ngpios.
    
    This platform has 62 GPIO registers.
    
    Fixes: 9ff8e9fccef9 ("ARM: dts: TS-7970: add basic device tree")
    Signed-off-by: Kris Bahnsen <kris@xxxxxxxxxxxxxx>
    Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
index fded07f370b3..d6ba4b2a60f6 100644
--- a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
@@ -226,7 +226,7 @@ gpio8: gpio@28 {
 		reg = <0x28>;
 		#gpio-cells = <2>;
 		gpio-controller;
-		ngpio = <32>;
+		ngpios = <62>;
 	};
 
 	sgtl5000: codec@a {



[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