diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-17 21:16:59 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-07-25 11:22:55 +0200 |
commit | a51c832cc18aeec439648f39f6759a1978206132 (patch) | |
tree | 9e03e2d8ad1000d3bdab2d43739aa80fe7877dcb /arch/arm/dts/sun8i-a33-ga10h-v1.1.dts | |
parent | 9ecce9707b05189a762fc87c8483408d175774df (diff) |
sunxi: ga10h: Enable both otg and regular usb host controllers
This allows using devices plugged into both ports of the tablet.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/dts/sun8i-a33-ga10h-v1.1.dts')
-rw-r--r-- | arch/arm/dts/sun8i-a33-ga10h-v1.1.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-a33-ga10h-v1.1.dts b/arch/arm/dts/sun8i-a33-ga10h-v1.1.dts index 866703355b..da16343346 100644 --- a/arch/arm/dts/sun8i-a33-ga10h-v1.1.dts +++ b/arch/arm/dts/sun8i-a33-ga10h-v1.1.dts @@ -61,6 +61,10 @@ }; }; +&ehci0 { + status = "okay"; +}; + &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins_a>; @@ -109,6 +113,10 @@ status = "okay"; }; +&ohci0 { + status = "okay"; +}; + &pio { mmc0_cd_pin_q8h: mmc0_cd_pin@0 { allwinner,pins = "PB4"; |