mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
@@ -17,4 +17,8 @@
|
|||||||
sdhci@10130000 {
|
sdhci@10130000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xhci@1E1C0000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -201,6 +201,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
xhci@1E1C0000 {
|
xhci@1E1C0000 {
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
compatible = "xhci-platform";
|
compatible = "xhci-platform";
|
||||||
reg = <0x1E1C0000 4000>;
|
reg = <0x1E1C0000 4000>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user