diff options
author | John Crispin <john@openwrt.org> | 2015-02-19 14:04:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-19 14:04:41 +0000 |
commit | 64db4364165e2c67e01884b8ad5c4a2ee905a503 (patch) | |
tree | 350842c519aede6a85821ca19b7e21f140a9eab4 /target/linux/ramips/dts/MT7628.dts | |
parent | 5dbd3e65a67a1c248b59c697c8ec1045c2ca2b84 (diff) | |
download | upstream-64db4364165e2c67e01884b8ad5c4a2ee905a503.tar.gz upstream-64db4364165e2c67e01884b8ad5c4a2ee905a503.tar.bz2 upstream-64db4364165e2c67e01884b8ad5c4a2ee905a503.zip |
ramips: fix the mt7628 dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44494
Diffstat (limited to 'target/linux/ramips/dts/MT7628.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7628.dts | 17 |
1 files changed, 7 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"; - }; }; |