]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: at91: sama7g5: fix signal name of pin PB2
authorMihai Sain <mihai.sain@microchip.com>
Mon, 17 Oct 2022 08:31:19 +0000 (11:31 +0300)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Dec 2022 12:59:27 +0000 (13:59 +0100)
[ Upstream commit 2b4337c8409b4e9e5aed15c597e4031dd567bdd8 ]

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>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20221017083119.1643-1-mihai.sain@microchip.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit aa6f8aecbbf23923cd7f17251f06fc4e52eacc8d)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
arch/arm/boot/dts/sama7g5-pinfunc.h

index 4eb30445d205742d559b41e67620caa6be1f92f8..6e87f0d4b8fce2b77116e7a14196c9c070ce1b3f 100644 (file)
 #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)