From 88e8f99f7f45c19663becfed6ad09cad374ed34a Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 3 Jan 2015 18:30:57 +0000
Subject: [PATCH] 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
---
 target/linux/ramips/dts/MT7621.dts  | 4 ++++
 target/linux/ramips/dts/mt7621.dtsi | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/target/linux/ramips/dts/MT7621.dts b/target/linux/ramips/dts/MT7621.dts
index 21bff0e59a6..b3b2d85fb05 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 9ef5a38abd4..cadb1187e36 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>;
 
-- 
GitLab