Skip to content

Commit eaad992

Browse files
committed
Merge tag 'at91-fixes-7.0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes
Microchip AT91 fixes for v7.0 This update includes: - fix gpio-lines for SAM9X7 PIOB GPIO controller * tag 'at91-fixes-7.0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: dts: microchip: sam9x7: fix gpio-lines count for pioB Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2 parents b986e98 + 907150b commit eaad992

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)