diff mbox series

arm64: dts: imx8mp: Correct the gpio ranges of gpio3

Message ID 20210115011805.3253897-1-ping.bai@nxp.com
State New
Headers show
Series arm64: dts: imx8mp: Correct the gpio ranges of gpio3 | expand

Commit Message

Jacky Bai Jan. 15, 2021, 1:18 a.m. UTC
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(-)

Comments

Shawn Guo Jan. 18, 2021, 7:29 a.m. UTC | #1
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.
diff mbox series

Patch

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 {