diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-02 12:58:34 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-07-06 07:36:00 -0400 |
commit | 4e2066ed71c0d07421baa60567b1ebfb5894e10c (patch) | |
tree | 756db8d90e8ec1955532083aa59a978d831aae04 | |
parent | a85b59c14d4082abcf27f63994e900dd00b5e572 (diff) |
ARM: dts: sun8i: Enable USB DRC on GA10H-A33 tablets
Enable the otg controller on GA10H-A33 tablets, for now it is enabled
in host-only mode, because true OTG support requires support for
detecting and enabling Vbus through the axp221 pmic.
For this to work the Vbus on the port must be enabled by u-boot,
or a powered hub must be used.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts b/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts index 866703355b9c..7520e0673740 100644 --- a/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts +++ b/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts | |||
@@ -123,3 +123,12 @@ | |||
123 | pinctrl-0 = <&r_uart_pins_a>; | 123 | pinctrl-0 = <&r_uart_pins_a>; |
124 | status = "okay"; | 124 | status = "okay"; |
125 | }; | 125 | }; |
126 | |||
127 | &usb_otg { | ||
128 | dr_mode = "host"; | ||
129 | status = "okay"; | ||
130 | }; | ||
131 | |||
132 | &usbphy { | ||
133 | status = "okay"; | ||
134 | }; | ||