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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43815 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2015-01-03 18:30:57 +00:00
parent 53b2d32f07
commit 2b33ca08bf
2 changed files with 6 additions and 0 deletions

View File

@ -17,4 +17,8 @@
sdhci@10130000 {
status = "okay";
};
xhci@1E1C0000 {
status = "okay";
};
};

View File

@ -201,6 +201,8 @@
};
xhci@1E1C0000 {
status = "disabled";
compatible = "xhci-platform";
reg = <0x1E1C0000 4000>;