[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220630182746.3813-1-kris@embeddedTS.com>
Date: Thu, 30 Jun 2022 11:27:46 -0700
From: Kris Bahnsen <kris@...eddedTS.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Mark Featherston <mark@...eddedTS.com>,
Kris Bahnsen <kris@...eddedTS.com>
Subject: [PATCH] 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.
Signed-off-by: Kris Bahnsen <kris@...eddedTS.com>
---
arch/arm/boot/dts/imx6qdl-ts7970.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
index fded07f370b3..d6ba4b2a60f6 100644
--- a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi
@@ -226,7 +226,7 @@
reg = <0x28>;
#gpio-cells = <2>;
gpio-controller;
- ngpio = <32>;
+ ngpios = <62>;
};
sgtl5000: codec@a {
base-commit: 03c765b0e3b4cb5063276b086c76f7a612856a9a
--
2.11.0
Powered by blists - more mailing lists