ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/include/dt-bindings/usb/mv_usb_phy.h b/marvell/linux/include/dt-bindings/usb/mv_usb_phy.h
new file mode 100644
index 0000000..41d391e
--- /dev/null
+++ b/marvell/linux/include/dt-bindings/usb/mv_usb_phy.h
@@ -0,0 +1,14 @@
+#ifndef _DT_BINDINGS_USB_MV_USB_PHY_H
+#define _DT_BINDINGS_USB_MV_USB_PHY_H
+
+/*
+ * PHY revision: For those has small difference with default setting.
+ * bit [15..8]: represent PHY IP as below:
+ *     PHY_55LP	0x5500,
+ *     PHY_40LP	0x4000,
+ *     PHY_28LP	0x2800,
+ */
+#define REV_PXA168     0x5500
+#define REV_PXA910     0x5501
+
+#endif