From: Hans de Goede Date: Wed, 29 Jun 2016 18:47:00 +0000 (+0200) Subject: ARM: dts: sun5i: Enable otg on the mk802 X-Git-Tag: v4.14-rc1~2742^2~10^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba40e221de17a45c7f5f91b552e03af72d163e0e;p=platform%2Fkernel%2Flinux-rpi.git 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: Hans de Goede Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun5i-a10s-mk802.dts b/arch/arm/boot/dts/sun5i-a10s-mk802.dts index 46ff940..0bb5755 100644 --- a/arch/arm/boot/dts/sun5i-a10s-mk802.dts +++ b/arch/arm/boot/dts/sun5i-a10s-mk802.dts @@ -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 = <®_usb1_vbus>; status = "okay";