浏览代码

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 <[email protected]>
Mathias Kresin 7 年之前
父节点
当前提交
a6e11ccb13
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      target/linux/ramips/dts/rt3883.dtsi

+ 2 - 2
target/linux/ramips/dts/rt3883.dtsi

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