Commit b764eb65 authored by Jacky Bai's avatar Jacky Bai Committed by Shawn Guo
Browse files

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: default avatarJacky Bai <ping.bai@nxp.com>
Fixes: 6d9b8d20 ("arm64: dts: freescale: Add i.MX8MP dtsi support")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2cc0bfc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@
				#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 {