Skip to content
Snippets Groups Projects
Commit 88e8f99f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup to take effect)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 43815
parent bdc35c8e
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,8 @@
sdhci@10130000 {
status = "okay";
};
xhci@1E1C0000 {
status = "okay";
};
};
......@@ -201,6 +201,8 @@
};
xhci@1E1C0000 {
status = "disabled";
compatible = "xhci-platform";
reg = <0x1E1C0000 4000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment