Commit 15626359 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

arm64: dts: imx8mm: Add gpio-ranges property

Add "gpio-ranges" property to establish connections between GPIOs
and PINs on i.MX8MM pinctrl driver.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Reviewed-by: default avatarAbel Vesa <abel.vesa@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 26c2f55a
...@@ -295,6 +295,7 @@ gpio1: gpio@30200000 { ...@@ -295,6 +295,7 @@ gpio1: gpio@30200000 {
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&iomuxc 0 10 30>;
}; };
gpio2: gpio@30210000 { gpio2: gpio@30210000 {
...@@ -307,6 +308,7 @@ gpio2: gpio@30210000 { ...@@ -307,6 +308,7 @@ gpio2: gpio@30210000 {
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&iomuxc 0 40 21>;
}; };
gpio3: gpio@30220000 { gpio3: gpio@30220000 {
...@@ -319,6 +321,7 @@ gpio3: gpio@30220000 { ...@@ -319,6 +321,7 @@ gpio3: gpio@30220000 {
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&iomuxc 0 61 26>;
}; };
gpio4: gpio@30230000 { gpio4: gpio@30230000 {
...@@ -331,6 +334,7 @@ gpio4: gpio@30230000 { ...@@ -331,6 +334,7 @@ gpio4: gpio@30230000 {
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&iomuxc 0 87 32>;
}; };
gpio5: gpio@30240000 { gpio5: gpio@30240000 {
...@@ -343,6 +347,7 @@ gpio5: gpio@30240000 { ...@@ -343,6 +347,7 @@ gpio5: gpio@30240000 {
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&iomuxc 0 119 30>;
}; };
wdog1: watchdog@30280000 { wdog1: watchdog@30280000 {
......
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