Skip to content

Commit 798c217

Browse files
fedepellnoglitch
authored andcommitted
ARM: dts: at91: sam9x60: fix mux-mask for PA7 so it can be set to A, B and C
According to the datasheet PA7 can be set to either function A, B or C (see table 6-2 of DS60001579D). The previous value would permit just configuring with function C. Signed-off-by: Federico Pellegrin <fede@evolware.org> Fixes: 1e5f532 ("ARM: dts: at91: sam9x60: add device tree for soc and board") Cc: <stable@vger.kernel.org> # 5.6+ Cc: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 80628dd commit 798c217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
&pinctrl {
338338
atmel,mux-mask = <
339339
/* A B C */
340-
0xFFFFFE7F 0xC0E0397F 0xEF00019D /* pioA */
340+
0xFFFFFEFF 0xC0E039FF 0xEF00019D /* pioA */
341341
0x03FFFFFF 0x02FC7E68 0x00780000 /* pioB */
342342
0xffffffff 0xF83FFFFF 0xB800F3FC /* pioC */
343343
0x003FFFFF 0x003F8000 0x00000000 /* pioD */

0 commit comments

Comments
 (0)