Skip to content

Commit 5b94fe0

Browse files
akku1139gregkh
authored andcommitted
arm64: dts: mediatek: mt7986a: Fix gpio-ranges pin count
[ Upstream commit 820ed0c ] The gpio-ranges in the MT7986A pinctrl node were incorrectly defined, therefore, pin 100 cannot be used. Correct the range count to match the driver. Fixes: c3a064a ("arm64: dts: mediatek: add pinctrl support for mt7986a") Signed-off-by: Akari Tsuyukusa <akkun11.open@gmail.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 167e5fa commit 5b94fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/mediatek/mt7986a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"iocfg_lb", "iocfg_tr", "iocfg_tl", "eint";
188188
gpio-controller;
189189
#gpio-cells = <2>;
190-
gpio-ranges = <&pio 0 0 100>;
190+
gpio-ranges = <&pio 0 0 101>;
191191
interrupt-controller;
192192
interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
193193
interrupt-parent = <&gic>;

0 commit comments

Comments
 (0)