summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/musb-ux500.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/musb-ux500.h')
-rw-r--r--include/linux/usb/musb-ux500.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/linux/usb/musb-ux500.h b/include/linux/usb/musb-ux500.h
new file mode 100644
index 000000000..d60dcfc56
--- /dev/null
+++ b/include/linux/usb/musb-ux500.h
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2013 ST-Ericsson AB
+ */
+
+#ifndef __MUSB_UX500_H__
+#define __MUSB_UX500_H__
+
+enum ux500_musb_vbus_id_status {
+ UX500_MUSB_NONE = 0,
+ UX500_MUSB_VBUS,
+ UX500_MUSB_ID,
+ UX500_MUSB_CHARGER,
+ UX500_MUSB_ENUMERATED,
+ UX500_MUSB_RIDA,
+ UX500_MUSB_RIDB,
+ UX500_MUSB_RIDC,
+ UX500_MUSB_PREPARE,
+ UX500_MUSB_CLEAN,
+};
+
+#endif /* __MUSB_UX500_H__ */