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

Commit ba40e221 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun5i: Enable otg on the mk802



Enable the otg controller, the id pin is not connected so enable
it in peripheral only mode.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent d7b9eaff
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -87,6 +87,10 @@
	status = "okay";
};

&otg_sram {
	status = "okay";
};

&pio {
	led_pins_mk802: led_pins@0 {
		allwinner,pins = "PB2";
@@ -122,6 +126,11 @@
	status = "okay";
};

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

&usbphy {
	usb1_vbus-supply = <&reg_usb1_vbus>;
	status = "okay";