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

ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group

Fix incorrect function mappings in pinctrl_qspi1_default and
pinctrl_qspi2_default since their function should be SPI1 and
SPI2 respectively.

Fixes: f510f04c8c83 ("ARM: dts: aspeed: Add AST2600 pinmux nodes")
Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20220329173932.2588289-8-quic_jaehyoo@quicinc.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Jae Hyun Yoo and committed by
Joel Stanley
890362d4 e194aff0

+2 -2
+2 -2
arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi
··· 653 653 }; 654 654 655 655 pinctrl_qspi1_default: qspi1_default { 656 - function = "QSPI1"; 656 + function = "SPI1"; 657 657 groups = "QSPI1"; 658 658 }; 659 659 660 660 pinctrl_qspi2_default: qspi2_default { 661 - function = "QSPI2"; 661 + function = "SPI2"; 662 662 groups = "QSPI2"; 663 663 }; 664 664