diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-29 20:47:00 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 21:18:09 +0200 |
commit | ba40e221de17a45c7f5f91b552e03af72d163e0e (patch) | |
tree | 5015359772fc78910eca239afe10831db2329074 /arch/arm/boot/dts/sun5i-a10s-mk802.dts | |
parent | d7b9eaff5f0ca00726336b4c0c3c29decf30412a (diff) | |
download | op-kernel-dev-ba40e221de17a45c7f5f91b552e03af72d163e0e.zip op-kernel-dev-ba40e221de17a45c7f5f91b552e03af72d163e0e.tar.gz |
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 <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a10s-mk802.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s-mk802.dts | 9 |
1 files changed, 9 insertions, 0 deletions
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"; |