From c29f71ece753d55ddf19a1b87d228499e5165190 Mon Sep 17 00:00:00 2001 From: Roger Pueyo Centelles Date: Fri, 22 Oct 2021 12:19:40 +0200 Subject: 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 --- target/linux/ath79/dts/qca9533_mikrotik_routerboard-wapr-2nd.dts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ath79/dts') 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"; +}; -- cgit v1.2.3