Skip to content

Commit 907150b

Browse files
Mihai Sainclaudiubeznea
authored andcommitted
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: 41af45a ("ARM: dts: at91: sam9x7: add device tree for SoC") Signed-off-by: Mihai Sain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 6de23f8 commit 907150b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/microchip/sam9x7.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
interrupt-controller;
12271227
#gpio-cells = <2>;
12281228
gpio-controller;
1229-
#gpio-lines = <26>;
1229+
#gpio-lines = <27>;
12301230
clocks = <&pmc PMC_TYPE_PERIPHERAL 3>;
12311231
};
12321232

0 commit comments

Comments
 (0)