From: Felix Fietkau Date: Sat, 3 Jan 2015 18:30:57 +0000 (+0000) Subject: ramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88e8f99f7f45c19663becfed6ad09cad374ed34a;p=librecmc%2Flibrecmc.git ramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup to take effect) Signed-off-by: Felix Fietkau SVN-Revision: 43815 --- 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>;