]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-omap2/powerdomains3xxx_data.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-omap2 / powerdomains3xxx_data.c
CommitLineData
ecb24aa1 1/*
98fa3d8a 2 * OMAP3 powerdomain definitions
ecb24aa1
PW
3 *
4 * Copyright (C) 2007-2008 Texas Instruments, Inc.
4cb49fec 5 * Copyright (C) 2007-2011 Nokia Corporation
ecb24aa1 6 *
6e01478a 7 * Paul Walmsley, Jouni Högander
ecb24aa1
PW
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 */
13
6e01478a
PW
14#include <linux/kernel.h>
15#include <linux/init.h>
ecb24aa1 16
72e06d08 17#include "powerdomain.h"
6e01478a 18#include "powerdomains2xxx_3xxx_data.h"
ecb24aa1
PW
19
20#include "prcm-common.h"
59fb659b 21#include "prm2xxx_3xxx.h"
ecb24aa1 22#include "prm-regbits-34xx.h"
59fb659b 23#include "cm2xxx_3xxx.h"
ecb24aa1
PW
24#include "cm-regbits-34xx.h"
25
26/*
27 * 34XX-specific powerdomains, dependencies
28 */
29
98fa3d8a 30#ifdef CONFIG_ARCH_OMAP3
ecb24aa1 31
ecb24aa1
PW
32/*
33 * Powerdomains
34 */
35
36static struct powerdomain iva2_pwrdm = {
37 .name = "iva2_pwrdm",
38 .prcm_offs = OMAP3430_IVA2_MOD,
39 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
ecb24aa1
PW
40 .pwrsts = PWRSTS_OFF_RET_ON,
41 .pwrsts_logic_ret = PWRSTS_OFF_RET,
42 .banks = 4,
43 .pwrsts_mem_ret = {
44 [0] = PWRSTS_OFF_RET,
45 [1] = PWRSTS_OFF_RET,
46 [2] = PWRSTS_OFF_RET,
47 [3] = PWRSTS_OFF_RET,
48 },
49 .pwrsts_mem_on = {
4cb49fec
PW
50 [0] = PWRSTS_ON,
51 [1] = PWRSTS_ON,
ecb24aa1 52 [2] = PWRSTS_OFF_ON,
4cb49fec 53 [3] = PWRSTS_ON,
ecb24aa1
PW
54 },
55};
56
98fa3d8a 57static struct powerdomain mpu_3xxx_pwrdm = {
ecb24aa1
PW
58 .name = "mpu_pwrdm",
59 .prcm_offs = MPU_MOD,
60 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
ecb24aa1
PW
61 .pwrsts = PWRSTS_OFF_RET_ON,
62 .pwrsts_logic_ret = PWRSTS_OFF_RET,
3863c74b 63 .flags = PWRDM_HAS_MPU_QUIRK,
ecb24aa1
PW
64 .banks = 1,
65 .pwrsts_mem_ret = {
66 [0] = PWRSTS_OFF_RET,
67 },
68 .pwrsts_mem_on = {
69 [0] = PWRSTS_OFF_ON,
70 },
71};
72
58dcfb3a
AG
73/*
74 * The USBTLL Save-and-Restore mechanism is broken on
25985edc 75 * 3430s up to ES3.0 and 3630ES1.0. Hence this feature
58dcfb3a
AG
76 * needs to be disabled on these chips.
77 * Refer: 3430 errata ID i459 and 3630 errata ID i579
447b8da5
JP
78 *
79 * Note: setting the SAR flag could help for errata ID i478
80 * which applies to 3430 <= ES3.1, but since the SAR feature
81 * is broken, do not use it.
58dcfb3a 82 */
98fa3d8a 83static struct powerdomain core_3xxx_pre_es3_1_pwrdm = {
ecb24aa1
PW
84 .name = "core_pwrdm",
85 .prcm_offs = CORE_MOD,
7eb1afc9
PW
86 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430ES1 |
87 CHIP_IS_OMAP3430ES2 |
58dcfb3a
AG
88 CHIP_IS_OMAP3430ES3_0 |
89 CHIP_IS_OMAP3630ES1),
7eb1afc9 90 .pwrsts = PWRSTS_OFF_RET_ON,
4133a44e 91 .pwrsts_logic_ret = PWRSTS_OFF_RET,
7eb1afc9
PW
92 .banks = 2,
93 .pwrsts_mem_ret = {
94 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */
95 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */
96 },
97 .pwrsts_mem_on = {
98 [0] = PWRSTS_OFF_RET_ON, /* MEM1ONSTATE */
99 [1] = PWRSTS_OFF_RET_ON, /* MEM2ONSTATE */
100 },
101};
102
98fa3d8a 103static struct powerdomain core_3xxx_es3_1_pwrdm = {
7eb1afc9
PW
104 .name = "core_pwrdm",
105 .prcm_offs = CORE_MOD,
58dcfb3a
AG
106 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430ES3_1 |
107 CHIP_GE_OMAP3630ES1_1),
ecb24aa1 108 .pwrsts = PWRSTS_OFF_RET_ON,
4133a44e 109 .pwrsts_logic_ret = PWRSTS_OFF_RET,
447b8da5
JP
110 /*
111 * Setting the SAR flag for errata ID i478 which applies
112 * to 3430 <= ES3.1
113 */
7eb1afc9 114 .flags = PWRDM_HAS_HDWR_SAR, /* for USBTLL only */
ecb24aa1
PW
115 .banks = 2,
116 .pwrsts_mem_ret = {
117 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */
118 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */
119 },
120 .pwrsts_mem_on = {
121 [0] = PWRSTS_OFF_RET_ON, /* MEM1ONSTATE */
122 [1] = PWRSTS_OFF_RET_ON, /* MEM2ONSTATE */
123 },
124};
125
ecb24aa1
PW
126static struct powerdomain dss_pwrdm = {
127 .name = "dss_pwrdm",
128 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
129 .prcm_offs = OMAP3430_DSS_MOD,
ecb24aa1 130 .pwrsts = PWRSTS_OFF_RET_ON,
4cb49fec 131 .pwrsts_logic_ret = PWRSTS_RET,
ecb24aa1
PW
132 .banks = 1,
133 .pwrsts_mem_ret = {
4cb49fec 134 [0] = PWRSTS_RET, /* MEMRETSTATE */
ecb24aa1
PW
135 },
136 .pwrsts_mem_on = {
4cb49fec 137 [0] = PWRSTS_ON, /* MEMONSTATE */
ecb24aa1
PW
138 },
139};
140
be48ea74
PW
141/*
142 * Although the 34XX TRM Rev K Table 4-371 notes that retention is a
143 * possible SGX powerstate, the SGX device itself does not support
144 * retention.
145 */
ecb24aa1
PW
146static struct powerdomain sgx_pwrdm = {
147 .name = "sgx_pwrdm",
148 .prcm_offs = OMAP3430ES2_SGX_MOD,
d41ad520 149 .omap_chip = OMAP_CHIP_INIT(CHIP_GE_OMAP3430ES2),
ecb24aa1 150 /* XXX This is accurate for 3430 SGX, but what about GFX? */
be48ea74 151 .pwrsts = PWRSTS_OFF_ON,
4cb49fec 152 .pwrsts_logic_ret = PWRSTS_RET,
ecb24aa1
PW
153 .banks = 1,
154 .pwrsts_mem_ret = {
4cb49fec 155 [0] = PWRSTS_RET, /* MEMRETSTATE */
ecb24aa1
PW
156 },
157 .pwrsts_mem_on = {
4cb49fec 158 [0] = PWRSTS_ON, /* MEMONSTATE */
ecb24aa1
PW
159 },
160};
161
162static struct powerdomain cam_pwrdm = {
163 .name = "cam_pwrdm",
164 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
165 .prcm_offs = OMAP3430_CAM_MOD,
ecb24aa1 166 .pwrsts = PWRSTS_OFF_RET_ON,
4cb49fec 167 .pwrsts_logic_ret = PWRSTS_RET,
ecb24aa1
PW
168 .banks = 1,
169 .pwrsts_mem_ret = {
4cb49fec 170 [0] = PWRSTS_RET, /* MEMRETSTATE */
ecb24aa1
PW
171 },
172 .pwrsts_mem_on = {
4cb49fec 173 [0] = PWRSTS_ON, /* MEMONSTATE */
ecb24aa1
PW
174 },
175};
176
177static struct powerdomain per_pwrdm = {
178 .name = "per_pwrdm",
179 .prcm_offs = OMAP3430_PER_MOD,
180 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
ecb24aa1
PW
181 .pwrsts = PWRSTS_OFF_RET_ON,
182 .pwrsts_logic_ret = PWRSTS_OFF_RET,
183 .banks = 1,
184 .pwrsts_mem_ret = {
4cb49fec 185 [0] = PWRSTS_RET, /* MEMRETSTATE */
ecb24aa1
PW
186 },
187 .pwrsts_mem_on = {
4cb49fec 188 [0] = PWRSTS_ON, /* MEMONSTATE */
ecb24aa1
PW
189 },
190};
191
192static struct powerdomain emu_pwrdm = {
193 .name = "emu_pwrdm",
194 .prcm_offs = OMAP3430_EMU_MOD,
195 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
196};
197
198static struct powerdomain neon_pwrdm = {
199 .name = "neon_pwrdm",
200 .prcm_offs = OMAP3430_NEON_MOD,
201 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
ecb24aa1 202 .pwrsts = PWRSTS_OFF_RET_ON,
4cb49fec 203 .pwrsts_logic_ret = PWRSTS_RET,
ecb24aa1
PW
204};
205
206static struct powerdomain usbhost_pwrdm = {
207 .name = "usbhost_pwrdm",
208 .prcm_offs = OMAP3430ES2_USBHOST_MOD,
d41ad520 209 .omap_chip = OMAP_CHIP_INIT(CHIP_GE_OMAP3430ES2),
ecb24aa1 210 .pwrsts = PWRSTS_OFF_RET_ON,
4cb49fec 211 .pwrsts_logic_ret = PWRSTS_RET,
867d320b
KJ
212 /*
213 * REVISIT: Enabling usb host save and restore mechanism seems to
214 * leave the usb host domain permanently in ACTIVE mode after
215 * changing the usb host power domain state from OFF to active once.
216 * Disabling for now.
217 */
218 /*.flags = PWRDM_HAS_HDWR_SAR,*/ /* for USBHOST ctrlr only */
ecb24aa1
PW
219 .banks = 1,
220 .pwrsts_mem_ret = {
4cb49fec 221 [0] = PWRSTS_RET, /* MEMRETSTATE */
ecb24aa1
PW
222 },
223 .pwrsts_mem_on = {
4cb49fec 224 [0] = PWRSTS_ON, /* MEMONSTATE */
ecb24aa1
PW
225 },
226};
227
46e0ccf8
PW
228static struct powerdomain dpll1_pwrdm = {
229 .name = "dpll1_pwrdm",
230 .prcm_offs = MPU_MOD,
231 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
232};
233
234static struct powerdomain dpll2_pwrdm = {
235 .name = "dpll2_pwrdm",
236 .prcm_offs = OMAP3430_IVA2_MOD,
237 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
238};
239
240static struct powerdomain dpll3_pwrdm = {
241 .name = "dpll3_pwrdm",
242 .prcm_offs = PLL_MOD,
243 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
244};
245
246static struct powerdomain dpll4_pwrdm = {
247 .name = "dpll4_pwrdm",
248 .prcm_offs = PLL_MOD,
249 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
250};
251
252static struct powerdomain dpll5_pwrdm = {
253 .name = "dpll5_pwrdm",
254 .prcm_offs = PLL_MOD,
d41ad520 255 .omap_chip = OMAP_CHIP_INIT(CHIP_GE_OMAP3430ES2),
46e0ccf8
PW
256};
257
6e01478a
PW
258/* As powerdomains are added or removed above, this list must also be changed */
259static struct powerdomain *powerdomains_omap3xxx[] __initdata = {
46e0ccf8 260
6e01478a
PW
261 &wkup_omap2_pwrdm,
262 &gfx_omap2_pwrdm,
263 &iva2_pwrdm,
264 &mpu_3xxx_pwrdm,
265 &neon_pwrdm,
266 &core_3xxx_pre_es3_1_pwrdm,
267 &core_3xxx_es3_1_pwrdm,
268 &cam_pwrdm,
269 &dss_pwrdm,
270 &per_pwrdm,
271 &emu_pwrdm,
272 &sgx_pwrdm,
273 &usbhost_pwrdm,
274 &dpll1_pwrdm,
275 &dpll2_pwrdm,
276 &dpll3_pwrdm,
277 &dpll4_pwrdm,
278 &dpll5_pwrdm,
279#endif
280 NULL
281};
ecb24aa1
PW
282
283
6e01478a
PW
284void __init omap3xxx_powerdomains_init(void)
285{
286 pwrdm_init(powerdomains_omap3xxx, &omap3_pwrdm_operations);
287}