aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-19 14:04:41 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-19 14:04:41 +0000
commitca5bbee2474a154b522cc8a721a21f63cf6c9d77 (patch)
tree9c6b5e0a933527c8116235eebd406896a218a412
parent19e42920c512450d84dbe399a6791cc7a1b5b204 (diff)
downloadmaster-187ad058-ca5bbee2474a154b522cc8a721a21f63cf6c9d77.tar.gz
master-187ad058-ca5bbee2474a154b522cc8a721a21f63cf6c9d77.tar.bz2
master-187ad058-ca5bbee2474a154b522cc8a721a21f63cf6c9d77.zip
ramips: fix the mt7628 dts file
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44494 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/dts/MT7628.dts17
-rw-r--r--target/linux/ramips/dts/mt7628an.dtsi4
2 files changed, 11 insertions, 10 deletions
diff --git a/target/linux/ramips/dts/MT7628.dts b/target/linux/ramips/dts/MT7628.dts
index 0b9bc29261..dd6647f2b7 100644
--- a/target/linux/ramips/dts/MT7628.dts
+++ b/target/linux/ramips/dts/MT7628.dts
@@ -11,8 +11,13 @@
reg = <0x0 0x2000000>;
};
- chosen {
- bootargs = "console=ttyS0,57600 init=/init";
+ pinctrl {
+ state_default: pinctrl0 {
+ gpio {
+ ralink,group = "i2c", "jtag";
+ ralink,function = "gpio";
+ };
+ };
};
palmbus@10000000 {
@@ -53,12 +58,4 @@
};
};
};
-
- sdhci@10130000 {
- status = "okay";
- };
-
- pcie@10140000 {
- status = "okay";
- };
};
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index 855d538a4b..8d799af3c3 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -9,6 +9,10 @@
};
};
+ chosen {
+ bootargs = "console=ttyS0,57600";
+ };
+
cpuintc: cpuintc@0 {
#address-cells = <0>;
#interrupt-cells = <1>;