1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 11:43:54 +02:00

ramips: Fix a few other GnuBee DTS differences

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>
This commit is contained in:
Rosen Penev 2018-05-27 15:50:50 -07:00 committed by John Crispin
parent 02f815d190
commit 976c27f2dd
2 changed files with 4 additions and 1 deletions

View File

@ -58,6 +58,9 @@
&sdhci {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&sdhci_pins>;
};
&spi0 {

View File

@ -126,7 +126,7 @@
&pinctrl {
state_default: pinctrl0 {
gpio {
ralink,group = "jtag", "rgmii3", "uart3", "wdt";
ralink,group = "jtag", "rgmii2", "uart3", "wdt";
ralink,function = "gpio";
};
};