diff mbox series

ARM: dts: at91: sama7g5: fix signal name of pin PB2

Message ID 20221017083711.2331-1-mihai.sain@microchip.com
State Accepted
Delegated to: Eugen Hristev
Headers show
Series ARM: dts: at91: sama7g5: fix signal name of pin PB2 | expand

Commit Message

Mihai Sain Oct. 17, 2022, 8:37 a.m. UTC
The signal name of pin PB2 with function F is FLEXCOM11_IO1
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(-)

Comments

Eugen Hristev Oct. 21, 2022, 6:11 a.m. UTC | #1
On 10/17/22 11:37 AM, Mihai Sain wrote:
> The signal name of pin PB2 with function F is FLEXCOM11_IO1
> 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 !
diff mbox series

Patch

diff --git a/arch/arm/dts/sama7g5-pinfunc.h b/arch/arm/dts/sama7g5-pinfunc.h
index 38d6962d00..b77185f8ed 100644
--- a/arch/arm/dts/sama7g5-pinfunc.h
+++ b/arch/arm/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)