sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs
authorDaniel Wagenknecht <dwagenk@mailbox.org>
Thu, 16 Dec 2021 19:42:10 +0000 (20:42 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 30 Jan 2022 01:03:37 +0000 (01:03 +0000)
commitb106a14e2f5dfac53d9cd64a11875c011628558d
tree407904f244ac60b0488ffc1f09e5bfa71ab25dca
parent98a90b2730696c1ba773359b7944f6685ae13344
sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs

The driver for SPI0 on Allwinner H6 SoCs did not use the correct define
SUN50I_GPC_SPI0 for the pin function, but one for a different Allwinner
SoC series.

Fix the conditionals to use the correct define for H6 SoCs. This matches
the conditional logic in the SPL spi driver.

Tested by probing the spi-flash on a pine64_h64-model-b board with
adapted device-tree (disable mmc2, enable spi0).

Signed-off-by: Daniel Wagenknecht <dwagenk@mailbox.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/spi/spi-sunxi.c