| /* |
| * 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 */ |