1 // SPDX-License-Identifier: GPL-2.0
3 * AM33XX Power Management Routines
5 * Copyright (C) 2012-2018 Texas Instruments Incorporated - http://www.ti.com/
6 * Vaibhav Bedia, Dave Gerlach
10 #include <linux/cpu.h>
11 #include <linux/err.h>
12 #include <linux/genalloc.h>
13 #include <linux/kernel.h>
14 #include <linux/init.h>
16 #include <linux/module.h>
17 #include <linux/nvmem-consumer.h>
19 #include <linux/of_address.h>
20 #include <linux/platform_data/pm33xx.h>
21 #include <linux/platform_device.h>
22 #include <linux/pm_runtime.h>
23 #include <linux/rtc.h>
24 #include <linux/rtc/rtc-omap.h>
25 #include <linux/sizes.h>
26 #include <linux/sram.h>
27 #include <linux/suspend.h>
28 #include <linux/ti-emif-sram.h>
29 #include <linux/wkup_m3_ipc.h>
31 #include <asm/proc-fns.h>
32 #include <asm/suspend.h>
33 #include <asm/system_misc.h>
35 #define AMX3_PM_SRAM_SYMBOL_OFFSET(sym) ((unsigned long)(sym) - \
36 (unsigned long)pm_sram->do_wfi)
38 #define RTC_SCRATCH_RESUME_REG 0
39 #define RTC_SCRATCH_MAGIC_REG 1
40 #define RTC_REG_BOOT_MAGIC 0x8cd0 /* RTC */
41 #define GIC_INT_SET_PENDING_BASE 0x200
42 #define AM43XX_GIC_DIST_BASE 0x48241000
44 static void __iomem
*rtc_base_virt
;
45 static struct clk
*rtc_fck
;
46 static u32 rtc_magic_val
;
48 static int (*am33xx_do_wfi_sram
)(unsigned long unused
);
49 static phys_addr_t am33xx_do_wfi_sram_phys
;
51 static struct gen_pool
*sram_pool
, *sram_pool_data
;
52 static unsigned long ocmcram_location
, ocmcram_location_data
;
54 static struct rtc_device
*omap_rtc
;
55 static void __iomem
*gic_dist_base
;
57 static struct am33xx_pm_platform_data
*pm_ops
;
58 static struct am33xx_pm_sram_addr
*pm_sram
;
60 static struct device
*pm33xx_dev
;
61 static struct wkup_m3_ipc
*m3_ipc
;
64 static int rtc_only_idle
;
65 static int retrigger_irq
;
66 static unsigned long suspend_wfi_flags
;
68 static struct wkup_m3_wakeup_src wakeup_src
= {.irq_nr
= 0,
72 static struct wkup_m3_wakeup_src rtc_alarm_wakeup
= {
73 .irq_nr
= 108, .src
= "RTC Alarm",
76 static struct wkup_m3_wakeup_src rtc_ext_wakeup
= {
77 .irq_nr
= 0, .src
= "Ext wakeup",
81 static u32
sram_suspend_address(unsigned long addr
)
83 return ((unsigned long)am33xx_do_wfi_sram
+
84 AMX3_PM_SRAM_SYMBOL_OFFSET(addr
));
87 static int am33xx_push_sram_idle(void)
89 struct am33xx_pm_ro_sram_data ro_sram_data
;
91 u32 table_addr
, ro_data_addr
;
94 ro_sram_data
.amx3_pm_sram_data_virt
= ocmcram_location_data
;
95 ro_sram_data
.amx3_pm_sram_data_phys
=
96 gen_pool_virt_to_phys(sram_pool_data
, ocmcram_location_data
);
97 ro_sram_data
.rtc_base_virt
= rtc_base_virt
;
99 /* Save physical address to calculate resume offset during pm init */
100 am33xx_do_wfi_sram_phys
= gen_pool_virt_to_phys(sram_pool
,
103 am33xx_do_wfi_sram
= sram_exec_copy(sram_pool
, (void *)ocmcram_location
,
105 *pm_sram
->do_wfi_sz
);
106 if (!am33xx_do_wfi_sram
) {
108 "PM: %s: am33xx_do_wfi copy to sram failed\n",
114 sram_suspend_address((unsigned long)pm_sram
->emif_sram_table
);
115 ret
= ti_emif_copy_pm_function_table(sram_pool
, (void *)table_addr
);
118 "PM: %s: EMIF function copy failed\n", __func__
);
119 return -EPROBE_DEFER
;
123 sram_suspend_address((unsigned long)pm_sram
->ro_sram_data
);
124 copy_addr
= sram_exec_copy(sram_pool
, (void *)ro_data_addr
,
126 sizeof(ro_sram_data
));
129 "PM: %s: ro_sram_data copy to sram failed\n",
137 static int am33xx_do_sram_idle(u32 wfi_flags
)
139 if (!m3_ipc
|| !pm_ops
)
142 if (wfi_flags
& WFI_FLAG_WAKE_M3
)
143 m3_ipc
->ops
->prepare_low_power(m3_ipc
, WKUP_M3_IDLE
);
145 return pm_ops
->cpu_suspend(am33xx_do_wfi_sram
, wfi_flags
);
148 static int __init
am43xx_map_gic(void)
150 gic_dist_base
= ioremap(AM43XX_GIC_DIST_BASE
, SZ_4K
);
158 #ifdef CONFIG_SUSPEND
159 static struct wkup_m3_wakeup_src
rtc_wake_src(void)
163 i
= __raw_readl(rtc_base_virt
+ 0x44) & 0x40;
166 retrigger_irq
= rtc_alarm_wakeup
.irq_nr
;
167 return rtc_alarm_wakeup
;
170 retrigger_irq
= rtc_ext_wakeup
.irq_nr
;
172 return rtc_ext_wakeup
;
175 static int am33xx_rtc_only_idle(unsigned long wfi_flags
)
177 omap_rtc_power_off_program(&omap_rtc
->dev
);
178 am33xx_do_wfi_sram(wfi_flags
);
183 * Note that the RTC module clock must be re-enabled only for rtc+ddr suspend.
184 * And looks like the module can stay in SYSC_IDLE_SMART_WKUP mode configured
185 * by the interconnect code just fine for both rtc+ddr suspend and retention
188 static int am33xx_pm_suspend(suspend_state_t suspend_state
)
192 if (suspend_state
== PM_SUSPEND_MEM
&&
193 pm_ops
->check_off_mode_enable()) {
194 ret
= clk_prepare_enable(rtc_fck
);
196 dev_err(pm33xx_dev
, "Failed to enable clock: %i\n", ret
);
200 pm_ops
->save_context();
201 suspend_wfi_flags
|= WFI_FLAG_RTC_ONLY
;
203 ret
= pm_ops
->soc_suspend(suspend_state
, am33xx_rtc_only_idle
,
206 suspend_wfi_flags
&= ~WFI_FLAG_RTC_ONLY
;
207 dev_info(pm33xx_dev
, "Entering RTC Only mode with DDR in self-refresh\n");
210 clk_restore_context();
211 pm_ops
->restore_context();
212 m3_ipc
->ops
->set_rtc_only(m3_ipc
);
213 am33xx_push_sram_idle();
216 ret
= pm_ops
->soc_suspend(suspend_state
, am33xx_do_wfi_sram
,
221 dev_err(pm33xx_dev
, "PM: Kernel suspend failure\n");
223 i
= m3_ipc
->ops
->request_pm_status(m3_ipc
);
228 "PM: Successfully put all powerdomains to target state\n");
232 "PM: Could not transition all powerdomains to target state\n");
237 "PM: CM3 returned unknown result = %d\n", i
);
241 /* print the wakeup reason */
243 wakeup_src
= rtc_wake_src();
244 pr_info("PM: Wakeup source %s\n", wakeup_src
.src
);
246 pr_info("PM: Wakeup source %s\n",
247 m3_ipc
->ops
->request_wake_src(m3_ipc
));
251 if (suspend_state
== PM_SUSPEND_MEM
&& pm_ops
->check_off_mode_enable())
252 clk_disable_unprepare(rtc_fck
);
257 static int am33xx_pm_enter(suspend_state_t suspend_state
)
261 switch (suspend_state
) {
263 case PM_SUSPEND_STANDBY
:
264 ret
= am33xx_pm_suspend(suspend_state
);
273 static int am33xx_pm_begin(suspend_state_t state
)
276 struct nvmem_device
*nvmem
;
278 if (state
== PM_SUSPEND_MEM
&& pm_ops
->check_off_mode_enable()) {
279 nvmem
= devm_nvmem_device_get(&omap_rtc
->dev
,
280 "omap_rtc_scratch0");
282 nvmem_device_write(nvmem
, RTC_SCRATCH_MAGIC_REG
* 4, 4,
283 (void *)&rtc_magic_val
);
289 pm_ops
->begin_suspend();
293 ret
= m3_ipc
->ops
->prepare_low_power(m3_ipc
, WKUP_M3_DEEPSLEEP
);
295 case PM_SUSPEND_STANDBY
:
296 ret
= m3_ipc
->ops
->prepare_low_power(m3_ipc
, WKUP_M3_STANDBY
);
303 static void am33xx_pm_end(void)
306 struct nvmem_device
*nvmem
;
308 nvmem
= devm_nvmem_device_get(&omap_rtc
->dev
, "omap_rtc_scratch0");
312 m3_ipc
->ops
->finish_low_power(m3_ipc
);
316 * 32 bits of Interrupt Set-Pending correspond to 32
317 * 32 interrupts. Compute the bit offset of the
318 * Interrupt and set that particular bit
319 * Compute the register offset by dividing interrupt
320 * number by 32 and mutiplying by 4
322 writel_relaxed(1 << (retrigger_irq
& 31),
323 gic_dist_base
+ GIC_INT_SET_PENDING_BASE
324 + retrigger_irq
/ 32 * 4);
327 nvmem_device_write(nvmem
, RTC_SCRATCH_MAGIC_REG
* 4, 4,
333 pm_ops
->finish_suspend();
336 static int am33xx_pm_valid(suspend_state_t state
)
339 case PM_SUSPEND_STANDBY
:
347 static const struct platform_suspend_ops am33xx_pm_ops
= {
348 .begin
= am33xx_pm_begin
,
349 .end
= am33xx_pm_end
,
350 .enter
= am33xx_pm_enter
,
351 .valid
= am33xx_pm_valid
,
353 #endif /* CONFIG_SUSPEND */
355 static void am33xx_pm_set_ipc_ops(void)
360 temp
= ti_emif_get_mem_type();
362 dev_err(pm33xx_dev
, "PM: Cannot determine memory type, no PM available\n");
365 m3_ipc
->ops
->set_mem_type(m3_ipc
, temp
);
367 /* Physical resume address to be used by ROM code */
368 resume_address
= am33xx_do_wfi_sram_phys
+
369 *pm_sram
->resume_offset
+ 0x4;
371 m3_ipc
->ops
->set_resume_address(m3_ipc
, (void *)resume_address
);
374 static void am33xx_pm_free_sram(void)
376 gen_pool_free(sram_pool
, ocmcram_location
, *pm_sram
->do_wfi_sz
);
377 gen_pool_free(sram_pool_data
, ocmcram_location_data
,
378 sizeof(struct am33xx_pm_ro_sram_data
));
382 * Push the minimal suspend-resume code to SRAM
384 static int am33xx_pm_alloc_sram(void)
386 struct device_node
*np
;
389 np
= of_find_compatible_node(NULL
, NULL
, "ti,omap3-mpu");
391 np
= of_find_compatible_node(NULL
, NULL
, "ti,omap4-mpu");
393 dev_err(pm33xx_dev
, "PM: %s: Unable to find device node for mpu\n",
399 sram_pool
= of_gen_pool_get(np
, "pm-sram", 0);
401 dev_err(pm33xx_dev
, "PM: %s: Unable to get sram pool for ocmcram\n",
407 sram_pool_data
= of_gen_pool_get(np
, "pm-sram", 1);
408 if (!sram_pool_data
) {
409 dev_err(pm33xx_dev
, "PM: %s: Unable to get sram data pool for ocmcram\n",
415 ocmcram_location
= gen_pool_alloc(sram_pool
, *pm_sram
->do_wfi_sz
);
416 if (!ocmcram_location
) {
417 dev_err(pm33xx_dev
, "PM: %s: Unable to allocate memory from ocmcram\n",
423 ocmcram_location_data
= gen_pool_alloc(sram_pool_data
,
424 sizeof(struct emif_regs_amx3
));
425 if (!ocmcram_location_data
) {
426 dev_err(pm33xx_dev
, "PM: Unable to allocate memory from ocmcram\n");
427 gen_pool_free(sram_pool
, ocmcram_location
, *pm_sram
->do_wfi_sz
);
436 static int am33xx_pm_rtc_setup(void)
438 struct device_node
*np
;
439 unsigned long val
= 0;
440 struct nvmem_device
*nvmem
;
443 np
= of_find_node_by_name(NULL
, "rtc");
445 if (of_device_is_available(np
)) {
446 /* RTC interconnect target module clock */
447 rtc_fck
= of_clk_get_by_name(np
->parent
, "fck");
449 return PTR_ERR(rtc_fck
);
451 rtc_base_virt
= of_iomap(np
, 0);
452 if (!rtc_base_virt
) {
453 pr_warn("PM: could not iomap rtc");
458 omap_rtc
= rtc_class_open("rtc0");
460 pr_warn("PM: rtc0 not available");
461 error
= -EPROBE_DEFER
;
465 nvmem
= devm_nvmem_device_get(&omap_rtc
->dev
,
466 "omap_rtc_scratch0");
467 if (!IS_ERR(nvmem
)) {
468 nvmem_device_read(nvmem
, RTC_SCRATCH_MAGIC_REG
* 4,
469 4, (void *)&rtc_magic_val
);
470 if ((rtc_magic_val
& 0xffff) != RTC_REG_BOOT_MAGIC
)
471 pr_warn("PM: bootloader does not support rtc-only!\n");
473 nvmem_device_write(nvmem
, RTC_SCRATCH_MAGIC_REG
* 4,
475 val
= pm_sram
->resume_address
;
476 nvmem_device_write(nvmem
, RTC_SCRATCH_RESUME_REG
* 4,
480 pr_warn("PM: no-rtc available, rtc-only mode disabled.\n");
486 iounmap(rtc_base_virt
);
493 static int am33xx_pm_probe(struct platform_device
*pdev
)
495 struct device
*dev
= &pdev
->dev
;
498 if (!of_machine_is_compatible("ti,am33xx") &&
499 !of_machine_is_compatible("ti,am43"))
502 pm_ops
= dev
->platform_data
;
504 dev_err(dev
, "PM: Cannot get core PM ops!\n");
508 ret
= am43xx_map_gic();
510 pr_err("PM: Could not ioremap GIC base\n");
514 pm_sram
= pm_ops
->get_sram_addrs();
516 dev_err(dev
, "PM: Cannot get PM asm function addresses!!\n");
520 m3_ipc
= wkup_m3_ipc_get();
522 pr_err("PM: Cannot get wkup_m3_ipc handle\n");
523 return -EPROBE_DEFER
;
528 ret
= am33xx_pm_alloc_sram();
532 ret
= am33xx_pm_rtc_setup();
536 ret
= am33xx_push_sram_idle();
540 am33xx_pm_set_ipc_ops();
542 #ifdef CONFIG_SUSPEND
543 suspend_set_ops(&am33xx_pm_ops
);
546 * For a system suspend we must flush the caches, we want
547 * the DDR in self-refresh, we want to save the context
548 * of the EMIF, and we want the wkup_m3 to handle low-power
551 suspend_wfi_flags
|= WFI_FLAG_FLUSH_CACHE
;
552 suspend_wfi_flags
|= WFI_FLAG_SELF_REFRESH
;
553 suspend_wfi_flags
|= WFI_FLAG_SAVE_EMIF
;
554 suspend_wfi_flags
|= WFI_FLAG_WAKE_M3
;
555 #endif /* CONFIG_SUSPEND */
557 pm_runtime_enable(dev
);
558 ret
= pm_runtime_get_sync(dev
);
560 pm_runtime_put_noidle(dev
);
561 goto err_pm_runtime_disable
;
564 ret
= pm_ops
->init(am33xx_do_sram_idle
);
566 dev_err(dev
, "Unable to call core pm init!\n");
568 goto err_pm_runtime_put
;
574 pm_runtime_put_sync(dev
);
575 err_pm_runtime_disable
:
576 pm_runtime_disable(dev
);
577 wkup_m3_ipc_put(m3_ipc
);
579 am33xx_pm_free_sram();
584 static int am33xx_pm_remove(struct platform_device
*pdev
)
586 pm_runtime_put_sync(&pdev
->dev
);
587 pm_runtime_disable(&pdev
->dev
);
590 suspend_set_ops(NULL
);
591 wkup_m3_ipc_put(m3_ipc
);
592 am33xx_pm_free_sram();
593 iounmap(rtc_base_virt
);
598 static struct platform_driver am33xx_pm_driver
= {
602 .probe
= am33xx_pm_probe
,
603 .remove
= am33xx_pm_remove
,
605 module_platform_driver(am33xx_pm_driver
);
607 MODULE_ALIAS("platform:pm33xx");
608 MODULE_LICENSE("GPL v2");
609 MODULE_DESCRIPTION("am33xx power management driver");