ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/arch/arm/boot/dts/pxa988-pm.h b/marvell/linux/arch/arm/boot/dts/pxa988-pm.h
new file mode 100644
index 0000000..93018fe
--- /dev/null
+++ b/marvell/linux/arch/arm/boot/dts/pxa988-pm.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2013 Marvell Tech. Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ */
+
+#ifndef __DTS_PXA988_PM_H
+#define __DTS_PXA988_PM_H
+
+/*
+ * Below definitions must align with pxa988_lowpower_state
+ * in pxa988_lowpower.h.
+ */
+#define PM_QOS_CPUIDLE_BLOCK_C1		0
+#define PM_QOS_CPUIDLE_BLOCK_C2		1
+#define PM_QOS_CPUIDLE_BLOCK_AXI	2
+#define PM_QOS_CPUIDLE_BLOCK_DDR	3
+#define PM_QOS_CPUIDLE_BLOCK_VCXO	4
+
+#endif /* __DTS_PXA988_PM_H */