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

pinctrl: uniphier: Fix Pro5 SD pin-mux setting

SD uses the following pins starting from 247:
SDCD, SDWP, SDVOLC, SDCLK, SDCMD, SDDAT{0,1,2,3}

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Link: https://lore.kernel.org/r/1564465410-9165-6-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Kunihiko Hayashi and committed by
Linus Walleij
31b4c4b1 490bbdcf

+1 -1
+1 -1
drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
··· 809 809 static const int nand_cs1_muxvals[] = {0, 0}; 810 810 static const unsigned pcie_pins[] = {109, 110, 111}; 811 811 static const int pcie_muxvals[] = {0, 0, 0}; 812 - static const unsigned sd_pins[] = {250, 251, 252, 253, 254, 255, 256, 257, 258}; 812 + static const unsigned sd_pins[] = {247, 248, 249, 250, 251, 252, 253, 254, 255}; 813 813 static const int sd_muxvals[] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; 814 814 static const unsigned spi0_pins[] = {120, 121, 122, 123}; 815 815 static const int spi0_muxvals[] = {0, 0, 0, 0};