Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kris Bahnsen and committed by
Shawn Guo
e95ea0f6 3c12e9da

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl-ts7970.dtsi
··· 226 226 reg = <0x28>; 227 227 #gpio-cells = <2>; 228 228 gpio-controller; 229 - ngpio = <32>; 229 + ngpios = <62>; 230 230 }; 231 231 232 232 sgtl5000: codec@a {