From: Kris Bahnsen Date: Thu, 30 Jun 2022 21:03:27 +0000 (-0700) Subject: ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count X-Git-Tag: v5.15.73~2336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28ad09b0d7b1eabf31e0eea4c5faa23d538fbac5;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Fabio Estevam Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi index fded07f..d6ba4b2 100644 --- a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi +++ b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi @@ -226,7 +226,7 @@ reg = <0x28>; #gpio-cells = <2>; gpio-controller; - ngpio = <32>; + ngpios = <62>; }; sgtl5000: codec@a {