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

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
...@@ -226,7 +226,7 @@ gpio8: gpio@28 { ...@@ -226,7 +226,7 @@ gpio8: gpio@28 {
reg = <0x28>; reg = <0x28>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
ngpio = <32>; ngpios = <62>;
}; };
sgtl5000: codec@a { sgtl5000: codec@a {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment