diff mbox series

[OpenWrt-Devel,PATCHv2] ramips: Fix a few other GnuBee DTS differences

Message ID 20180527225050.11004-1-rosenp@gmail.com
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel,PATCHv2] ramips: Fix a few other GnuBee DTS differences | expand

Commit Message

Rosen Penev May 27, 2018, 10:50 p.m. UTC
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>
---
v2: This seems to have disappeared, so resending.
 target/linux/ramips/dts/GB-PC1.dts | 3 +++
 target/linux/ramips/dts/GB-PC2.dts | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/ramips/dts/GB-PC1.dts b/target/linux/ramips/dts/GB-PC1.dts
index bb80752d75..3b29d335b9 100644
--- a/target/linux/ramips/dts/GB-PC1.dts
+++ b/target/linux/ramips/dts/GB-PC1.dts
@@ -58,6 +58,9 @@ 
 
 &sdhci {
 	status = "okay";
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&sdhci_pins>;
 };
 
 &spi0 {
diff --git a/target/linux/ramips/dts/GB-PC2.dts b/target/linux/ramips/dts/GB-PC2.dts
index ccaf54f3c8..f8f4361e2f 100644
--- a/target/linux/ramips/dts/GB-PC2.dts
+++ b/target/linux/ramips/dts/GB-PC2.dts
@@ -126,7 +126,7 @@ 
 &pinctrl {
 	state_default: pinctrl0 {
 		gpio {
-			ralink,group = "jtag", "rgmii3", "uart3", "wdt";
+			ralink,group = "jtag", "rgmii2", "uart3", "wdt";
 			ralink,function = "gpio";
 		};
 	};