Skip to content

Commit 2b4337c

Browse files
Mihai Sainclaudiubeznea
authored andcommitted
ARM: dts: at91: sama7g5: fix signal name of pin PB2
The signal name of pin PB2 with function F is FLEXCOM11_IO1 as it is defined in the datasheet. Fixes: 7540629 ("ARM: dts: at91: add sama7g5 SoC DT and sama7g5-ek") Signed-off-by: Mihai Sain <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9abf231 commit 2b4337c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sama7g5-pinfunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
#define PIN_PB2__FLEXCOM6_IO0 PINMUX_PIN(PIN_PB2, 2, 1)
262262
#define PIN_PB2__ADTRG PINMUX_PIN(PIN_PB2, 3, 1)
263263
#define PIN_PB2__A20 PINMUX_PIN(PIN_PB2, 4, 1)
264-
#define PIN_PB2__FLEXCOM11_IO0 PINMUX_PIN(PIN_PB2, 6, 3)
264+
#define PIN_PB2__FLEXCOM11_IO1 PINMUX_PIN(PIN_PB2, 6, 3)
265265
#define PIN_PB3 35
266266
#define PIN_PB3__GPIO PINMUX_PIN(PIN_PB3, 0, 0)
267267
#define PIN_PB3__RF1 PINMUX_PIN(PIN_PB3, 1, 1)

0 commit comments

Comments
 (0)