]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/mach-imx/pm-imx6.c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / arch / arm / mach-imx / pm-imx6.c
CommitLineData
fcaf2036 1// SPDX-License-Identifier: GPL-2.0-or-later
a1f1c7ef 2/*
df595746 3 * Copyright 2011-2014 Freescale Semiconductor, Inc.
a1f1c7ef 4 * Copyright 2011 Linaro Ltd.
a1f1c7ef
SG
5 */
6
9e8147bb 7#include <linux/delay.h>
a1f1c7ef
SG
8#include <linux/init.h>
9#include <linux/io.h>
d48866fe 10#include <linux/irq.h>
df595746 11#include <linux/genalloc.h>
d48866fe
SG
12#include <linux/mfd/syscon.h>
13#include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
a1f1c7ef 14#include <linux/of.h>
9e8147bb 15#include <linux/of_address.h>
df595746 16#include <linux/of_platform.h>
d48866fe 17#include <linux/regmap.h>
a1f1c7ef
SG
18#include <linux/suspend.h>
19#include <asm/cacheflush.h>
df595746 20#include <asm/fncpy.h>
a1f1c7ef
SG
21#include <asm/proc-fns.h>
22#include <asm/suspend.h>
df595746 23#include <asm/tlb.h>
a1f1c7ef 24
e3372474 25#include "common.h"
50f2de61 26#include "hardware.h"
e3372474 27
9e8147bb
SG
28#define CCR 0x0
29#define BM_CCR_WB_COUNT (0x7 << 16)
30#define BM_CCR_RBC_BYPASS_COUNT (0x3f << 21)
31#define BM_CCR_RBC_EN (0x1 << 27)
32
33#define CLPCR 0x54
34#define BP_CLPCR_LPM 0
35#define BM_CLPCR_LPM (0x3 << 0)
36#define BM_CLPCR_BYPASS_PMIC_READY (0x1 << 2)
37#define BM_CLPCR_ARM_CLK_DIS_ON_LPM (0x1 << 5)
38#define BM_CLPCR_SBYOS (0x1 << 6)
39#define BM_CLPCR_DIS_REF_OSC (0x1 << 7)
40#define BM_CLPCR_VSTBY (0x1 << 8)
41#define BP_CLPCR_STBY_COUNT 9
42#define BM_CLPCR_STBY_COUNT (0x3 << 9)
43#define BM_CLPCR_COSC_PWRDOWN (0x1 << 11)
44#define BM_CLPCR_WB_PER_AT_LPM (0x1 << 16)
45#define BM_CLPCR_WB_CORE_AT_LPM (0x1 << 17)
46#define BM_CLPCR_BYP_MMDC_CH0_LPM_HS (0x1 << 19)
47#define BM_CLPCR_BYP_MMDC_CH1_LPM_HS (0x1 << 21)
48#define BM_CLPCR_MASK_CORE0_WFI (0x1 << 22)
49#define BM_CLPCR_MASK_CORE1_WFI (0x1 << 23)
50#define BM_CLPCR_MASK_CORE2_WFI (0x1 << 24)
51#define BM_CLPCR_MASK_CORE3_WFI (0x1 << 25)
52#define BM_CLPCR_MASK_SCU_IDLE (0x1 << 26)
53#define BM_CLPCR_MASK_L2CC_IDLE (0x1 << 27)
54
55#define CGPR 0x64
fa6be65e 56#define BM_CGPR_INT_MEM_CLK_LPM (0x1 << 17)
9e8147bb 57
df595746
AH
58#define MX6Q_SUSPEND_OCRAM_SIZE 0x1000
59#define MX6_MAX_MMDC_IO_NUM 33
60
9e8147bb 61static void __iomem *ccm_base;
df595746
AH
62static void __iomem *suspend_ocram_base;
63static void (*imx6_suspend_in_ocram_fn)(void __iomem *ocram_vbase);
64
65/*
66 * suspend ocram space layout:
67 * ======================== high address ======================
68 * .
69 * .
70 * .
71 * ^
72 * ^
73 * ^
74 * imx6_suspend code
75 * PM_INFO structure(imx6_cpu_pm_info)
76 * ======================== low address =======================
77 */
78
79struct imx6_pm_base {
80 phys_addr_t pbase;
81 void __iomem *vbase;
82};
83
84struct imx6_pm_socdata {
ec336b28 85 u32 ddr_type;
df595746
AH
86 const char *mmdc_compat;
87 const char *src_compat;
88 const char *iomuxc_compat;
89 const char *gpc_compat;
ee4a5f83 90 const char *pl310_compat;
df595746
AH
91 const u32 mmdc_io_num;
92 const u32 *mmdc_io_offset;
93};
94
95static const u32 imx6q_mmdc_io_offset[] __initconst = {
96 0x5ac, 0x5b4, 0x528, 0x520, /* DQM0 ~ DQM3 */
97 0x514, 0x510, 0x5bc, 0x5c4, /* DQM4 ~ DQM7 */
98 0x56c, 0x578, 0x588, 0x594, /* CAS, RAS, SDCLK_0, SDCLK_1 */
99 0x5a8, 0x5b0, 0x524, 0x51c, /* SDQS0 ~ SDQS3 */
100 0x518, 0x50c, 0x5b8, 0x5c0, /* SDQS4 ~ SDQS7 */
101 0x784, 0x788, 0x794, 0x79c, /* GPR_B0DS ~ GPR_B3DS */
102 0x7a0, 0x7a4, 0x7a8, 0x748, /* GPR_B4DS ~ GPR_B7DS */
103 0x59c, 0x5a0, 0x750, 0x774, /* SODT0, SODT1, MODE_CTL, MODE */
104 0x74c, /* GPR_ADDS */
105};
106
da9e9261
AH
107static const u32 imx6dl_mmdc_io_offset[] __initconst = {
108 0x470, 0x474, 0x478, 0x47c, /* DQM0 ~ DQM3 */
109 0x480, 0x484, 0x488, 0x48c, /* DQM4 ~ DQM7 */
110 0x464, 0x490, 0x4ac, 0x4b0, /* CAS, RAS, SDCLK_0, SDCLK_1 */
111 0x4bc, 0x4c0, 0x4c4, 0x4c8, /* DRAM_SDQS0 ~ DRAM_SDQS3 */
112 0x4cc, 0x4d0, 0x4d4, 0x4d8, /* DRAM_SDQS4 ~ DRAM_SDQS7 */
113 0x764, 0x770, 0x778, 0x77c, /* GPR_B0DS ~ GPR_B3DS */
114 0x780, 0x784, 0x78c, 0x748, /* GPR_B4DS ~ GPR_B7DS */
115 0x4b4, 0x4b8, 0x750, 0x760, /* SODT0, SODT1, MODE_CTL, MODE */
116 0x74c, /* GPR_ADDS */
117};
118
64b08681
AH
119static const u32 imx6sl_mmdc_io_offset[] __initconst = {
120 0x30c, 0x310, 0x314, 0x318, /* DQM0 ~ DQM3 */
121 0x5c4, 0x5cc, 0x5d4, 0x5d8, /* GPR_B0DS ~ GPR_B3DS */
122 0x300, 0x31c, 0x338, 0x5ac, /* CAS, RAS, SDCLK_0, GPR_ADDS */
123 0x33c, 0x340, 0x5b0, 0x5c0, /* SODT0, SODT1, MODE_CTL, MODE */
124 0x330, 0x334, 0x320, /* SDCKE0, SDCKE1, RESET */
125};
126
22021948
AH
127static const u32 imx6sll_mmdc_io_offset[] __initconst = {
128 0x294, 0x298, 0x29c, 0x2a0, /* DQM0 ~ DQM3 */
129 0x544, 0x54c, 0x554, 0x558, /* GPR_B0DS ~ GPR_B3DS */
130 0x530, 0x540, 0x2ac, 0x52c, /* MODE_CTL, MODE, SDCLK_0, GPR_ADDDS */
131 0x2a4, 0x2a8, /* SDCKE0, SDCKE1*/
132};
133
ff843d62
AH
134static const u32 imx6sx_mmdc_io_offset[] __initconst = {
135 0x2ec, 0x2f0, 0x2f4, 0x2f8, /* DQM0 ~ DQM3 */
136 0x60c, 0x610, 0x61c, 0x620, /* GPR_B0DS ~ GPR_B3DS */
137 0x300, 0x2fc, 0x32c, 0x5f4, /* CAS, RAS, SDCLK_0, GPR_ADDS */
138 0x310, 0x314, 0x5f8, 0x608, /* SODT0, SODT1, MODE_CTL, MODE */
139 0x330, 0x334, 0x338, 0x33c, /* SDQS0 ~ SDQS3 */
140};
141
ee4a5f83
AH
142static const u32 imx6ul_mmdc_io_offset[] __initconst = {
143 0x244, 0x248, 0x24c, 0x250, /* DQM0, DQM1, RAS, CAS */
144 0x27c, 0x498, 0x4a4, 0x490, /* SDCLK0, GPR_B0DS-B1DS, GPR_ADDS */
145 0x280, 0x284, 0x260, 0x264, /* SDQS0~1, SODT0, SODT1 */
146 0x494, 0x4b0, /* MODE_CTL, MODE, */
147};
148
df595746 149static const struct imx6_pm_socdata imx6q_pm_data __initconst = {
df595746
AH
150 .mmdc_compat = "fsl,imx6q-mmdc",
151 .src_compat = "fsl,imx6q-src",
152 .iomuxc_compat = "fsl,imx6q-iomuxc",
153 .gpc_compat = "fsl,imx6q-gpc",
ee4a5f83 154 .pl310_compat = "arm,pl310-cache",
df595746
AH
155 .mmdc_io_num = ARRAY_SIZE(imx6q_mmdc_io_offset),
156 .mmdc_io_offset = imx6q_mmdc_io_offset,
157};
158
da9e9261 159static const struct imx6_pm_socdata imx6dl_pm_data __initconst = {
da9e9261
AH
160 .mmdc_compat = "fsl,imx6q-mmdc",
161 .src_compat = "fsl,imx6q-src",
162 .iomuxc_compat = "fsl,imx6dl-iomuxc",
163 .gpc_compat = "fsl,imx6q-gpc",
ee4a5f83 164 .pl310_compat = "arm,pl310-cache",
da9e9261
AH
165 .mmdc_io_num = ARRAY_SIZE(imx6dl_mmdc_io_offset),
166 .mmdc_io_offset = imx6dl_mmdc_io_offset,
167};
168
64b08681 169static const struct imx6_pm_socdata imx6sl_pm_data __initconst = {
64b08681
AH
170 .mmdc_compat = "fsl,imx6sl-mmdc",
171 .src_compat = "fsl,imx6sl-src",
172 .iomuxc_compat = "fsl,imx6sl-iomuxc",
173 .gpc_compat = "fsl,imx6sl-gpc",
ee4a5f83 174 .pl310_compat = "arm,pl310-cache",
64b08681
AH
175 .mmdc_io_num = ARRAY_SIZE(imx6sl_mmdc_io_offset),
176 .mmdc_io_offset = imx6sl_mmdc_io_offset,
177};
178
22021948
AH
179static const struct imx6_pm_socdata imx6sll_pm_data __initconst = {
180 .mmdc_compat = "fsl,imx6sll-mmdc",
181 .src_compat = "fsl,imx6sll-src",
182 .iomuxc_compat = "fsl,imx6sll-iomuxc",
183 .gpc_compat = "fsl,imx6sll-gpc",
184 .pl310_compat = "arm,pl310-cache",
185 .mmdc_io_num = ARRAY_SIZE(imx6sll_mmdc_io_offset),
186 .mmdc_io_offset = imx6sll_mmdc_io_offset,
187};
188
ff843d62 189static const struct imx6_pm_socdata imx6sx_pm_data __initconst = {
ff843d62
AH
190 .mmdc_compat = "fsl,imx6sx-mmdc",
191 .src_compat = "fsl,imx6sx-src",
192 .iomuxc_compat = "fsl,imx6sx-iomuxc",
193 .gpc_compat = "fsl,imx6sx-gpc",
ee4a5f83 194 .pl310_compat = "arm,pl310-cache",
ff843d62
AH
195 .mmdc_io_num = ARRAY_SIZE(imx6sx_mmdc_io_offset),
196 .mmdc_io_offset = imx6sx_mmdc_io_offset,
197};
198
ee4a5f83
AH
199static const struct imx6_pm_socdata imx6ul_pm_data __initconst = {
200 .mmdc_compat = "fsl,imx6ul-mmdc",
201 .src_compat = "fsl,imx6ul-src",
202 .iomuxc_compat = "fsl,imx6ul-iomuxc",
203 .gpc_compat = "fsl,imx6ul-gpc",
204 .pl310_compat = NULL,
205 .mmdc_io_num = ARRAY_SIZE(imx6ul_mmdc_io_offset),
206 .mmdc_io_offset = imx6ul_mmdc_io_offset,
207};
208
df595746
AH
209/*
210 * This structure is for passing necessary data for low level ocram
211 * suspend code(arch/arm/mach-imx/suspend-imx6.S), if this struct
212 * definition is changed, the offset definition in
213 * arch/arm/mach-imx/suspend-imx6.S must be also changed accordingly,
214 * otherwise, the suspend to ocram function will be broken!
215 */
216struct imx6_cpu_pm_info {
217 phys_addr_t pbase; /* The physical address of pm_info. */
218 phys_addr_t resume_addr; /* The physical resume address for asm code */
ec336b28 219 u32 ddr_type;
df595746
AH
220 u32 pm_info_size; /* Size of pm_info. */
221 struct imx6_pm_base mmdc_base;
222 struct imx6_pm_base src_base;
223 struct imx6_pm_base iomuxc_base;
224 struct imx6_pm_base ccm_base;
225 struct imx6_pm_base gpc_base;
226 struct imx6_pm_base l2_base;
227 u32 mmdc_io_num; /* Number of MMDC IOs which need saved/restored. */
228 u32 mmdc_io_val[MX6_MAX_MMDC_IO_NUM][2]; /* To save offset and value */
229} __aligned(8);
9e8147bb 230
8765caa5 231void imx6_set_int_mem_clk_lpm(bool enable)
9e8147bb
SG
232{
233 u32 val = readl_relaxed(ccm_base + CGPR);
234
dfea953a
AH
235 val &= ~BM_CGPR_INT_MEM_CLK_LPM;
236 if (enable)
237 val |= BM_CGPR_INT_MEM_CLK_LPM;
9e8147bb
SG
238 writel_relaxed(val, ccm_base + CGPR);
239}
240
05136f08 241void imx6_enable_rbc(bool enable)
9e8147bb
SG
242{
243 u32 val;
9e8147bb 244
9e8147bb
SG
245 /*
246 * need to mask all interrupts in GPC before
247 * operating RBC configurations
248 */
249 imx_gpc_mask_all();
250
251 /* configure RBC enable bit */
252 val = readl_relaxed(ccm_base + CCR);
253 val &= ~BM_CCR_RBC_EN;
254 val |= enable ? BM_CCR_RBC_EN : 0;
255 writel_relaxed(val, ccm_base + CCR);
256
257 /* configure RBC count */
258 val = readl_relaxed(ccm_base + CCR);
259 val &= ~BM_CCR_RBC_BYPASS_COUNT;
260 val |= enable ? BM_CCR_RBC_BYPASS_COUNT : 0;
261 writel(val, ccm_base + CCR);
262
263 /*
264 * need to delay at least 2 cycles of CKIL(32K)
265 * due to hardware design requirement, which is
266 * ~61us, here we use 65us for safe
267 */
268 udelay(65);
269
270 /* restore GPC interrupt mask settings */
271 imx_gpc_restore_all();
9e8147bb
SG
272}
273
274static void imx6q_enable_wb(bool enable)
275{
276 u32 val;
9e8147bb
SG
277
278 /* configure well bias enable bit */
279 val = readl_relaxed(ccm_base + CLPCR);
280 val &= ~BM_CLPCR_WB_PER_AT_LPM;
281 val |= enable ? BM_CLPCR_WB_PER_AT_LPM : 0;
282 writel_relaxed(val, ccm_base + CLPCR);
283
284 /* configure well bias count */
285 val = readl_relaxed(ccm_base + CCR);
286 val &= ~BM_CCR_WB_COUNT;
287 val |= enable ? BM_CCR_WB_COUNT : 0;
288 writel_relaxed(val, ccm_base + CCR);
9e8147bb
SG
289}
290
8fb76a07 291int imx6_set_lpm(enum mxc_cpu_pwr_mode mode)
9e8147bb
SG
292{
293 u32 val = readl_relaxed(ccm_base + CLPCR);
294
295 val &= ~BM_CLPCR_LPM;
296 switch (mode) {
297 case WAIT_CLOCKED:
9e8147bb
SG
298 break;
299 case WAIT_UNCLOCKED:
300 val |= 0x1 << BP_CLPCR_LPM;
301 val |= BM_CLPCR_ARM_CLK_DIS_ON_LPM;
302 break;
303 case STOP_POWER_ON:
304 val |= 0x2 << BP_CLPCR_LPM;
80c0ecdc
AH
305 val &= ~BM_CLPCR_VSTBY;
306 val &= ~BM_CLPCR_SBYOS;
307 if (cpu_is_imx6sl())
308 val |= BM_CLPCR_BYPASS_PMIC_READY;
bf5a01d7 309 if (cpu_is_imx6sl() || cpu_is_imx6sx() || cpu_is_imx6ul() ||
c90dec00 310 cpu_is_imx6ull() || cpu_is_imx6sll() || cpu_is_imx6ulz())
80c0ecdc
AH
311 val |= BM_CLPCR_BYP_MMDC_CH0_LPM_HS;
312 else
313 val |= BM_CLPCR_BYP_MMDC_CH1_LPM_HS;
9e8147bb
SG
314 break;
315 case WAIT_UNCLOCKED_POWER_OFF:
316 val |= 0x1 << BP_CLPCR_LPM;
317 val &= ~BM_CLPCR_VSTBY;
318 val &= ~BM_CLPCR_SBYOS;
319 break;
320 case STOP_POWER_OFF:
321 val |= 0x2 << BP_CLPCR_LPM;
322 val |= 0x3 << BP_CLPCR_STBY_COUNT;
323 val |= BM_CLPCR_VSTBY;
324 val |= BM_CLPCR_SBYOS;
8aade778 325 if (cpu_is_imx6sl() || cpu_is_imx6sx())
9ba64fe3 326 val |= BM_CLPCR_BYPASS_PMIC_READY;
bf5a01d7 327 if (cpu_is_imx6sl() || cpu_is_imx6sx() || cpu_is_imx6ul() ||
c90dec00 328 cpu_is_imx6ull() || cpu_is_imx6sll() || cpu_is_imx6ulz())
9ba64fe3 329 val |= BM_CLPCR_BYP_MMDC_CH0_LPM_HS;
ff843d62 330 else
9ba64fe3 331 val |= BM_CLPCR_BYP_MMDC_CH1_LPM_HS;
9e8147bb
SG
332 break;
333 default:
334 return -EINVAL;
335 }
336
d48866fe 337 /*
48c95841
AH
338 * ERR007265: CCM: When improper low-power sequence is used,
339 * the SoC enters low power mode before the ARM core executes WFI.
340 *
341 * Software workaround:
342 * 1) Software should trigger IRQ #32 (IOMUX) to be always pending
343 * by setting IOMUX_GPR1_GINT.
344 * 2) Software should then unmask IRQ #32 in GPC before setting CCM
345 * Low-Power mode.
346 * 3) Software should mask IRQ #32 right after CCM Low-Power mode
347 * is set (set bits 0-1 of CCM_CLPCR).
b923ff6a
MZ
348 *
349 * Note that IRQ #32 is GIC SPI #0.
d48866fe 350 */
8f3e2d2c
KO
351 if (mode != WAIT_CLOCKED)
352 imx_gpc_hwirq_unmask(0);
9e8147bb 353 writel_relaxed(val, ccm_base + CLPCR);
8f3e2d2c
KO
354 if (mode != WAIT_CLOCKED)
355 imx_gpc_hwirq_mask(0);
9e8147bb
SG
356
357 return 0;
358}
359
a1f1c7ef
SG
360static int imx6q_suspend_finish(unsigned long val)
361{
df595746
AH
362 if (!imx6_suspend_in_ocram_fn) {
363 cpu_do_idle();
364 } else {
365 /*
366 * call low level suspend function in ocram,
367 * as we need to float DDR IO.
368 */
369 local_flush_tlb_all();
ee4a5f83
AH
370 /* check if need to flush internal L2 cache */
371 if (!((struct imx6_cpu_pm_info *)
372 suspend_ocram_base)->l2_base.vbase)
373 flush_cache_all();
df595746
AH
374 imx6_suspend_in_ocram_fn(suspend_ocram_base);
375 }
376
a1f1c7ef
SG
377 return 0;
378}
379
380static int imx6q_pm_enter(suspend_state_t state)
381{
382 switch (state) {
80c0ecdc 383 case PM_SUSPEND_STANDBY:
8fb76a07 384 imx6_set_lpm(STOP_POWER_ON);
8765caa5 385 imx6_set_int_mem_clk_lpm(true);
80c0ecdc
AH
386 imx_gpc_pre_suspend(false);
387 if (cpu_is_imx6sl())
388 imx6sl_set_wait_clk(true);
389 /* Zzz ... */
390 cpu_do_idle();
391 if (cpu_is_imx6sl())
392 imx6sl_set_wait_clk(false);
393 imx_gpc_post_resume();
8fb76a07 394 imx6_set_lpm(WAIT_CLOCKED);
80c0ecdc 395 break;
a1f1c7ef 396 case PM_SUSPEND_MEM:
8fb76a07 397 imx6_set_lpm(STOP_POWER_OFF);
8765caa5 398 imx6_set_int_mem_clk_lpm(false);
1d674a73 399 imx6q_enable_wb(true);
df595746
AH
400 /*
401 * For suspend into ocram, asm code already take care of
402 * RBC setting, so we do NOT need to do that here.
403 */
404 if (!imx6_suspend_in_ocram_fn)
05136f08 405 imx6_enable_rbc(true);
80c0ecdc 406 imx_gpc_pre_suspend(true);
e95dddb3 407 imx_anatop_pre_suspend();
a1f1c7ef
SG
408 /* Zzz ... */
409 cpu_suspend(0, imx6q_suspend_finish);
9ba64fe3
SG
410 if (cpu_is_imx6q() || cpu_is_imx6dl())
411 imx_smp_prepare();
e95dddb3 412 imx_anatop_post_resume();
a1f1c7ef 413 imx_gpc_post_resume();
05136f08 414 imx6_enable_rbc(false);
1d674a73 415 imx6q_enable_wb(false);
8765caa5 416 imx6_set_int_mem_clk_lpm(true);
8fb76a07 417 imx6_set_lpm(WAIT_CLOCKED);
a1f1c7ef
SG
418 break;
419 default:
420 return -EINVAL;
421 }
422
423 return 0;
424}
425
80c0ecdc
AH
426static int imx6q_pm_valid(suspend_state_t state)
427{
428 return (state == PM_SUSPEND_STANDBY || state == PM_SUSPEND_MEM);
429}
430
a1f1c7ef
SG
431static const struct platform_suspend_ops imx6q_pm_ops = {
432 .enter = imx6q_pm_enter,
80c0ecdc 433 .valid = imx6q_pm_valid,
a1f1c7ef
SG
434};
435
df595746
AH
436static int __init imx6_pm_get_base(struct imx6_pm_base *base,
437 const char *compat)
438{
439 struct device_node *node;
440 struct resource res;
441 int ret = 0;
442
443 node = of_find_compatible_node(NULL, NULL, compat);
258172f9
FE
444 if (!node)
445 return -ENODEV;
df595746
AH
446
447 ret = of_address_to_resource(node, 0, &res);
448 if (ret)
449 goto put_node;
450
451 base->pbase = res.start;
452 base->vbase = ioremap(res.start, resource_size(&res));
453 if (!base->vbase)
454 ret = -ENOMEM;
455
456put_node:
457 of_node_put(node);
df595746
AH
458 return ret;
459}
460
afc51f46 461static int __init imx6q_suspend_init(const struct imx6_pm_socdata *socdata)
df595746
AH
462{
463 phys_addr_t ocram_pbase;
464 struct device_node *node;
465 struct platform_device *pdev;
466 struct imx6_cpu_pm_info *pm_info;
467 struct gen_pool *ocram_pool;
468 unsigned long ocram_base;
469 int i, ret = 0;
470 const u32 *mmdc_offset_array;
471
afc51f46
SG
472 suspend_set_ops(&imx6q_pm_ops);
473
df595746
AH
474 if (!socdata) {
475 pr_warn("%s: invalid argument!\n", __func__);
476 return -EINVAL;
477 }
478
479 node = of_find_compatible_node(NULL, NULL, "mmio-sram");
480 if (!node) {
481 pr_warn("%s: failed to find ocram node!\n", __func__);
482 return -ENODEV;
483 }
484
485 pdev = of_find_device_by_node(node);
486 if (!pdev) {
487 pr_warn("%s: failed to find ocram device!\n", __func__);
488 ret = -ENODEV;
489 goto put_node;
490 }
491
73858173 492 ocram_pool = gen_pool_get(&pdev->dev, NULL);
df595746
AH
493 if (!ocram_pool) {
494 pr_warn("%s: ocram pool unavailable!\n", __func__);
495 ret = -ENODEV;
496 goto put_node;
497 }
498
499 ocram_base = gen_pool_alloc(ocram_pool, MX6Q_SUSPEND_OCRAM_SIZE);
500 if (!ocram_base) {
501 pr_warn("%s: unable to alloc ocram!\n", __func__);
502 ret = -ENOMEM;
503 goto put_node;
504 }
505
506 ocram_pbase = gen_pool_virt_to_phys(ocram_pool, ocram_base);
507
508 suspend_ocram_base = __arm_ioremap_exec(ocram_pbase,
509 MX6Q_SUSPEND_OCRAM_SIZE, false);
510
ee4a5f83 511 memset(suspend_ocram_base, 0, sizeof(*pm_info));
df595746
AH
512 pm_info = suspend_ocram_base;
513 pm_info->pbase = ocram_pbase;
64fc2a94 514 pm_info->resume_addr = __pa_symbol(v7_cpu_resume);
df595746
AH
515 pm_info->pm_info_size = sizeof(*pm_info);
516
517 /*
518 * ccm physical address is not used by asm code currently,
f0b478b5 519 * so get ccm virtual address directly.
df595746
AH
520 */
521 pm_info->ccm_base.vbase = ccm_base;
522
523 ret = imx6_pm_get_base(&pm_info->mmdc_base, socdata->mmdc_compat);
524 if (ret) {
525 pr_warn("%s: failed to get mmdc base %d!\n", __func__, ret);
526 goto put_node;
527 }
528
529 ret = imx6_pm_get_base(&pm_info->src_base, socdata->src_compat);
530 if (ret) {
531 pr_warn("%s: failed to get src base %d!\n", __func__, ret);
532 goto src_map_failed;
533 }
534
535 ret = imx6_pm_get_base(&pm_info->iomuxc_base, socdata->iomuxc_compat);
536 if (ret) {
537 pr_warn("%s: failed to get iomuxc base %d!\n", __func__, ret);
538 goto iomuxc_map_failed;
539 }
540
541 ret = imx6_pm_get_base(&pm_info->gpc_base, socdata->gpc_compat);
542 if (ret) {
543 pr_warn("%s: failed to get gpc base %d!\n", __func__, ret);
544 goto gpc_map_failed;
545 }
546
ee4a5f83
AH
547 if (socdata->pl310_compat) {
548 ret = imx6_pm_get_base(&pm_info->l2_base, socdata->pl310_compat);
549 if (ret) {
550 pr_warn("%s: failed to get pl310-cache base %d!\n",
551 __func__, ret);
552 goto pl310_cache_map_failed;
553 }
df595746
AH
554 }
555
ec336b28 556 pm_info->ddr_type = imx_mmdc_get_ddr_type();
df595746
AH
557 pm_info->mmdc_io_num = socdata->mmdc_io_num;
558 mmdc_offset_array = socdata->mmdc_io_offset;
559
560 for (i = 0; i < pm_info->mmdc_io_num; i++) {
561 pm_info->mmdc_io_val[i][0] =
562 mmdc_offset_array[i];
563 pm_info->mmdc_io_val[i][1] =
564 readl_relaxed(pm_info->iomuxc_base.vbase +
565 mmdc_offset_array[i]);
566 }
567
568 imx6_suspend_in_ocram_fn = fncpy(
569 suspend_ocram_base + sizeof(*pm_info),
570 &imx6_suspend,
571 MX6Q_SUSPEND_OCRAM_SIZE - sizeof(*pm_info));
572
573 goto put_node;
574
575pl310_cache_map_failed:
cfefb762 576 iounmap(pm_info->gpc_base.vbase);
df595746 577gpc_map_failed:
cfefb762 578 iounmap(pm_info->iomuxc_base.vbase);
df595746 579iomuxc_map_failed:
cfefb762 580 iounmap(pm_info->src_base.vbase);
df595746 581src_map_failed:
cfefb762 582 iounmap(pm_info->mmdc_base.vbase);
df595746
AH
583put_node:
584 of_node_put(node);
585
586 return ret;
587}
588
589static void __init imx6_pm_common_init(const struct imx6_pm_socdata
590 *socdata)
a1f1c7ef 591{
d48866fe 592 struct regmap *gpr;
df595746 593 int ret;
d48866fe 594
9e8147bb
SG
595 WARN_ON(!ccm_base);
596
110666dc
SG
597 if (IS_ENABLED(CONFIG_SUSPEND)) {
598 ret = imx6q_suspend_init(socdata);
599 if (ret)
600 pr_warn("%s: No DDR LPM support with suspend %d!\n",
601 __func__, ret);
602 }
df595746 603
d48866fe 604 /*
48c95841 605 * This is for SW workaround step #1 of ERR007265, see comments
8fb76a07 606 * in imx6_set_lpm for details of this errata.
d48866fe
SG
607 * Force IOMUXC irq pending, so that the interrupt to GPC can be
608 * used to deassert dsm_request signal when the signal gets
609 * asserted unexpectedly.
610 */
611 gpr = syscon_regmap_lookup_by_compatible("fsl,imx6q-iomuxc-gpr");
612 if (!IS_ERR(gpr))
613 regmap_update_bits(gpr, IOMUXC_GPR1, IMX6Q_GPR1_GINT,
614 IMX6Q_GPR1_GINT);
a1f1c7ef 615}
df595746 616
8148d213
OR
617static void imx6_pm_stby_poweroff(void)
618{
619 imx6_set_lpm(STOP_POWER_OFF);
620 imx6q_suspend_finish(0);
621
622 mdelay(1000);
623
624 pr_emerg("Unable to poweroff system\n");
625}
626
627static int imx6_pm_stby_poweroff_probe(void)
628{
629 if (pm_power_off) {
d75f773c 630 pr_warn("%s: pm_power_off already claimed %p %ps!\n",
8148d213
OR
631 __func__, pm_power_off, pm_power_off);
632 return -EBUSY;
633 }
634
635 pm_power_off = imx6_pm_stby_poweroff;
636 return 0;
637}
638
35e2916f
SG
639void __init imx6_pm_ccm_init(const char *ccm_compat)
640{
641 struct device_node *np;
642 u32 val;
643
644 np = of_find_compatible_node(NULL, NULL, ccm_compat);
645 ccm_base = of_iomap(np, 0);
646 BUG_ON(!ccm_base);
647
648 /*
649 * Initialize CCM_CLPCR_LPM into RUN mode to avoid ARM core
650 * clock being shut down unexpectedly by WAIT mode.
651 */
652 val = readl_relaxed(ccm_base + CLPCR);
653 val &= ~BM_CLPCR_LPM;
654 writel_relaxed(val, ccm_base + CLPCR);
8148d213
OR
655
656 if (of_property_read_bool(np, "fsl,pmic-stby-poweroff"))
657 imx6_pm_stby_poweroff_probe();
35e2916f
SG
658}
659
df595746
AH
660void __init imx6q_pm_init(void)
661{
662 imx6_pm_common_init(&imx6q_pm_data);
663}
664
665void __init imx6dl_pm_init(void)
666{
da9e9261 667 imx6_pm_common_init(&imx6dl_pm_data);
df595746
AH
668}
669
670void __init imx6sl_pm_init(void)
671{
d082852f
AH
672 struct regmap *gpr;
673
674 if (cpu_is_imx6sl()) {
22021948 675 imx6_pm_common_init(&imx6sl_pm_data);
d082852f 676 } else {
22021948 677 imx6_pm_common_init(&imx6sll_pm_data);
d082852f
AH
678 gpr = syscon_regmap_lookup_by_compatible("fsl,imx6q-iomuxc-gpr");
679 if (!IS_ERR(gpr))
680 regmap_update_bits(gpr, IOMUXC_GPR5,
681 IMX6SLL_GPR5_AFCG_X_BYPASS_MASK, 0);
682 }
df595746 683}
ff843d62
AH
684
685void __init imx6sx_pm_init(void)
686{
687 imx6_pm_common_init(&imx6sx_pm_data);
688}
ee4a5f83
AH
689
690void __init imx6ul_pm_init(void)
691{
692 imx6_pm_common_init(&imx6ul_pm_data);
693}