All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mp: Correct the gpio ranges of gpio3
@ 2021-01-15  1:18 Jacky Bai
  2021-01-18  7:29 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Jacky Bai @ 2021-01-15  1:18 UTC (permalink / raw)
  To: shawnguo, robh+dt, s.hauer, krzk
  Cc: festevam, linux-imx, devicetree, kernel, ping.bai

On i.MX8MP, The GPIO3's secondary gpio-ranges's 'gpio controller offset'
cell value should be 26, so correct it.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 8b43f48ec2a9..90132771771a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -268,7 +268,7 @@ gpio3: gpio@30220000 {
 				#gpio-cells = <2>;
 				interrupt-controller;
 				#interrupt-cells = <2>;
-				gpio-ranges = <&iomuxc 0 56 26>, <&iomuxc 0 144 4>;
+				gpio-ranges = <&iomuxc 0 56 26>, <&iomuxc 26 144 4>;
 			};
 
 			gpio4: gpio@30230000 {
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: imx8mp: Correct the gpio ranges of gpio3
  2021-01-15  1:18 [PATCH] arm64: dts: imx8mp: Correct the gpio ranges of gpio3 Jacky Bai
@ 2021-01-18  7:29 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2021-01-18  7:29 UTC (permalink / raw)
  To: Jacky Bai; +Cc: robh+dt, s.hauer, krzk, festevam, linux-imx, devicetree, kernel

On Fri, Jan 15, 2021 at 09:18:05AM +0800, Jacky Bai wrote:
> On i.MX8MP, The GPIO3's secondary gpio-ranges's 'gpio controller offset'
> cell value should be 26, so correct it.
> 
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-18  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  1:18 [PATCH] arm64: dts: imx8mp: Correct the gpio ranges of gpio3 Jacky Bai
2021-01-18  7:29 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.