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

ARM: dts: sun6i: Enable USB DRC on the Mele A1000G quad

The Mele A1000G-quad has an usb to sata bridge connected to its otg
controller, this commit enables support for this. Since the otg is
hardwired to the sata bridge it gets enabled in host only mode.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Hans de Goede and committed by
Maxime Ripard
09fa35ea 2354570d

+5
+5
arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts
··· 143 143 status = "okay"; 144 144 }; 145 145 146 + &usb_otg { 147 + dr_mode = "host"; 148 + status = "okay"; 149 + }; 150 + 146 151 &usbphy { 147 152 usb1_vbus-supply = <&reg_usb1_vbus>; 148 153 status = "okay";