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

Commit 25ac8b9b authored by Chen-Yu Tsai's avatar Chen-Yu Tsai
Browse files

ARM: sun8i: a83t: Add device node for USB OTG controller



The USB OTG controller found on the A83T is compatible with the one
found on the A33.

Add a device node for it.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 05a6a90d
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -242,6 +242,20 @@
			#size-cells = <0>;
			#size-cells = <0>;
		};
		};


		usb_otg: usb@01c19000 {
			compatible = "allwinner,sun8i-a83t-musb",
				     "allwinner,sun8i-a33-musb";
			reg = <0x01c19000 0x0400>;
			clocks = <&ccu CLK_BUS_OTG>;
			resets = <&ccu RST_BUS_OTG>;
			interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
			interrupt-names = "mc";
			phys = <&usbphy 0>;
			phy-names = "usb";
			extcon = <&usbphy 0>;
			status = "disabled";
		};

		usbphy: phy@1c19400 {
		usbphy: phy@1c19400 {
			compatible = "allwinner,sun8i-a83t-usb-phy";
			compatible = "allwinner,sun8i-a83t-usb-phy";
			reg = <0x01c19400 0x10>,
			reg = <0x01c19400 0x10>,