diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-03 18:30:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-03 18:30:57 +0000 |
commit | 88e8f99f7f45c19663becfed6ad09cad374ed34a (patch) | |
tree | 1628f52467b004fecbb3af5c27363b4f23bd610d | |
parent | bdc35c8ef43834860e70a0c206d21d03e0ddb94a (diff) | |
download | upstream-88e8f99f7f45c19663becfed6ad09cad374ed34a.tar.gz upstream-88e8f99f7f45c19663becfed6ad09cad374ed34a.tar.bz2 upstream-88e8f99f7f45c19663becfed6ad09cad374ed34a.zip |
ramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup to take effect)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43815
-rw-r--r-- | target/linux/ramips/dts/MT7621.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/MT7621.dts b/target/linux/ramips/dts/MT7621.dts index 21bff0e59a..b3b2d85fb0 100644 --- a/target/linux/ramips/dts/MT7621.dts +++ b/target/linux/ramips/dts/MT7621.dts @@ -17,4 +17,8 @@ sdhci@10130000 { status = "okay"; }; + + xhci@1E1C0000 { + status = "okay"; + }; }; diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 9ef5a38abd..cadb1187e3 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -201,6 +201,8 @@ }; xhci@1E1C0000 { + status = "disabled"; + compatible = "xhci-platform"; reg = <0x1E1C0000 4000>; |