diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-02 21:47:58 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-07-06 13:36:01 +0200 |
commit | c43fa32143a1e4fba3f988ca116710b652c68077 (patch) | |
tree | bf772ed71c77c26dd0b8d9afd2917ada6f958780 /arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts | |
parent | ARM: dts: sun8i: Enable USB DRC on GA10H-A33 tablets (diff) | |
download | linux-c43fa32143a1e4fba3f988ca116710b652c68077.tar.xz linux-c43fa32143a1e4fba3f988ca116710b652c68077.zip |
ARM: dts: sun8i: Enable USB host on GA10H-A33 tablets
The GA10H tablets not only have an otg connector, but also a normal
usb host connector, enabled support for this.
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/sun8i-a33-ga10h-v1.1.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts | 8 |
1 files changed, 8 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 7520e0673740..1aefc6793e25 100644 --- a/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts +++ b/arch/arm/boot/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"; |