aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-05-23 19:24:43 -0700
committerJohn Crispin <john@phrozen.org>2018-05-24 17:24:31 +0200
commit45456fe0c8af2274ccf5db57942a8009a841fac3 (patch)
tree10c24ed50fe2f0b5d965ae09542338f51ed9d72d /target/linux/ramips/dts
parentac24a026d21b86f399bdcc677c960f0e0f4ee001 (diff)
downloadupstream-45456fe0c8af2274ccf5db57942a8009a841fac3.tar.gz
upstream-45456fe0c8af2274ccf5db57942a8009a841fac3.tar.bz2
upstream-45456fe0c8af2274ccf5db57942a8009a841fac3.zip
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> (cherry picked from commit 8c818fa1f0507b0e17aa3ebf051439c9c65f78f3)
Diffstat (limited to 'target/linux/ramips/dts')
-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";
};
};