Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: update alternate function of signal PD20

The alternate function of PD20 is 4 as per the datasheet of
sama7g5 and not 5 as defined earlier.

Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com>
Fixes: 7540629e2fc7 ("ARM: dts: at91: add sama7g5 SoC DT and sama7g5-ek")
Cc: <stable@vger.kernel.org> # v5.15+
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20211208063553.19807-1-Hari.PrasathGE@microchip.com

authored by

Hari Prasath and committed by
Nicolas Ferre
12f332d2 fa55b7dc

+1 -1
+1 -1
arch/arm/boot/dts/sama7g5-pinfunc.h
··· 765 765 #define PIN_PD20__PCK0 PINMUX_PIN(PIN_PD20, 1, 3) 766 766 #define PIN_PD20__FLEXCOM2_IO3 PINMUX_PIN(PIN_PD20, 2, 2) 767 767 #define PIN_PD20__PWMH3 PINMUX_PIN(PIN_PD20, 3, 4) 768 - #define PIN_PD20__CANTX4 PINMUX_PIN(PIN_PD20, 5, 2) 768 + #define PIN_PD20__CANTX4 PINMUX_PIN(PIN_PD20, 4, 2) 769 769 #define PIN_PD20__FLEXCOM5_IO0 PINMUX_PIN(PIN_PD20, 6, 5) 770 770 #define PIN_PD21 117 771 771 #define PIN_PD21__GPIO PINMUX_PIN(PIN_PD21, 0, 0)