From: Akari Tsuyukusa Date: Thu, 12 Mar 2026 04:15:29 +0000 (+0900) Subject: arm64: dts: mediatek: mt7981b: Fix gpio-ranges pin count X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b62a927f4a46a7f58d88ba3d5fb6e88e1a4b4603;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: mediatek: mt7981b: Fix gpio-ranges pin count The gpio-ranges in the MT7981B pinctrl node were incorrectly defined, therefore, pin 56 cannot be used. Correct the range count to match the driver. Fixes: 62b24c7fdf0a ("arm64: dts: mediatek: mt7981: add pinctrl") Signed-off-by: Akari Tsuyukusa Signed-off-by: AngeloGioacchino Del Regno --- diff --git a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi index 4084f4dfa3e5e..1bbe219380f99 100644 --- a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi @@ -332,7 +332,7 @@ interrupt-controller; interrupts = ; interrupt-parent = <&gic>; - gpio-ranges = <&pio 0 0 56>; + gpio-ranges = <&pio 0 0 57>; gpio-controller; #gpio-cells = <2>; #interrupt-cells = <2>;