Commit e95ea0f6 authored by Kris Bahnsen's avatar Kris Bahnsen Committed by Shawn Guo
Browse files

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: 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>
parent 3c12e9da
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -226,7 +226,7 @@
		reg = <0x28>;
		reg = <0x28>;
		#gpio-cells = <2>;
		#gpio-cells = <2>;
		gpio-controller;
		gpio-controller;
		ngpio = <32>;
		ngpios = <62>;
	};
	};


	sgtl5000: codec@a {
	sgtl5000: codec@a {