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
This commit is contained in:
parent
bdc35c8ef4
commit
88e8f99f7f
2 changed files with 6 additions and 0 deletions
|
@ -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>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue