Skip to content

Commit b764eb6

Browse files
JackyBaiShawn Guo
authored andcommitted
arm64: dts: imx8mp: Correct the gpio ranges of gpio3
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> Fixes: 6d9b8d2 ("arm64: dts: freescale: Add i.MX8MP dtsi support") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 2cc0bfc commit b764eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
#gpio-cells = <2>;
267267
interrupt-controller;
268268
#interrupt-cells = <2>;
269-
gpio-ranges = <&iomuxc 0 56 26>, <&iomuxc 0 144 4>;
269+
gpio-ranges = <&iomuxc 0 56 26>, <&iomuxc 26 144 4>;
270270
};
271271

272272
gpio4: gpio@30230000 {

0 commit comments

Comments
 (0)