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

Commit daa4c260 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sun8i: sina33: Enable USB gadget



The micro-USB on the SinA33 has a somewhat interesting design in the sense
that it has a micro USB connector, but the VBUS is (supposed to be)
controlled through an (unpopulated) jumper.

Obviously, that doesn't work really well, and only the peripheral mode
really works. Still enable it.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 6a08816d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -213,6 +213,11 @@
	status = "okay";
};

&usb_otg {
	dr_mode = "peripheral";
	status = "okay";
};

&usbphy {
	status = "okay";
	usb1_vbus-supply = <&reg_vcc5v0>; /* USB1 VBUS is always on */