summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2018-05-24 02:24:43 +0000
committerJohn Crispin2018-05-24 06:57:33 +0000
commit8c818fa1f0507b0e17aa3ebf051439c9c65f78f3 (patch)
tree4e2608bbbe57fb1f7b0b41ee640cde3392f7b82f
parent048e41f6496697863cc7d73ab95fa89a6ddf2470 (diff)
downloadopenwrt-8c818fa1f0507b0e17aa3ebf051439c9c65f78f3.tar.gz
ramips: Fix up GnuBee PC1 DTS file a little
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>
-rw-r--r--target/linux/ramips/dts/GB-PC1.dts8
1 files changed, 1 insertions, 7 deletions
diff --git a/target/linux/ramips/dts/GB-PC1.dts b/target/linux/ramips/dts/GB-PC1.dts
index 47e1377989..2ea6582e01 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>;
@@ -118,7 +112,7 @@
&pinctrl {
state_default: pinctrl0 {
gpio {
- ralink,group = "wdt", "rgmii2", "uart3";
+ ralink,group = "jtag", "rgmii2", "uart3", "wdt";
ralink,function = "gpio";
};
};