Skip to content

Commit 55162b2

Browse files
Mihai Sainclaudiubeznea
authored andcommitted
ARM: dts: at91: sama7g5: fix signal name of pin PD8
The signal name of pin PD8 with function D is A22_NANDCLE as it is defined in the datasheet. Signed-off-by: Mihai Sain <mihai.sain@microchip.com> [claudiu.beznea: rebased on top of 6.1-rc1, removed fixes tag] Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20221114151035.2926-1-mihai.sain@microchip.com
1 parent a20fa0a commit 55162b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
#define PIN_PD8__GPIO PINMUX_PIN(PIN_PD8, 0, 0)
674674
#define PIN_PD8__SDMMC2_DAT3 PINMUX_PIN(PIN_PD8, 1, 1)
675675
#define PIN_PD8__I2SMCC0_DIN0 PINMUX_PIN(PIN_PD8, 3, 1)
676-
#define PIN_PD8__A11_NANDCLE PINMUX_PIN(PIN_PD8, 4, 2)
676+
#define PIN_PD8__A22_NANDCLE PINMUX_PIN(PIN_PD8, 4, 2)
677677
#define PIN_PD8__TIOA2 PINMUX_PIN(PIN_PD8, 5, 2)
678678
#define PIN_PD8__FLEXCOM11_IO0 PINMUX_PIN(PIN_PD8, 6, 5)
679679
#define PIN_PD9 105

0 commit comments

Comments
 (0)