mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count
[ Upstream commite95ea0f687] Device-tree incorrectly used "ngpio" which caused the driver to fallback to 32 ngpios. This platform has 62 GPIO registers. Fixes:9ff8e9fcce("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
91f90b571f
commit
d8d42c92fe
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user