ramips: fix rt3883 pinmux for second SPI

The rt3883 doesn't have a pinmux group named spi_cs1. The cs1 is part
of the pci group. The function pci-func enables the second chip select.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2018-08-22 07:40:17 +02:00
parent dcdc6d9dad
commit a6e11ccb13

View file

@ -295,8 +295,8 @@
spi_cs1: spi1 {
spi1 {
ralink,group = "spi_cs1";
ralink,function = "spi_cs1";
ralink,group = "pci";
ralink,function = "pci-func";
};
};