summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@microchip.com>2018-03-13 18:20:05 +0300
committerSasha Levin <alexander.levin@microsoft.com>2018-05-23 04:36:32 +0300
commit51286a48b60aa3e9cd6b4f0a4a948cbb07e8c480 (patch)
treeae6f0dd7a286ec21d64f9a5c8a5453cae962a415
parent3dc4ce39130b2ed36a97573c2bc0eb981ce39a7b (diff)
downloadlinux-51286a48b60aa3e9cd6b4f0a4a948cbb07e8c480.tar.xz
ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
[ Upstream commit e8fd0adf105e132fd84545997bbef3d5edc2c9c1 ] 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+ Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
-rw-r--r--arch/arm/boot/dts/at91sam9g25.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9g25.dtsi b/arch/arm/boot/dts/at91sam9g25.dtsi
index a7da0dd0c98f..0898213f3bb2 100644
--- a/arch/arm/boot/dts/at91sam9g25.dtsi
+++ b/arch/arm/boot/dts/at91sam9g25.dtsi
@@ -21,7 +21,7 @@
atmel,mux-mask = <
/* A B C */
0xffffffff 0xffe0399f 0xc000001c /* pioA */
- 0x0007ffff 0x8000fe3f 0x00000000 /* pioB */
+ 0x0007ffff 0x00047e3f 0x00000000 /* pioB */
0x80000000 0x07c0ffff 0xb83fffff /* pioC */
0x003fffff 0x003f8000 0x00000000 /* pioD */
>;