blob: 93018fe5a4f4b0cb302036e29e4565cc3cc06cbb [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
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 */