Skip to content

Commit bd55aa0

Browse files
committed
ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
There are only 19 PIOB pins having primary names PB0-PB18. Not all of them have a 'C' function. So the pinctrl property mask ends up being the same as the other SoC of the at91sam9x5 series. Reported-by: Marek Sieranski <marek.sieranski@microchip.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Cc: <stable@vger.kernel.org> # v3.8+
1 parent 4c9e4e6 commit bd55aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/at91sam9g25.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
atmel,mux-mask = <
2222
/* A B C */
2323
0xffffffff 0xffe0399f 0xc000001c /* pioA */
24-
0x0007ffff 0x8000fe3f 0x00000000 /* pioB */
24+
0x0007ffff 0x00047e3f 0x00000000 /* pioB */
2525
0x80000000 0x07c0ffff 0xb83fffff /* pioC */
2626
0x003fffff 0x003f8000 0x00000000 /* pioD */
2727
>;

0 commit comments

Comments
 (0)