aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts
diff options
context:
space:
mode:
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>2021-10-22 12:19:40 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-11-20 21:08:21 +0100
commitc29f71ece753d55ddf19a1b87d228499e5165190 (patch)
tree4936f7b1ca16d905766300507d97a643867af2a4 /target/linux/ath79/dts
parente900779e6f15a3a00a2f9003dd68a43aa0ef88e8 (diff)
downloadupstream-c29f71ece753d55ddf19a1b87d228499e5165190.tar.gz
upstream-c29f71ece753d55ddf19a1b87d228499e5165190.tar.bz2
upstream-c29f71ece753d55ddf19a1b87d228499e5165190.zip
ath79: mikrotik: enable USB module on RouterBoard wAPR-2nD
The MikroTik RouterBOARD wAPR-2nD (wAP R) router features a miniPCI-e slot with USB lines connected, which are used by some USB cards with miniPCI-e form factor, like the R11e-LR8. Enabling USB support is required for such cards to work. Tested on a MikroTik wAP LR8 kit (RB wAPR-2nD + R11e-LR8). Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r--target/linux/ath79/dts/qca9533_mikrotik_routerboard-wapr-2nd.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9533_mikrotik_routerboard-wapr-2nd.dts b/target/linux/ath79/dts/qca9533_mikrotik_routerboard-wapr-2nd.dts
index 459fc04e6c..49756f3336 100644
--- a/target/linux/ath79/dts/qca9533_mikrotik_routerboard-wapr-2nd.dts
+++ b/target/linux/ath79/dts/qca9533_mikrotik_routerboard-wapr-2nd.dts
@@ -68,3 +68,11 @@
&pcie0 {
status = "okay";
};
+
+&usb0 {
+ status = "okay";
+};
+
+&usb_phy {
+ status = "okay";
+};