aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
diff options
context:
space:
mode:
authorKris Bahnsen <kris@embeddedTS.com>2022-06-30 14:03:27 -0700
committerShawn Guo <shawnguo@kernel.org>2022-07-05 09:06:47 +0800
commite95ea0f687e679fcb0a3a67d0755b81ee7d60db0 (patch)
treea3983f8b6533261544a54bda97c7d9ff85abf363 /arch/arm/boot/dts/imx6qdl-ts7970.dtsi
parentarm64: dts: ls1028a: Update SFP node to include clock (diff)
downloadlinux-dev-e95ea0f687e679fcb0a3a67d0755b81ee7d60db0.tar.xz
linux-dev-e95ea0f687e679fcb0a3a67d0755b81ee7d60db0.zip
ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count
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@embeddedTS.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/imx6qdl-ts7970.dtsi2
1 files changed, 1 insertions, 1 deletions
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 @@
reg = <0x28>;
#gpio-cells = <2>;
gpio-controller;
- ngpio = <32>;
+ ngpios = <62>;
};
sgtl5000: codec@a {