All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8
@ 2022-11-14 15:04 Mihai Sain
  0 siblings, 0 replies; 3+ messages in thread
From: Mihai Sain @ 2022-11-14 15:04 UTC (permalink / raw)
  To: robh+dt, nicolas.ferre, claudiu.beznea, eugen.hristev,
	devicetree, linux-kernel
  Cc: Mihai Sain

The signal name of pin PD8 with function D is A22_NANDCLE
as it is defined in the datasheet.

Fixes: 7540629e2fc7 ("ARM: dts: at91: add sama7g5 SoC DT and sama7g5-ek")
Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/sama7g5-pinfunc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama7g5-pinfunc.h b/arch/arm/boot/dts/sama7g5-pinfunc.h
index 6e87f0d4b8fc..a67a156e26ab 100644
--- a/arch/arm/boot/dts/sama7g5-pinfunc.h
+++ b/arch/arm/boot/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_PD9				105
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8
  2022-11-14 15:10 Mihai Sain
@ 2022-12-02  7:49 ` Eugen.Hristev
  0 siblings, 0 replies; 3+ messages in thread
From: Eugen.Hristev @ 2022-12-02  7:49 UTC (permalink / raw)
  To: Mihai.Sain, u-boot

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 <mihai.sain@microchip.com>
> ---


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8
@ 2022-11-14 15:10 Mihai Sain
  2022-12-02  7:49 ` Eugen.Hristev
  0 siblings, 1 reply; 3+ messages in thread
From: Mihai Sain @ 2022-11-14 15:10 UTC (permalink / raw)
  To: eugen.hristev, u-boot; +Cc: 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 <mihai.sain@microchip.com>
---
 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_PD9				105
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-02  7:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 15:04 [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8 Mihai Sain
2022-11-14 15:10 Mihai Sain
2022-12-02  7:49 ` Eugen.Hristev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.