From: John Crispin Date: Thu, 19 Feb 2015 14:04:41 +0000 (+0000) Subject: ramips: fix the mt7628 dts file X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f3e2d98bdb000ee11aa61e8668c9b1fdd22c4689 ramips: fix the mt7628 dts file Signed-off-by: John Crispin SVN-Revision: 44494 --- 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>;