ramips: Fix a few other GnuBee DTS differences
authorRosen Penev <rosenp@gmail.com>
Sun, 27 May 2018 22:50:50 +0000 (15:50 -0700)
committerJohn Crispin <john@phrozen.org>
Wed, 30 May 2018 04:35:24 +0000 (06:35 +0200)
I was carrying a local commit that added the sdhci stuff and missed it
as a result.

Also fix the rgmii3 thing in the PC2 DTS file as that's bogus and causes
a dmesg warning that it's bogus.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
target/linux/ramips/dts/GB-PC1.dts
target/linux/ramips/dts/GB-PC2.dts

index 2ea6582e017b836a3276ed0ef42ffb4c751b610e..609e058967949845abdaa291e252d8f28fb7212a 100644 (file)
@@ -58,6 +58,9 @@
 
 &sdhci {
        status = "okay";
+
+       pinctrl-names = "default";
+       pinctrl-0 = <&sdhci_pins>;
 };
 
 &spi0 {
index ccaf54f3c888e6fba8806d5abf6b92ca82c9a980..f8f4361e2f7c0b3d516b08966382580b27c6b4dd 100644 (file)
 &pinctrl {
        state_default: pinctrl0 {
                gpio {
-                       ralink,group = "jtag", "rgmii3", "uart3", "wdt";
+                       ralink,group = "jtag", "rgmii2", "uart3", "wdt";
                        ralink,function = "gpio";
                };
        };