Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 851730a1 authored by Kris Bahnsen's avatar Kris Bahnsen Committed by Greg Kroah-Hartman
Browse files

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: 9ff8e9fc ("ARM: dts: TS-7970: add basic device tree")
Signed-off-by: default avatarKris Bahnsen <kris@embeddedTS.com>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 18881d7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@
		reg = <0x28>;
		#gpio-cells = <2>;
		gpio-controller;
		ngpio = <32>;
		ngpios = <62>;
	};

	sgtl5000: codec@a {