mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
pinctrl: airoha: an7583: remove undefined groups from pcm_spi pin function
pcm_spi_int, pcm_spi_cs2, pcm_spi_cs3, pcm_spi_cs4 pin groups are not
defined, so pcm_spi function can't be applied to these groups.
Fixes: 3ffeb17a9a ("pinctrl: airoha: add support for Airoha AN7583 PINs")
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
dbe28a2a22
commit
7b87a686a5
|
|
@ -877,10 +877,8 @@ static const char *const pcm_spi_groups[] = { "pcm_spi", "pcm_spi_int",
|
|||
"pcm_spi_cs2_p156",
|
||||
"pcm_spi_cs2_p128",
|
||||
"pcm_spi_cs3", "pcm_spi_cs4" };
|
||||
static const char *const an7583_pcm_spi_groups[] = { "pcm_spi", "pcm_spi_int",
|
||||
"pcm_spi_rst", "pcm_spi_cs1",
|
||||
"pcm_spi_cs2", "pcm_spi_cs3",
|
||||
"pcm_spi_cs4" };
|
||||
static const char *const an7583_pcm_spi_groups[] = { "pcm_spi",
|
||||
"pcm_spi_rst", "pcm_spi_cs1" };
|
||||
static const char *const i2s_groups[] = { "i2s" };
|
||||
static const char *const emmc_groups[] = { "emmc" };
|
||||
static const char *const pnand_groups[] = { "pnand" };
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user