]> git.ipfire.org Git - thirdparty/linux.git/commit
ARM: dts: microchip: sam9x7: fix gpio-lines count for pioB
authorMihai Sain <mihai.sain@microchip.com>
Mon, 9 Feb 2026 09:07:35 +0000 (11:07 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Mon, 23 Mar 2026 10:54:24 +0000 (12:54 +0200)
commit907150bbe566e23714a25d7bcb910f236c3c44c0
tree14bc5c7999287eb44fad02b4119a70512cde05f6
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
ARM: dts: microchip: sam9x7: fix gpio-lines count for pioB

The pioB controller on the SAM9X7 SoC actually supports 27 GPIO lines.
The previous value of 26 was incorrect, leading to the last pin being
unavailable for use by the GPIO subsystem.
Update the #gpio-lines property to reflect
the correct hardware specification.

Fixes: 41af45af8bc3 ("ARM: dts: at91: sam9x7: add device tree for SoC")
Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Link: https://lore.kernel.org/r/20260209090735.2016-1-mihai.sain@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/sam9x7.dtsi