Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2792d42f authored by Matthijs Kooijman's avatar Matthijs Kooijman Committed by Ralf Baechle
Browse files

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: default avatarJohn 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5000653e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -55,4 +55,14 @@
			reg-shift = <2>;
		};
	};

	usb@101c0000 {
		compatible = "ralink,rt3050-usb", "snps,dwc2";
		reg = <0x101c0000 40000>;

		interrupt-parent = <&intc>;
		interrupts = <18>;

		status = "disabled";
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -43,4 +43,8 @@
			reg = <0x50000 0x7b0000>;
		};
	};

	usb@101c0000 {
		status = "ok";
	};
};