diff mbox series

[OpenWrt-Devel,2/2] ramips: Fix up GnuBee PC1 DTS file a little

Message ID 20180524022443.8171-2-rosenp@gmail.com
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel,1/2] ramips: Add back some non-mt7621 code that staging removed | expand

Commit Message

Rosen Penev May 24, 2018, 2:24 a.m. UTC
There's nothing connected to i2c on this board, so remove it.

Also edited the gpio group to match the PC2 as they're the same.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 target/linux/ramips/dts/GB-PC1.dts | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/ramips/dts/GB-PC1.dts b/target/linux/ramips/dts/GB-PC1.dts
index d29a03e870..3b29d335b9 100644
--- a/target/linux/ramips/dts/GB-PC1.dts
+++ b/target/linux/ramips/dts/GB-PC1.dts
@@ -18,12 +18,6 @@ 
 		bootargs = "console=ttyS0,57600";
 	};
 
-	palmbus: palmbus@1E000000 {
-		i2c@900 {
-			status = "okay";
-		};
-	};
-
 	gpio-keys-polled {
 		compatible = "gpio-keys-polled";
 		#address-cells = <1>;
@@ -121,7 +115,7 @@ 
 &pinctrl {
 	state_default: pinctrl0 {
 		gpio {
-			ralink,group = "wdt", "rgmii2", "uart3";
+			ralink,group = "jtag", "rgmii2", "uart3", "wdt";
 			ralink,function = "gpio";
 		};
 	};