Re: [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8

2022-12-01 Thread Eugen.Hristev
On 11/14/22 17:10, Mihai Sain wrote:
> The signal name of pin PD8 with function D is A22_NANDCLE
> as it is defined in the datasheet.
> 
> Fixes: 558378a4cd ("ARM: mach-at91: add support for new SoC sama7g5")
> Signed-off-by: Mihai Sain 
> ---


Applied to u-boot-at91/master, thanks !


[PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8

2022-11-14 Thread Mihai Sain
The signal name of pin PD8 with function D is A22_NANDCLE
as it is defined in the datasheet.

Fixes: 558378a4cd ("ARM: mach-at91: add support for new SoC sama7g5")
Signed-off-by: Mihai Sain 
---
 arch/arm/dts/sama7g5-pinfunc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/sama7g5-pinfunc.h b/arch/arm/dts/sama7g5-pinfunc.h
index b77185f8ed..a17707ba60 100644
--- a/arch/arm/dts/sama7g5-pinfunc.h
+++ b/arch/arm/dts/sama7g5-pinfunc.h
@@ -673,7 +673,7 @@
 #define PIN_PD8__GPIO  PINMUX_PIN(PIN_PD8, 0, 0)
 #define PIN_PD8__SDMMC2_DAT3   PINMUX_PIN(PIN_PD8, 1, 1)
 #define PIN_PD8__I2SMCC0_DIN0  PINMUX_PIN(PIN_PD8, 3, 1)
-#define PIN_PD8__A11_NANDCLE   PINMUX_PIN(PIN_PD8, 4, 2)
+#define PIN_PD8__A22_NANDCLE   PINMUX_PIN(PIN_PD8, 4, 2)
 #define PIN_PD8__TIOA2 PINMUX_PIN(PIN_PD8, 5, 2)
 #define PIN_PD8__FLEXCOM11_IO0 PINMUX_PIN(PIN_PD8, 6, 5)
 #define PIN_PD9105
-- 
2.38.1