Skip to content

Commit 434ba6f

Browse files
claudiubezneacristibirsan
authored andcommitted
ARM: dts: at91: fix typos for SSC TD functions
Fix typo for TD function of pins PIN_PB22 and PIN_PC14 Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 5923383 commit 434ba6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
#define PIN_PB22__GPIO PINMUX_PIN(PIN_PB22, 0, 0)
376376
#define PIN_PB22__LCDDAT11 PINMUX_PIN(PIN_PB22, 1, 1)
377377
#define PIN_PB22__A11 PINMUX_PIN(PIN_PB22, 2, 1)
378-
#define PIN_PB22__TDO PINMUX_PIN(PIN_PB22, 3, 1)
378+
#define PIN_PB22__TD0 PINMUX_PIN(PIN_PB22, 3, 1)
379379
#define PIN_PB22__TIOA2 PINMUX_PIN(PIN_PB22, 4, 2)
380380
#define PIN_PB22__FLEXCOM3_IO1 PINMUX_PIN(PIN_PB22, 5, 3)
381381
#define PIN_PB22__GMDC PINMUX_PIN(PIN_PB22, 6, 3)
@@ -556,7 +556,7 @@
556556
#define PIN_PC14__LCDDAT6 PINMUX_PIN(PIN_PC14, 1, 2)
557557
#define PIN_PC14__GRX0 PINMUX_PIN(PIN_PC14, 2, 1)
558558
#define PIN_PC14__ISC_D5 PINMUX_PIN(PIN_PC14, 3, 1)
559-
#define PIN_PC14__TDO PINMUX_PIN(PIN_PC14, 5, 2)
559+
#define PIN_PC14__TD0 PINMUX_PIN(PIN_PC14, 5, 2)
560560
#define PIN_PC14__A3 PINMUX_PIN(PIN_PC14, 6, 2)
561561
#define PIN_PC15 79
562562
#define PIN_PC15__GPIO PINMUX_PIN(PIN_PC15, 0, 0)

0 commit comments

Comments
 (0)