diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-11 16:53:04 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 22:18:00 +0300 |
commit | 77b1be43da720ac8aadc982675519c677b2d624e (patch) | |
tree | 94e90f5013b11eeb3311d3bdf7433d226187cb46 /arch/arm/boot/dts/sun8i-a23-q8-tablet.dts | |
parent | 46850c55c64f73238ca3a37b6b8aed0ff664bf78 (diff) | |
download | linux-77b1be43da720ac8aadc982675519c677b2d624e.tar.xz |
ARM: dts: sun8i-a?3-q8-tablet.dts: Add full otg support
Now that we've all the necessary bits in place we can enable
full otg support on these tablets.
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-a23-q8-tablet.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-q8-tablet.dts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts b/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts index 6062ea7a9903..956320a6cc78 100644 --- a/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts +++ b/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts @@ -48,18 +48,3 @@ model = "Q8 A23 Tablet"; compatible = "allwinner,q8-a23", "allwinner,sun8i-a23"; }; - -/* - * FIXME for now we only support host mode and rely on u-boot to have - * turned on Vbus which is controlled by the axp223 pmic on the board. - * - * Once we have axp223 support we should switch to fully supporting otg. - */ -&usb_otg { - dr_mode = "host"; - status = "okay"; -}; - -&usbphy { - status = "okay"; -}; |