| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* | 
|  | 2 | * Copyright 2013 Marvell Tech. Ltd. | 
|  | 3 | * | 
|  | 4 | * This program is free software; you can redistribute it and/or modify | 
|  | 5 | * it under the terms of the GNU General Public License as published by | 
|  | 6 | * the Free Software Foundation; either version 2 of the License, or | 
|  | 7 | * (at your option) any later version. | 
|  | 8 | * | 
|  | 9 | */ | 
|  | 10 |  | 
|  | 11 | #ifndef __DTS_PXA988_PM_H | 
|  | 12 | #define __DTS_PXA988_PM_H | 
|  | 13 |  | 
|  | 14 | /* | 
|  | 15 | * Below definitions must align with pxa988_lowpower_state | 
|  | 16 | * in pxa988_lowpower.h. | 
|  | 17 | */ | 
|  | 18 | #define PM_QOS_CPUIDLE_BLOCK_C1		0 | 
|  | 19 | #define PM_QOS_CPUIDLE_BLOCK_C2		1 | 
|  | 20 | #define PM_QOS_CPUIDLE_BLOCK_AXI	2 | 
|  | 21 | #define PM_QOS_CPUIDLE_BLOCK_DDR	3 | 
|  | 22 | #define PM_QOS_CPUIDLE_BLOCK_VCXO	4 | 
|  | 23 |  | 
|  | 24 | #endif /* __DTS_PXA988_PM_H */ |