* [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2
@ 2022-10-17 8:31 Mihai Sain
2022-10-17 9:42 ` Nicolas Ferre
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Mihai Sain @ 2022-10-17 8:31 UTC (permalink / raw)
To: robh+dt, eugen.hristev, claudiu.beznea, nicolas.ferre, devicetree,
linux-kernel
Cc: Mihai Sain
The signal name of pin PB2 with function F is FLEXCOM11_IO1
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 4eb30445d205..6e87f0d4b8fc 100644
--- a/arch/arm/boot/dts/sama7g5-pinfunc.h
+++ b/arch/arm/boot/dts/sama7g5-pinfunc.h
@@ -261,7 +261,7 @@
#define PIN_PB2__FLEXCOM6_IO0 PINMUX_PIN(PIN_PB2, 2, 1)
#define PIN_PB2__ADTRG PINMUX_PIN(PIN_PB2, 3, 1)
#define PIN_PB2__A20 PINMUX_PIN(PIN_PB2, 4, 1)
-#define PIN_PB2__FLEXCOM11_IO0 PINMUX_PIN(PIN_PB2, 6, 3)
+#define PIN_PB2__FLEXCOM11_IO1 PINMUX_PIN(PIN_PB2, 6, 3)
#define PIN_PB3 35
#define PIN_PB3__GPIO PINMUX_PIN(PIN_PB3, 0, 0)
#define PIN_PB3__RF1 PINMUX_PIN(PIN_PB3, 1, 1)
--
2.38.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2
2022-10-17 8:31 [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2 Mihai Sain
@ 2022-10-17 9:42 ` Nicolas Ferre
2022-10-17 10:15 ` Tudor.Ambarus
2022-10-26 7:37 ` Claudiu.Beznea
2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2022-10-17 9:42 UTC (permalink / raw)
To: Mihai Sain, robh+dt, eugen.hristev, claudiu.beznea, devicetree,
linux-kernel
Cc: linux-arm-kernel
On 17/10/2022 at 10:31, Mihai Sain wrote:
> The signal name of pin PB2 with function F is FLEXCOM11_IO1
> 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>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Thanks Mihai, best regards,
Nicolas
> ---
> 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 4eb30445d205..6e87f0d4b8fc 100644
> --- a/arch/arm/boot/dts/sama7g5-pinfunc.h
> +++ b/arch/arm/boot/dts/sama7g5-pinfunc.h
> @@ -261,7 +261,7 @@
> #define PIN_PB2__FLEXCOM6_IO0 PINMUX_PIN(PIN_PB2, 2, 1)
> #define PIN_PB2__ADTRG PINMUX_PIN(PIN_PB2, 3, 1)
> #define PIN_PB2__A20 PINMUX_PIN(PIN_PB2, 4, 1)
> -#define PIN_PB2__FLEXCOM11_IO0 PINMUX_PIN(PIN_PB2, 6, 3)
> +#define PIN_PB2__FLEXCOM11_IO1 PINMUX_PIN(PIN_PB2, 6, 3)
> #define PIN_PB3 35
> #define PIN_PB3__GPIO PINMUX_PIN(PIN_PB3, 0, 0)
> #define PIN_PB3__RF1 PINMUX_PIN(PIN_PB3, 1, 1)
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2
2022-10-17 8:31 [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2 Mihai Sain
2022-10-17 9:42 ` Nicolas Ferre
@ 2022-10-17 10:15 ` Tudor.Ambarus
2022-10-26 7:37 ` Claudiu.Beznea
2 siblings, 0 replies; 4+ messages in thread
From: Tudor.Ambarus @ 2022-10-17 10:15 UTC (permalink / raw)
To: Mihai.Sain, robh+dt, Eugen.Hristev, Claudiu.Beznea, Nicolas.Ferre,
devicetree, linux-kernel
On 10/17/22 11:31, Mihai Sain wrote:
> The signal name of pin PB2 with function F is FLEXCOM11_IO1
> 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>
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@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 4eb30445d205..6e87f0d4b8fc 100644
> --- a/arch/arm/boot/dts/sama7g5-pinfunc.h
> +++ b/arch/arm/boot/dts/sama7g5-pinfunc.h
> @@ -261,7 +261,7 @@
> #define PIN_PB2__FLEXCOM6_IO0 PINMUX_PIN(PIN_PB2, 2, 1)
> #define PIN_PB2__ADTRG PINMUX_PIN(PIN_PB2, 3, 1)
> #define PIN_PB2__A20 PINMUX_PIN(PIN_PB2, 4, 1)
> -#define PIN_PB2__FLEXCOM11_IO0 PINMUX_PIN(PIN_PB2, 6, 3)
> +#define PIN_PB2__FLEXCOM11_IO1 PINMUX_PIN(PIN_PB2, 6, 3)
> #define PIN_PB3 35
> #define PIN_PB3__GPIO PINMUX_PIN(PIN_PB3, 0, 0)
> #define PIN_PB3__RF1 PINMUX_PIN(PIN_PB3, 1, 1)
>
--
Cheers,
ta
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2
2022-10-17 8:31 [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2 Mihai Sain
2022-10-17 9:42 ` Nicolas Ferre
2022-10-17 10:15 ` Tudor.Ambarus
@ 2022-10-26 7:37 ` Claudiu.Beznea
2 siblings, 0 replies; 4+ messages in thread
From: Claudiu.Beznea @ 2022-10-26 7:37 UTC (permalink / raw)
To: Mihai.Sain, robh+dt, Eugen.Hristev, Nicolas.Ferre, devicetree,
linux-kernel
On 17.10.2022 11:31, Mihai Sain wrote:
> The signal name of pin PB2 with function F is FLEXCOM11_IO1
> 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>
Applied to at91-fixes, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-26 7:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17 8:31 [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2 Mihai Sain
2022-10-17 9:42 ` Nicolas Ferre
2022-10-17 10:15 ` Tudor.Ambarus
2022-10-26 7:37 ` Claudiu.Beznea
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).