a4b31e42e2c3ace957e599054672309b086a2d3f
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / omap5 / hw_data.c
1 /*
2  *
3  * HW data initialization for OMAP5
4  *
5  * (C) Copyright 2013
6  * Texas Instruments, <www.ti.com>
7  *
8  * Sricharan R <r.sricharan@ti.com>
9  *
10  * SPDX-License-Identifier:     GPL-2.0+
11  */
12 #include <common.h>
13 #include <palmas.h>
14 #include <asm/arch/omap.h>
15 #include <asm/arch/sys_proto.h>
16 #include <asm/omap_common.h>
17 #include <asm/arch/clock.h>
18 #include <asm/omap_gpio.h>
19 #include <asm/io.h>
20 #include <asm/emif.h>
21
22 struct prcm_regs const **prcm =
23                         (struct prcm_regs const **) OMAP_SRAM_SCRATCH_PRCM_PTR;
24 struct dplls const **dplls_data =
25                         (struct dplls const **) OMAP_SRAM_SCRATCH_DPLLS_PTR;
26 struct vcores_data const **omap_vcores =
27                 (struct vcores_data const **) OMAP_SRAM_SCRATCH_VCORES_PTR;
28 struct omap_sys_ctrl_regs const **ctrl =
29         (struct omap_sys_ctrl_regs const **)OMAP_SRAM_SCRATCH_SYS_CTRL;
30
31 /* OPP HIGH FREQUENCY for ES2.0 */
32 static const struct dpll_params mpu_dpll_params_1_5ghz[NUM_SYS_CLKS] = {
33         {125, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 12 MHz   */
34         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
35         {625, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 16.8 MHz */
36         {625, 7, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 19.2 MHz */
37         {750, 12, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 26 MHz   */
38         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
39         {625, 15, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}        /* 38.4 MHz */
40 };
41
42 /* OPP NOM FREQUENCY for ES1.0 */
43 static const struct dpll_params mpu_dpll_params_800mhz[NUM_SYS_CLKS] = {
44         {200, 2, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 12 MHz   */
45         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
46         {1000, 20, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},      /* 16.8 MHz */
47         {375, 8, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 19.2 MHz */
48         {400, 12, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 26 MHz   */
49         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
50         {375, 17, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}        /* 38.4 MHz */
51 };
52
53 /* OPP LOW FREQUENCY for ES1.0 */
54 static const struct dpll_params mpu_dpll_params_400mhz[NUM_SYS_CLKS] = {
55         {200, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 12 MHz   */
56         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
57         {1000, 20, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},      /* 16.8 MHz */
58         {375, 8, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 19.2 MHz */
59         {400, 12, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 26 MHz   */
60         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
61         {375, 17, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1}        /* 38.4 MHz */
62 };
63
64 /* OPP LOW FREQUENCY for ES2.0 */
65 static const struct dpll_params mpu_dpll_params_499mhz[NUM_SYS_CLKS] = {
66         {499, 11, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 12 MHz   */
67         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
68         {297, 9, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 16.8 MHz */
69         {493, 18, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 19.2 MHz */
70         {499, 25, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 26 MHz   */
71         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
72         {493, 37, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1}        /* 38.4 MHz */
73 };
74
75 /* OPP NOM FREQUENCY for OMAP5 ES2.0, and DRA7 ES1.0 */
76 static const struct dpll_params mpu_dpll_params_1ghz[NUM_SYS_CLKS] = {
77         {250, 2, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 12 MHz   */
78         {500, 9, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 20 MHz   */
79         {119, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 16.8 MHz */
80         {625, 11, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 19.2 MHz */
81         {500, 12, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 26 MHz   */
82         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
83         {625, 23, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 38.4 MHz */
84 };
85
86 static const struct dpll_params
87                         core_dpll_params_2128mhz_ddr532[NUM_SYS_CLKS] = {
88         {266, 2, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1},              /* 12 MHz   */
89         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
90         {443, 6, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1},              /* 16.8 MHz */
91         {277, 4, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1},              /* 19.2 MHz */
92         {368, 8, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1},              /* 26 MHz   */
93         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
94         {277, 9, 2, 5, 8, 4, 62, 5, -1, 5, 7, -1}               /* 38.4 MHz */
95 };
96
97 static const struct dpll_params
98                         core_dpll_params_2128mhz_ddr532_es2[NUM_SYS_CLKS] = {
99         {266, 2, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6},               /* 12 MHz   */
100         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
101         {443, 6, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6},               /* 16.8 MHz */
102         {277, 4, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6},               /* 19.2 MHz */
103         {368, 8, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6},               /* 26 MHz   */
104         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
105         {277, 9, 2, 5, 8, 4, 62, 63, 6, 5, 7, 6}                /* 38.4 MHz */
106 };
107
108 static const struct dpll_params
109                 core_dpll_params_2128mhz_dra7xx[NUM_SYS_CLKS] = {
110         {266, 2, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6},              /* 12 MHz   */
111         {266, 4, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6},              /* 20 MHz   */
112         {443, 6, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6},              /* 16.8 MHz */
113         {277, 4, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6},              /* 19.2 MHz */
114         {368, 8, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6},              /* 26 MHz   */
115         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
116         {277, 9, 2, 1, -1, 4, 62, 5, -1, 5, 4, 6},              /* 38.4 MHz */
117 };
118
119 static const struct dpll_params
120                         core_dpll_params_2128mhz_ddr266[NUM_SYS_CLKS] = {
121         {266, 2, 4, 8, 8, 8, 62, 10, -1, 10, 14, -1},           /* 12 MHz   */
122         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
123         {443, 6, 4, 8, 8, 8, 62, 10, -1, 10, 14, -1},           /* 16.8 MHz */
124         {277, 4, 4, 8, 8, 8, 62, 10, -1, 10, 14, -1},           /* 19.2 MHz */
125         {368, 8, 4, 8, 8, 8, 62, 10, -1, 10, 14, -1},           /* 26 MHz   */
126         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
127         {277, 9, 4, 8, 8, 8, 62, 10, -1, 10, 14, -1}            /* 38.4 MHz */
128 };
129
130 static const struct dpll_params
131                         core_dpll_params_2128mhz_ddr266_es2[NUM_SYS_CLKS] = {
132         {266, 2, 4, 8, 8, 8, 62, 5, 12, 10, 14, 12},            /* 12 MHz   */
133         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
134         {443, 6, 4, 8, 8, 8, 62, 5, 12, 10, 14, 12},            /* 16.8 MHz */
135         {277, 4, 4, 8, 8, 8, 62, 5, 12, 10, 14, 12},            /* 19.2 MHz */
136         {368, 8, 4, 8, 8, 8, 62, 5, 12, 10, 14, 12},            /* 26 MHz   */
137         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
138         {277, 9, 4, 8, 8, 8, 62, 5, 12, 10, 14, 12}             /* 38.4 MHz */
139 };
140
141 static const struct dpll_params per_dpll_params_768mhz[NUM_SYS_CLKS] = {
142         {32, 0, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1},             /* 12 MHz   */
143         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
144         {160, 6, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1},            /* 16.8 MHz */
145         {20, 0, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1},             /* 19.2 MHz */
146         {192, 12, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1},           /* 26 MHz   */
147         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
148         {10, 0, 4, 3, 6, 4, -1, 2, -1, -1, -1, -1}              /* 38.4 MHz */
149 };
150
151 static const struct dpll_params per_dpll_params_768mhz_es2[NUM_SYS_CLKS] = {
152         {32, 0, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1},             /* 12 MHz   */
153         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
154         {160, 6, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1},            /* 16.8 MHz */
155         {20, 0, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1},             /* 19.2 MHz */
156         {192, 12, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1},           /* 26 MHz   */
157         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
158         {10, 0, 4, 3, 3, 4, -1, 2, -1, -1, -1, -1}              /* 38.4 MHz */
159 };
160
161 static const struct dpll_params per_dpll_params_768mhz_dra7xx[NUM_SYS_CLKS] = {
162         {32, 0, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1},              /* 12 MHz   */
163         {96, 4, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1},              /* 20 MHz   */
164         {160, 6, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1},             /* 16.8 MHz */
165         {20, 0, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1},              /* 19.2 MHz */
166         {192, 12, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1},            /* 26 MHz   */
167         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
168         {10, 0, 4, 1, 3, 4, 4, 2, -1, -1, -1, -1},              /* 38.4 MHz */
169 };
170
171 static const struct dpll_params iva_dpll_params_2330mhz[NUM_SYS_CLKS] = {
172         {1165, 11, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1},       /* 12 MHz   */
173         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
174         {208, 2, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1},         /* 16.8 MHz */
175         {182, 2, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1},         /* 19.2 MHz */
176         {224, 4, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1},         /* 26 MHz   */
177         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
178         {91, 2, -1, -1, 5, 6, -1, -1, -1, -1, -1, -1}           /* 38.4 MHz */
179 };
180
181 static const struct dpll_params iva_dpll_params_2330mhz_dra7xx[NUM_SYS_CLKS] = {
182         {1165, 11, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 12 MHz   */
183         {233, 3, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 20 MHz */
184         {208, 2, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 16.8 MHz */
185         {182, 2, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 19.2 MHz */
186         {224, 4, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 26 MHz   */
187         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
188         {91, 2, 3, 1, -1, -1, -1, -1, -1, -1, -1, -1},          /* 38.4 MHz */
189 };
190
191 /* ABE M & N values with sys_clk as source */
192 static const struct dpll_params
193                 abe_dpll_params_sysclk_196608khz[NUM_SYS_CLKS] = {
194         {49, 5, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1},         /* 12 MHz   */
195         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 13 MHz   */
196         {35, 5, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},          /* 16.8 MHz */
197         {46, 8, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},          /* 19.2 MHz */
198         {34, 8, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},          /* 26 MHz   */
199         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
200         {64, 24, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}          /* 38.4 MHz */
201 };
202
203 /* ABE M & N values with 32K clock as source */
204 static const struct dpll_params abe_dpll_params_32k_196608khz = {
205         750, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1
206 };
207
208 /* ABE M & N values with sysclk2(22.5792 MHz) as input */
209 static const struct dpll_params
210                 abe_dpll_params_sysclk2_361267khz[NUM_SYS_CLKS] = {
211         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 12 MHz   */
212         {16, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1},          /* 20 MHz   */
213         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 16.8 MHz */
214         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 19.2 MHz */
215         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 26 MHz   */
216         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
217         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 38.4 MHz */
218 };
219
220 static const struct dpll_params usb_dpll_params_1920mhz[NUM_SYS_CLKS] = {
221         {400, 4, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 12 MHz   */
222         {480, 9, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 20 MHz   */
223         {400, 6, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 16.8 MHz */
224         {400, 7, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},        /* 19.2 MHz */
225         {480, 12, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 26 MHz   */
226         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
227         {400, 15, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 38.4 MHz */
228 };
229
230 static const struct dpll_params ddr_dpll_params_2664mhz[NUM_SYS_CLKS] = {
231         {111, 0, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},          /* 12 MHz   */
232         {333, 4, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},          /* 20 MHz   */
233         {555, 6, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},          /* 16.8 MHz */
234         {555, 7, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},          /* 19.2 MHz */
235         {666, 12, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},         /* 26 MHz   */
236         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
237         {555, 15, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},         /* 38.4 MHz */
238 };
239
240 static const struct dpll_params ddr_dpll_params_2128mhz[NUM_SYS_CLKS] = {
241         {266, 2, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},          /* 12 MHz   */
242         {266, 4, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},          /* 20 MHz   */
243         {190, 2, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},          /* 16.8 MHz */
244         {665, 11, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},         /* 19.2 MHz */
245         {532, 12, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},         /* 26 MHz   */
246         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
247         {665, 23, 2, 1, 8, -1, -1, -1, -1, -1, -1, -1},         /* 38.4 MHz */
248 };
249
250 static const struct dpll_params gmac_dpll_params_2000mhz[NUM_SYS_CLKS] = {
251         {250, 2, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1},         /* 12 MHz   */
252         {250, 4, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1},         /* 20 MHz   */
253         {119, 1, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1},         /* 16.8 MHz */
254         {625, 11, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1},        /* 19.2 MHz */
255         {500, 12, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1},        /* 26 MHz   */
256         {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1},       /* 27 MHz   */
257         {625, 23, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1},        /* 38.4 MHz */
258 };
259
260 struct dplls omap5_dplls_es1 = {
261         .mpu = mpu_dpll_params_800mhz,
262         .core = core_dpll_params_2128mhz_ddr532,
263         .per = per_dpll_params_768mhz,
264         .iva = iva_dpll_params_2330mhz,
265 #ifdef CONFIG_SYS_OMAP_ABE_SYSCK
266         .abe = abe_dpll_params_sysclk_196608khz,
267 #else
268         .abe = &abe_dpll_params_32k_196608khz,
269 #endif
270         .usb = usb_dpll_params_1920mhz,
271         .ddr = NULL
272 };
273
274 struct dplls omap5_dplls_es2 = {
275         .mpu = mpu_dpll_params_1ghz,
276         .core = core_dpll_params_2128mhz_ddr532_es2,
277         .per = per_dpll_params_768mhz_es2,
278         .iva = iva_dpll_params_2330mhz,
279 #ifdef CONFIG_SYS_OMAP_ABE_SYSCK
280         .abe = abe_dpll_params_sysclk_196608khz,
281 #else
282         .abe = &abe_dpll_params_32k_196608khz,
283 #endif
284         .usb = usb_dpll_params_1920mhz,
285         .ddr = NULL
286 };
287
288 struct dplls dra7xx_dplls = {
289         .mpu = mpu_dpll_params_1ghz,
290         .core = core_dpll_params_2128mhz_dra7xx,
291         .per = per_dpll_params_768mhz_dra7xx,
292         .abe = abe_dpll_params_sysclk2_361267khz,
293         .iva = iva_dpll_params_2330mhz_dra7xx,
294         .usb = usb_dpll_params_1920mhz,
295         .ddr = ddr_dpll_params_2128mhz,
296         .gmac = gmac_dpll_params_2000mhz,
297 };
298
299 struct dplls dra72x_dplls = {
300         .mpu = mpu_dpll_params_1ghz,
301         .core = core_dpll_params_2128mhz_dra7xx,
302         .per = per_dpll_params_768mhz_dra7xx,
303         .abe = abe_dpll_params_sysclk2_361267khz,
304         .iva = iva_dpll_params_2330mhz_dra7xx,
305         .usb = usb_dpll_params_1920mhz,
306         .ddr =  ddr_dpll_params_2664mhz,
307         .gmac = gmac_dpll_params_2000mhz,
308 };
309
310 struct pmic_data palmas = {
311         .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
312         .step = 10000, /* 10 mV represented in uV */
313         /*
314          * Offset codes 1-6 all give the base voltage in Palmas
315          * Offset code 0 switches OFF the SMPS
316          */
317         .start_code = 6,
318         .i2c_slave_addr = SMPS_I2C_SLAVE_ADDR,
319         .pmic_bus_init  = sri2c_init,
320         .pmic_write     = omap_vc_bypass_send_value,
321 };
322
323 /* The TPS659038 and TPS65917 are software-compatible, use common struct */
324 struct pmic_data tps659038 = {
325         .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
326         .step = 10000, /* 10 mV represented in uV */
327         /*
328          * Offset codes 1-6 all give the base voltage in Palmas
329          * Offset code 0 switches OFF the SMPS
330          */
331         .start_code = 6,
332         .i2c_slave_addr = TPS659038_I2C_SLAVE_ADDR,
333         .pmic_bus_init  = gpi2c_init,
334         .pmic_write     = palmas_i2c_write_u8,
335 };
336
337 struct vcores_data omap5430_volts = {
338         .mpu.value = VDD_MPU,
339         .mpu.addr = SMPS_REG_ADDR_12_MPU,
340         .mpu.pmic = &palmas,
341
342         .core.value = VDD_CORE,
343         .core.addr = SMPS_REG_ADDR_8_CORE,
344         .core.pmic = &palmas,
345
346         .mm.value = VDD_MM,
347         .mm.addr = SMPS_REG_ADDR_45_IVA,
348         .mm.pmic = &palmas,
349 };
350
351 struct vcores_data omap5430_volts_es2 = {
352         .mpu.value = VDD_MPU_ES2,
353         .mpu.addr = SMPS_REG_ADDR_12_MPU,
354         .mpu.pmic = &palmas,
355         .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
356
357         .core.value = VDD_CORE_ES2,
358         .core.addr = SMPS_REG_ADDR_8_CORE,
359         .core.pmic = &palmas,
360
361         .mm.value = VDD_MM_ES2,
362         .mm.addr = SMPS_REG_ADDR_45_IVA,
363         .mm.pmic = &palmas,
364 };
365
366 struct vcores_data dra752_volts = {
367         .mpu.value      = VDD_MPU_DRA752,
368         .mpu.efuse.reg  = STD_FUSE_OPP_VMIN_MPU_NOM,
369         .mpu.efuse.reg_bits     = DRA752_EFUSE_REGBITS,
370         .mpu.addr       = TPS659038_REG_ADDR_SMPS12,
371         .mpu.pmic       = &tps659038,
372         .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
373
374         .eve.value      = VDD_EVE_DRA752,
375         .eve.efuse.reg  = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
376         .eve.efuse.reg_bits     = DRA752_EFUSE_REGBITS,
377         .eve.addr       = TPS659038_REG_ADDR_SMPS45,
378         .eve.pmic       = &tps659038,
379
380         .gpu.value      = VDD_GPU_DRA752,
381         .gpu.efuse.reg  = STD_FUSE_OPP_VMIN_GPU_NOM,
382         .gpu.efuse.reg_bits     = DRA752_EFUSE_REGBITS,
383         .gpu.addr       = TPS659038_REG_ADDR_SMPS6,
384         .gpu.pmic       = &tps659038,
385
386         .core.value     = VDD_CORE_DRA752,
387         .core.efuse.reg = STD_FUSE_OPP_VMIN_CORE_NOM,
388         .core.efuse.reg_bits = DRA752_EFUSE_REGBITS,
389         .core.addr      = TPS659038_REG_ADDR_SMPS7,
390         .core.pmic      = &tps659038,
391
392         .iva.value      = VDD_IVA_DRA752,
393         .iva.efuse.reg  = STD_FUSE_OPP_VMIN_IVA_NOM,
394         .iva.efuse.reg_bits     = DRA752_EFUSE_REGBITS,
395         .iva.addr       = TPS659038_REG_ADDR_SMPS8,
396         .iva.pmic       = &tps659038,
397 };
398
399 struct vcores_data dra722_volts = {
400         .mpu.value      = VDD_MPU_DRA72x,
401         .mpu.efuse.reg  = STD_FUSE_OPP_VMIN_MPU_NOM,
402         .mpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
403         .mpu.addr       = TPS65917_REG_ADDR_SMPS1,
404         .mpu.pmic       = &tps659038,
405         .mpu.abb_tx_done_mask = OMAP_ABB_MPU_TXDONE_MASK,
406
407         .core.value     = VDD_CORE_DRA72x,
408         .core.efuse.reg = STD_FUSE_OPP_VMIN_CORE_NOM,
409         .core.efuse.reg_bits = DRA752_EFUSE_REGBITS,
410         .core.addr      = TPS65917_REG_ADDR_SMPS2,
411         .core.pmic      = &tps659038,
412
413         /*
414          * The DSPEVE, GPU and IVA rails are usually grouped on DRA72x
415          * designs and powered by TPS65917 SMPS3, as on the J6Eco EVM.
416          */
417         .gpu.value      = VDD_GPU_DRA72x,
418         .gpu.efuse.reg  = STD_FUSE_OPP_VMIN_GPU_NOM,
419         .gpu.efuse.reg_bits = DRA752_EFUSE_REGBITS,
420         .gpu.addr       = TPS65917_REG_ADDR_SMPS3,
421         .gpu.pmic       = &tps659038,
422
423         .eve.value      = VDD_EVE_DRA72x,
424         .eve.efuse.reg  = STD_FUSE_OPP_VMIN_DSPEVE_NOM,
425         .eve.efuse.reg_bits = DRA752_EFUSE_REGBITS,
426         .eve.addr       = TPS65917_REG_ADDR_SMPS3,
427         .eve.pmic       = &tps659038,
428
429         .iva.value      = VDD_IVA_DRA72x,
430         .iva.efuse.reg  = STD_FUSE_OPP_VMIN_IVA_NOM,
431         .iva.efuse.reg_bits = DRA752_EFUSE_REGBITS,
432         .iva.addr       = TPS65917_REG_ADDR_SMPS3,
433         .iva.pmic       = &tps659038,
434 };
435
436 /*
437  * Enable essential clock domains, modules and
438  * do some additional special settings needed
439  */
440 void enable_basic_clocks(void)
441 {
442         u32 const clk_domains_essential[] = {
443                 (*prcm)->cm_l4per_clkstctrl,
444                 (*prcm)->cm_l3init_clkstctrl,
445                 (*prcm)->cm_memif_clkstctrl,
446                 (*prcm)->cm_l4cfg_clkstctrl,
447 #ifdef CONFIG_DRIVER_TI_CPSW
448                 (*prcm)->cm_gmac_clkstctrl,
449 #endif
450                 0
451         };
452
453         u32 const clk_modules_hw_auto_essential[] = {
454                 (*prcm)->cm_l3_gpmc_clkctrl,
455                 (*prcm)->cm_memif_emif_1_clkctrl,
456                 (*prcm)->cm_memif_emif_2_clkctrl,
457                 (*prcm)->cm_l4cfg_l4_cfg_clkctrl,
458                 (*prcm)->cm_wkup_gpio1_clkctrl,
459                 (*prcm)->cm_l4per_gpio2_clkctrl,
460                 (*prcm)->cm_l4per_gpio3_clkctrl,
461                 (*prcm)->cm_l4per_gpio4_clkctrl,
462                 (*prcm)->cm_l4per_gpio5_clkctrl,
463                 (*prcm)->cm_l4per_gpio6_clkctrl,
464                 (*prcm)->cm_l4per_gpio7_clkctrl,
465                 (*prcm)->cm_l4per_gpio8_clkctrl,
466                 0
467         };
468
469         u32 const clk_modules_explicit_en_essential[] = {
470                 (*prcm)->cm_wkup_gptimer1_clkctrl,
471                 (*prcm)->cm_l3init_hsmmc1_clkctrl,
472                 (*prcm)->cm_l3init_hsmmc2_clkctrl,
473                 (*prcm)->cm_l4per_gptimer2_clkctrl,
474                 (*prcm)->cm_wkup_wdtimer2_clkctrl,
475                 (*prcm)->cm_l4per_uart3_clkctrl,
476                 (*prcm)->cm_l4per_i2c1_clkctrl,
477 #ifdef CONFIG_DRIVER_TI_CPSW
478                 (*prcm)->cm_gmac_gmac_clkctrl,
479 #endif
480
481 #ifdef CONFIG_TI_QSPI
482                 (*prcm)->cm_l4per_qspi_clkctrl,
483 #endif
484                 0
485         };
486
487         /* Enable optional additional functional clock for GPIO4 */
488         setbits_le32((*prcm)->cm_l4per_gpio4_clkctrl,
489                         GPIO4_CLKCTRL_OPTFCLKEN_MASK);
490
491         /* Enable 96 MHz clock for MMC1 & MMC2 */
492         setbits_le32((*prcm)->cm_l3init_hsmmc1_clkctrl,
493                         HSMMC_CLKCTRL_CLKSEL_MASK);
494         setbits_le32((*prcm)->cm_l3init_hsmmc2_clkctrl,
495                         HSMMC_CLKCTRL_CLKSEL_MASK);
496
497         /* Set the correct clock dividers for mmc */
498         setbits_le32((*prcm)->cm_l3init_hsmmc1_clkctrl,
499                         HSMMC_CLKCTRL_CLKSEL_DIV_MASK);
500         setbits_le32((*prcm)->cm_l3init_hsmmc2_clkctrl,
501                         HSMMC_CLKCTRL_CLKSEL_DIV_MASK);
502
503         /* Select 32KHz clock as the source of GPTIMER1 */
504         setbits_le32((*prcm)->cm_wkup_gptimer1_clkctrl,
505                         GPTIMER1_CLKCTRL_CLKSEL_MASK);
506
507         do_enable_clocks(clk_domains_essential,
508                          clk_modules_hw_auto_essential,
509                          clk_modules_explicit_en_essential,
510                          1);
511
512 #ifdef CONFIG_TI_QSPI
513         setbits_le32((*prcm)->cm_l4per_qspi_clkctrl, (1<<24));
514 #endif
515
516         /* Enable SCRM OPT clocks for PER and CORE dpll */
517         setbits_le32((*prcm)->cm_wkupaon_scrm_clkctrl,
518                         OPTFCLKEN_SCRM_PER_MASK);
519         setbits_le32((*prcm)->cm_wkupaon_scrm_clkctrl,
520                         OPTFCLKEN_SCRM_CORE_MASK);
521 }
522
523 void enable_basic_uboot_clocks(void)
524 {
525         u32 const clk_domains_essential[] = {
526 #if defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX)
527                 (*prcm)->cm_ipu_clkstctrl,
528 #endif
529                 0
530         };
531
532         u32 const clk_modules_hw_auto_essential[] = {
533                 (*prcm)->cm_l3init_hsusbtll_clkctrl,
534                 0
535         };
536
537         u32 const clk_modules_explicit_en_essential[] = {
538                 (*prcm)->cm_l4per_mcspi1_clkctrl,
539                 (*prcm)->cm_l4per_i2c2_clkctrl,
540                 (*prcm)->cm_l4per_i2c3_clkctrl,
541                 (*prcm)->cm_l4per_i2c4_clkctrl,
542 #if defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX)
543                 (*prcm)->cm_ipu_i2c5_clkctrl,
544 #else
545                 (*prcm)->cm_l4per_i2c5_clkctrl,
546 #endif
547                 (*prcm)->cm_l3init_hsusbhost_clkctrl,
548                 (*prcm)->cm_l3init_fsusb_clkctrl,
549                 0
550         };
551         do_enable_clocks(clk_domains_essential,
552                          clk_modules_hw_auto_essential,
553                          clk_modules_explicit_en_essential,
554                          1);
555 }
556
557 #ifdef CONFIG_TI_EDMA3
558 void enable_edma3_clocks(void)
559 {
560         u32 const clk_domains_edma3[] = {
561                 0
562         };
563
564         u32 const clk_modules_hw_auto_edma3[] = {
565                 (*prcm)->cm_l3main1_tptc1_clkctrl,
566                 (*prcm)->cm_l3main1_tptc2_clkctrl,
567                 0
568         };
569
570         u32 const clk_modules_explicit_en_edma3[] = {
571                 0
572         };
573
574         do_enable_clocks(clk_domains_edma3,
575                          clk_modules_hw_auto_edma3,
576                          clk_modules_explicit_en_edma3,
577                          1);
578 }
579
580 void disable_edma3_clocks(void)
581 {
582         u32 const clk_domains_edma3[] = {
583                 0
584         };
585
586         u32 const clk_modules_disable_edma3[] = {
587                 (*prcm)->cm_l3main1_tptc1_clkctrl,
588                 (*prcm)->cm_l3main1_tptc2_clkctrl,
589                 0
590         };
591
592         do_disable_clocks(clk_domains_edma3,
593                           clk_modules_disable_edma3,
594                           1);
595 }
596 #endif
597
598 #ifdef CONFIG_USB_DWC3
599 void enable_usb_clocks(int index)
600 {
601         u32 cm_l3init_usb_otg_ss_clkctrl = 0;
602
603         if (index == 0) {
604                 cm_l3init_usb_otg_ss_clkctrl =
605                         (*prcm)->cm_l3init_usb_otg_ss1_clkctrl;
606                 /* Enable 960 MHz clock for dwc3 */
607                 setbits_le32((*prcm)->cm_l3init_usb_otg_ss1_clkctrl,
608                              OPTFCLKEN_REFCLK960M);
609
610                 /* Enable 32 KHz clock for dwc3 */
611                 setbits_le32((*prcm)->cm_coreaon_usb_phy1_core_clkctrl,
612                              USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
613         } else if (index == 1) {
614                 cm_l3init_usb_otg_ss_clkctrl =
615                         (*prcm)->cm_l3init_usb_otg_ss2_clkctrl;
616                 /* Enable 960 MHz clock for dwc3 */
617                 setbits_le32((*prcm)->cm_l3init_usb_otg_ss2_clkctrl,
618                              OPTFCLKEN_REFCLK960M);
619
620                 /* Enable 32 KHz clock for dwc3 */
621                 setbits_le32((*prcm)->cm_coreaon_usb_phy2_core_clkctrl,
622                              USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
623
624                 /* Enable 60 MHz clock for USB2PHY2 */
625                 setbits_le32((*prcm)->cm_coreaon_l3init_60m_gfclk_clkctrl,
626                              L3INIT_CLKCTRL_OPTFCLKEN_60M_GFCLK);
627         }
628
629         u32 const clk_domains_usb[] = {
630                 0
631         };
632
633         u32 const clk_modules_hw_auto_usb[] = {
634                 (*prcm)->cm_l3init_ocp2scp1_clkctrl,
635                 cm_l3init_usb_otg_ss_clkctrl,
636                 0
637         };
638
639         u32 const clk_modules_explicit_en_usb[] = {
640                 0
641         };
642
643         do_enable_clocks(clk_domains_usb,
644                          clk_modules_hw_auto_usb,
645                          clk_modules_explicit_en_usb,
646                          1);
647 }
648
649 void disable_usb_clocks(int index)
650 {
651         u32 cm_l3init_usb_otg_ss_clkctrl = 0;
652
653         if (index == 0) {
654                 cm_l3init_usb_otg_ss_clkctrl =
655                         (*prcm)->cm_l3init_usb_otg_ss1_clkctrl;
656                 /* Disable 960 MHz clock for dwc3 */
657                 clrbits_le32((*prcm)->cm_l3init_usb_otg_ss1_clkctrl,
658                              OPTFCLKEN_REFCLK960M);
659
660                 /* Disable 32 KHz clock for dwc3 */
661                 clrbits_le32((*prcm)->cm_coreaon_usb_phy1_core_clkctrl,
662                              USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
663         } else if (index == 1) {
664                 cm_l3init_usb_otg_ss_clkctrl =
665                         (*prcm)->cm_l3init_usb_otg_ss2_clkctrl;
666                 /* Disable 960 MHz clock for dwc3 */
667                 clrbits_le32((*prcm)->cm_l3init_usb_otg_ss2_clkctrl,
668                              OPTFCLKEN_REFCLK960M);
669
670                 /* Disable 32 KHz clock for dwc3 */
671                 clrbits_le32((*prcm)->cm_coreaon_usb_phy2_core_clkctrl,
672                              USBPHY_CORE_CLKCTRL_OPTFCLKEN_CLK32K);
673
674                 /* Disable 60 MHz clock for USB2PHY2 */
675                 clrbits_le32((*prcm)->cm_coreaon_l3init_60m_gfclk_clkctrl,
676                              L3INIT_CLKCTRL_OPTFCLKEN_60M_GFCLK);
677         }
678
679         u32 const clk_domains_usb[] = {
680                 0
681         };
682
683         u32 const clk_modules_disable[] = {
684                 (*prcm)->cm_l3init_ocp2scp1_clkctrl,
685                 cm_l3init_usb_otg_ss_clkctrl,
686                 0
687         };
688
689         do_disable_clocks(clk_domains_usb,
690                           clk_modules_disable,
691                           1);
692 }
693 #endif
694
695 const struct ctrl_ioregs ioregs_omap5430 = {
696         .ctrl_ddrch = DDR_IO_I_34OHM_SR_FASTEST_WD_DQ_NO_PULL_DQS_PULL_DOWN,
697         .ctrl_lpddr2ch = DDR_IO_I_34OHM_SR_FASTEST_WD_CK_CKE_NCS_CA_PULL_DOWN,
698         .ctrl_ddrio_0 = DDR_IO_0_DDR2_DQ_INT_EN_ALL_DDR3_CA_DIS_ALL,
699         .ctrl_ddrio_1 = DDR_IO_1_DQ_OUT_EN_ALL_DQ_INT_EN_ALL,
700         .ctrl_ddrio_2 = DDR_IO_2_CA_OUT_EN_ALL_CA_INT_EN_ALL,
701 };
702
703 const struct ctrl_ioregs ioregs_omap5432_es1 = {
704         .ctrl_ddrch = DDR_IO_I_40OHM_SR_FAST_WD_DQ_NO_PULL_DQS_NO_PULL,
705         .ctrl_lpddr2ch = 0x0,
706         .ctrl_ddr3ch = DDR_IO_I_40OHM_SR_SLOWEST_WD_DQ_NO_PULL_DQS_NO_PULL,
707         .ctrl_ddrio_0 = DDR_IO_0_VREF_CELLS_DDR3_VALUE,
708         .ctrl_ddrio_1 = DDR_IO_1_VREF_CELLS_DDR3_VALUE,
709         .ctrl_ddrio_2 = DDR_IO_2_VREF_CELLS_DDR3_VALUE,
710         .ctrl_emif_sdram_config_ext = SDRAM_CONFIG_EXT_RD_LVL_11_SAMPLES,
711         .ctrl_emif_sdram_config_ext_final = SDRAM_CONFIG_EXT_RD_LVL_4_SAMPLES,
712 };
713
714 const struct ctrl_ioregs ioregs_omap5432_es2 = {
715         .ctrl_ddrch = DDR_IO_I_40OHM_SR_FAST_WD_DQ_NO_PULL_DQS_NO_PULL_ES2,
716         .ctrl_lpddr2ch = 0x0,
717         .ctrl_ddr3ch = DDR_IO_I_40OHM_SR_SLOWEST_WD_DQ_NO_PULL_DQS_NO_PULL_ES2,
718         .ctrl_ddrio_0 = DDR_IO_0_VREF_CELLS_DDR3_VALUE_ES2,
719         .ctrl_ddrio_1 = DDR_IO_1_VREF_CELLS_DDR3_VALUE_ES2,
720         .ctrl_ddrio_2 = DDR_IO_2_VREF_CELLS_DDR3_VALUE_ES2,
721         .ctrl_emif_sdram_config_ext = SDRAM_CONFIG_EXT_RD_LVL_11_SAMPLES,
722         .ctrl_emif_sdram_config_ext_final = SDRAM_CONFIG_EXT_RD_LVL_4_SAMPLES,
723 };
724
725 const struct ctrl_ioregs ioregs_dra7xx_es1 = {
726         .ctrl_ddrch = 0x40404040,
727         .ctrl_lpddr2ch = 0x40404040,
728         .ctrl_ddr3ch = 0x80808080,
729         .ctrl_ddrio_0 = 0x00094A40,
730         .ctrl_ddrio_1 = 0x04A52000,
731         .ctrl_ddrio_2 = 0x84210000,
732         .ctrl_emif_sdram_config_ext = 0x0001C1A7,
733         .ctrl_emif_sdram_config_ext_final = 0x0001C1A7,
734         .ctrl_ddr_ctrl_ext_0 = 0xA2000000,
735 };
736
737 const struct ctrl_ioregs ioregs_dra72x_es1 = {
738         .ctrl_ddrch = 0x40404040,
739         .ctrl_lpddr2ch = 0x40404040,
740         .ctrl_ddr3ch = 0x60606080,
741         .ctrl_ddrio_0 = 0x00094A40,
742         .ctrl_ddrio_1 = 0x04A52000,
743         .ctrl_ddrio_2 = 0x84210000,
744         .ctrl_emif_sdram_config_ext = 0x0001C1A7,
745         .ctrl_emif_sdram_config_ext_final = 0x0001C1A7,
746         .ctrl_ddr_ctrl_ext_0 = 0xA2000000,
747 };
748
749 const struct ctrl_ioregs ioregs_dra72x_es2 = {
750         .ctrl_ddrch = 0x40404040,
751         .ctrl_lpddr2ch = 0x40404040,
752         .ctrl_ddr3ch = 0x60606060,
753         .ctrl_ddrio_0 = 0x00094A40,
754         .ctrl_ddrio_1 = 0x00000000,
755         .ctrl_ddrio_2 = 0x00000000,
756         .ctrl_emif_sdram_config_ext = 0x0001C1A7,
757         .ctrl_emif_sdram_config_ext_final = 0x0001C1A7,
758         .ctrl_ddr_ctrl_ext_0 = 0xA2000000,
759 };
760
761 void __weak hw_data_init(void)
762 {
763         u32 omap_rev = omap_revision();
764
765         switch (omap_rev) {
766
767         case OMAP5430_ES1_0:
768         case OMAP5432_ES1_0:
769         *prcm = &omap5_es1_prcm;
770         *dplls_data = &omap5_dplls_es1;
771         *omap_vcores = &omap5430_volts;
772         *ctrl = &omap5_ctrl;
773         break;
774
775         case OMAP5430_ES2_0:
776         case OMAP5432_ES2_0:
777         *prcm = &omap5_es2_prcm;
778         *dplls_data = &omap5_dplls_es2;
779         *omap_vcores = &omap5430_volts_es2;
780         *ctrl = &omap5_ctrl;
781         break;
782
783         case DRA752_ES1_0:
784         case DRA752_ES1_1:
785         case DRA752_ES2_0:
786         *prcm = &dra7xx_prcm;
787         *dplls_data = &dra7xx_dplls;
788         *omap_vcores = &dra752_volts;
789         *ctrl = &dra7xx_ctrl;
790         break;
791
792         case DRA722_ES1_0:
793         case DRA722_ES2_0:
794         *prcm = &dra7xx_prcm;
795         *dplls_data = &dra72x_dplls;
796         *omap_vcores = &dra722_volts;
797         *ctrl = &dra7xx_ctrl;
798         break;
799
800         default:
801                 printf("\n INVALID OMAP REVISION ");
802         }
803 }
804
805 void get_ioregs(const struct ctrl_ioregs **regs)
806 {
807         u32 omap_rev = omap_revision();
808
809         switch (omap_rev) {
810         case OMAP5430_ES1_0:
811         case OMAP5430_ES2_0:
812                 *regs = &ioregs_omap5430;
813                 break;
814         case OMAP5432_ES1_0:
815                 *regs = &ioregs_omap5432_es1;
816                 break;
817         case OMAP5432_ES2_0:
818                 *regs = &ioregs_omap5432_es2;
819                 break;
820         case DRA752_ES1_0:
821         case DRA752_ES1_1:
822         case DRA752_ES2_0:
823                 *regs = &ioregs_dra7xx_es1;
824                 break;
825         case DRA722_ES1_0:
826                 *regs = &ioregs_dra72x_es1;
827                 break;
828         case DRA722_ES2_0:
829                 *regs = &ioregs_dra72x_es2;
830                 break;
831
832         default:
833                 printf("\n INVALID OMAP REVISION ");
834         }
835 }