summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/sun8i-a23-ippo-q8h-v1.2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/sun8i-a23-ippo-q8h-v1.2.dts')
-rw-r--r--dts/src/arm/sun8i-a23-ippo-q8h-v1.2.dts27
1 files changed, 19 insertions, 8 deletions
diff --git a/dts/src/arm/sun8i-a23-ippo-q8h-v1.2.dts b/dts/src/arm/sun8i-a23-ippo-q8h-v1.2.dts
index 382d64c3b7..6062ea7a99 100644
--- a/dts/src/arm/sun8i-a23-ippo-q8h-v1.2.dts
+++ b/dts/src/arm/sun8i-a23-ippo-q8h-v1.2.dts
@@ -40,15 +40,26 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
+/dts-v1/;
+#include "sun8i-a23.dtsi"
+#include "sun8i-q8-common.dtsi"
+
+/ {
+ model = "Q8 A23 Tablet";
+ compatible = "allwinner,q8-a23", "allwinner,sun8i-a23";
+};
+
/*
- * The Ippo Q8H v1.2 is almost identical to the v5, still it needs a separate
- * dtb file since some gpio-s surrounding the wlan/bluetooth are different,
- * and it uses different camera sensors.
+ * 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";
+};
-#include "sun8i-a23-ippo-q8h-v5.dts"
-
-/ {
- model = "Ippo Q8H Dual Core Tablet (v1.2)";
- compatible = "ippo,q8h-v1.2", "allwinner,sun8i-a23";
+&usbphy {
+ status = "okay";
};