Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: ralink: use the dwc2 driver for the rt305x USB controller

This sets up the devicetree file for the rt3050 chip series and rt3052
eval board to use the right compatible string for the dwc2 driver.

Acked-by: John Crispin <blogic@openwrt.org>
Cc: blogic@openwrt.org
Cc: linux-mips@linux-mips.org
Cc: Matthijs Kooijman <matthijs@stdin.nl>
Patchwork: https://patchwork.linux-mips.org/patch/5226/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Matthijs Kooijman and committed by
Ralf Baechle
2792d42f 5000653e

+14
+10
arch/mips/ralink/dts/rt3050.dtsi
··· 55 55 reg-shift = <2>; 56 56 }; 57 57 }; 58 + 59 + usb@101c0000 { 60 + compatible = "ralink,rt3050-usb", "snps,dwc2"; 61 + reg = <0x101c0000 40000>; 62 + 63 + interrupt-parent = <&intc>; 64 + interrupts = <18>; 65 + 66 + status = "disabled"; 67 + }; 58 68 };
+4
arch/mips/ralink/dts/rt3052_eval.dts
··· 43 43 reg = <0x50000 0x7b0000>; 44 44 }; 45 45 }; 46 + 47 + usb@101c0000 { 48 + status = "ok"; 49 + }; 46 50 };