ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2
[deliverable/linux.git] / arch / arm / mach-omap2 / prcm.c
CommitLineData
b824efae
TL
1/*
2 * linux/arch/arm/mach-omap2/prcm.c
3 *
4 * OMAP 24xx Power Reset and Clock Management (PRCM) functions
5 *
6 * Copyright (C) 2005 Nokia Corporation
7 *
8 * Written by Tony Lindgren <tony.lindgren@nokia.com>
9 *
c171a258
RN
10 * Copyright (C) 2007 Texas Instruments, Inc.
11 * Rajendra Nayak <rnayak@ti.com>
12 *
b824efae 13 * Some pieces of code Copyright (C) 2005 Texas Instruments, Inc.
37903009 14 * Upgraded with OMAP4 support by Abhijit Pagare <abhijitpagare@ti.com>
b824efae
TL
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License version 2 as
18 * published by the Free Software Foundation.
19 */
c4d7e58f
PW
20
21#include <linux/kernel.h>
b824efae
TL
22#include <linux/init.h>
23#include <linux/clk.h>
a58caad1 24#include <linux/io.h>
72350b29 25#include <linux/delay.h>
dc28094b 26#include <linux/export.h>
b824efae 27
4e65331c 28#include "common.h"
ce491cf8 29#include <plat/prcm.h>
44595982 30
e4c060db 31#include "soc.h"
a58caad1 32#include "clock.h"
feec1277 33#include "clock2xxx.h"
59fb659b 34#include "cm2xxx_3xxx.h"
59fb659b 35#include "prm2xxx_3xxx.h"
d198b514 36#include "prm44xx.h"
c4d7e58f 37#include "prminst44xx.h"
3f4990f4 38#include "cminst44xx.h"
44595982 39#include "prm-regbits-24xx.h"
ff4d3e18 40#include "prm-regbits-44xx.h"
4814ced5 41#include "control.h"
b824efae 42
59fb659b
PW
43void __iomem *prm_base;
44void __iomem *cm_base;
45void __iomem *cm2_base;
610eb8c2 46void __iomem *prcm_mpu_base;
a58caad1 47
72350b29
PW
48#define MAX_MODULE_ENABLE_WAIT 100000
49
b824efae
TL
50u32 omap_prcm_get_reset_sources(void)
51{
ff00fcc9 52 /* XXX This presumably needs modification for 34XX */
766d305f 53 if (cpu_is_omap24xx() || cpu_is_omap34xx())
c4d7e58f 54 return omap2_prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTST) & 0x7f;
37903009 55 if (cpu_is_omap44xx())
c4d7e58f 56 return omap2_prm_read_mod_reg(WKUP_MOD, OMAP4_RM_RSTST) & 0x7f;
0cc9314e
KH
57
58 return 0;
b824efae
TL
59}
60EXPORT_SYMBOL(omap_prcm_get_reset_sources);
61
62/* Resets clock rates and reboots the system. Only called from system.h */
baa95883 63void omap_prcm_restart(char mode, const char *cmd)
b824efae 64{
0cc9314e 65 s16 prcm_offs = 0;
44595982 66
feec1277
PW
67 if (cpu_is_omap24xx()) {
68 omap2xxx_clk_prepare_for_reboot();
69
ff00fcc9 70 prcm_offs = WKUP_MOD;
feec1277 71 } else if (cpu_is_omap34xx()) {
ff00fcc9 72 prcm_offs = OMAP3430_GR_MOD;
166353bd 73 omap3_ctrl_write_boot_mode((cmd ? (u8)*cmd : 0));
dac9a771 74 } else if (cpu_is_omap44xx()) {
e54433f1 75 omap4_prminst_global_warm_sw_reset(); /* never returns */
dac9a771 76 } else {
ff00fcc9 77 WARN_ON(1);
dac9a771 78 }
ff00fcc9 79
9bf83918
VB
80 /*
81 * As per Errata i520, in some cases, user will not be able to
82 * access DDR memory after warm-reset.
83 * This situation occurs while the warm-reset happens during a read
84 * access to DDR memory. In that particular condition, DDR memory
85 * does not respond to a corrupted read command due to the warm
86 * reset occurrence but SDRC is waiting for read completion.
87 * SDRC is not sensitive to the warm reset, but the interconnect is
88 * reset on the fly, thus causing a misalignment between SDRC logic,
89 * interconnect logic and DDR memory state.
90 * WORKAROUND:
91 * Steps to perform before a Warm reset is trigged:
92 * 1. enable self-refresh on idle request
93 * 2. put SDRC in idle
94 * 3. wait until SDRC goes to idle
95 * 4. generate SW reset (Global SW reset)
96 *
97 * Steps to be performed after warm reset occurs (in bootloader):
98 * if HW warm reset is the source, apply below steps before any
99 * accesses to SDRAM:
100 * 1. Reset SMS and SDRC and wait till reset is complete
101 * 2. Re-initialize SMS, SDRC and memory
102 *
103 * NOTE: Above work around is required only if arch reset is implemented
104 * using Global SW reset(GLOBAL_SW_RST). DPLL3 reset does not need
105 * the WA since it resets SDRC as well as part of cold reset.
106 */
107
dac9a771 108 /* XXX should be moved to some OMAP2/3 specific code */
c4d7e58f
PW
109 omap2_prm_set_mod_reg_bits(OMAP_RST_DPLL3_MASK, prcm_offs,
110 OMAP2_RM_RSTCTRL);
111 omap2_prm_read_mod_reg(prcm_offs, OMAP2_RM_RSTCTRL); /* OCP barrier */
b824efae 112}
a58caad1 113
72350b29
PW
114/**
115 * omap2_cm_wait_idlest - wait for IDLEST bit to indicate module readiness
116 * @reg: physical address of module IDLEST register
117 * @mask: value to mask against to determine if the module is active
419cc97d 118 * @idlest: idle state indicator (0 or 1) for the clock
72350b29
PW
119 * @name: name of the clock (for printk)
120 *
121 * Returns 1 if the module indicated readiness in time, or 0 if it
122 * failed to enable in roughly MAX_MODULE_ENABLE_WAIT microseconds.
59fb659b
PW
123 *
124 * XXX This function is deprecated. It should be removed once the
125 * hwmod conversion is complete.
72350b29 126 */
419cc97d
RL
127int omap2_cm_wait_idlest(void __iomem *reg, u32 mask, u8 idlest,
128 const char *name)
72350b29
PW
129{
130 int i = 0;
131 int ena = 0;
132
419cc97d 133 if (idlest)
72350b29
PW
134 ena = 0;
135 else
419cc97d 136 ena = mask;
72350b29
PW
137
138 /* Wait for lock */
6f8b7ff5
PW
139 omap_test_timeout(((__raw_readl(reg) & mask) == ena),
140 MAX_MODULE_ENABLE_WAIT, i);
72350b29
PW
141
142 if (i < MAX_MODULE_ENABLE_WAIT)
7852ec05
PW
143 pr_debug("cm: Module associated with clock %s ready after %d loops\n",
144 name, i);
72350b29 145 else
7852ec05
PW
146 pr_err("cm: Module associated with clock %s didn't enable in %d tries\n",
147 name, MAX_MODULE_ENABLE_WAIT);
72350b29
PW
148
149 return (i < MAX_MODULE_ENABLE_WAIT) ? 1 : 0;
150};
151
a58caad1
TL
152void __init omap2_set_globals_prcm(struct omap_globals *omap2_globals)
153{
4c3cf901
TL
154 if (omap2_globals->prm)
155 prm_base = omap2_globals->prm;
156 if (omap2_globals->cm)
157 cm_base = omap2_globals->cm;
158 if (omap2_globals->cm2)
159 cm2_base = omap2_globals->cm2;
610eb8c2
S
160 if (omap2_globals->prcm_mpu)
161 prcm_mpu_base = omap2_globals->prcm_mpu;
162
05e152c7 163 if (cpu_is_omap44xx() || soc_is_omap54xx()) {
610eb8c2
S
164 omap_prm_base_init();
165 omap_cm_base_init();
166 }
a58caad1 167}
3f4990f4
S
168
169/*
170 * Stubbed functions so that common files continue to build when
171 * custom builds are used
172 * XXX These are temporary and should be removed at the earliest possible
173 * opportunity
174 */
175int __weak omap4_cminst_wait_module_idle(u8 part, u16 inst, s16 cdoffs,
176 u16 clkctrl_offs)
177{
178 return 0;
179}
180
181void __weak omap4_cminst_module_enable(u8 mode, u8 part, u16 inst,
182 s16 cdoffs, u16 clkctrl_offs)
183{
184}
185
186void __weak omap4_cminst_module_disable(u8 part, u16 inst, s16 cdoffs,
187 u16 clkctrl_offs)
188{
189}
This page took 0.551277 seconds and 5 git commands to generate.