summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-06-11 15:53:04 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-07-04 21:18:00 +0200
commit77b1be43da720ac8aadc982675519c677b2d624e (patch)
tree94e90f5013b11eeb3311d3bdf7433d226187cb46 /arch/arm/boot/dts/sun8i-a33-q8-tablet.dts
parent46850c55c64f73238ca3a37b6b8aed0ff664bf78 (diff)
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-a33-q8-tablet.dts')
-rw-r--r--arch/arm/boot/dts/sun8i-a33-q8-tablet.dts15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts b/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts
index 44b32296a025..b0bc2360f8c4 100644
--- a/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts
+++ b/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts
@@ -48,18 +48,3 @@
model = "Q8 A33 Tablet";
compatible = "allwinner,q8-a33", "allwinner,sun8i-a33";
};
-
-/*
- * 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";
-};