• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Hardware modules present on the DRA7xx chips
3  *
4  * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com
5  *
6  * Paul Walmsley
7  * Benoit Cousson
8  *
9  * This file is automatically generated from the OMAP hardware databases.
10  * We respectfully ask that any modifications to this file be coordinated
11  * with the public linux-omap@vger.kernel.org mailing list and the
12  * authors above to ensure that the autogeneration scripts are kept
13  * up-to-date with the file contents.
14  *
15  * This program is free software; you can redistribute it and/or modify
16  * it under the terms of the GNU General Public License version 2 as
17  * published by the Free Software Foundation.
18  */
19 
20 #include <linux/io.h>
21 #include <linux/platform_data/gpio-omap.h>
22 #include <linux/platform_data/hsmmc-omap.h>
23 #include <linux/power/smartreflex.h>
24 #include <linux/i2c-omap.h>
25 
26 #include <linux/omap-dma.h>
27 #include <linux/platform_data/spi-omap2-mcspi.h>
28 #include <linux/platform_data/asoc-ti-mcbsp.h>
29 #include <plat/dmtimer.h>
30 
31 #include "omap_hwmod.h"
32 #include "omap_hwmod_common_data.h"
33 #include "cm1_7xx.h"
34 #include "cm2_7xx.h"
35 #include "prm7xx.h"
36 #include "i2c.h"
37 #include "wd_timer.h"
38 #include "soc.h"
39 
40 /* Base offset for all DRA7XX interrupts external to MPUSS */
41 #define DRA7XX_IRQ_GIC_START	32
42 
43 /* Base offset for all DRA7XX dma requests */
44 #define DRA7XX_DMA_REQ_START	1
45 
46 
47 /*
48  * IP blocks
49  */
50 
51 /*
52  * 'dmm' class
53  * instance(s): dmm
54  */
55 static struct omap_hwmod_class dra7xx_dmm_hwmod_class = {
56 	.name	= "dmm",
57 };
58 
59 /* dmm */
60 static struct omap_hwmod dra7xx_dmm_hwmod = {
61 	.name		= "dmm",
62 	.class		= &dra7xx_dmm_hwmod_class,
63 	.clkdm_name	= "emif_clkdm",
64 	.prcm = {
65 		.omap4 = {
66 			.clkctrl_offs = DRA7XX_CM_EMIF_DMM_CLKCTRL_OFFSET,
67 			.context_offs = DRA7XX_RM_EMIF_DMM_CONTEXT_OFFSET,
68 		},
69 	},
70 };
71 
72 /*
73  * 'l3' class
74  * instance(s): l3_instr, l3_main_1, l3_main_2
75  */
76 static struct omap_hwmod_class dra7xx_l3_hwmod_class = {
77 	.name	= "l3",
78 };
79 
80 /* l3_instr */
81 static struct omap_hwmod dra7xx_l3_instr_hwmod = {
82 	.name		= "l3_instr",
83 	.class		= &dra7xx_l3_hwmod_class,
84 	.clkdm_name	= "l3instr_clkdm",
85 	.prcm = {
86 		.omap4 = {
87 			.clkctrl_offs = DRA7XX_CM_L3INSTR_L3_INSTR_CLKCTRL_OFFSET,
88 			.context_offs = DRA7XX_RM_L3INSTR_L3_INSTR_CONTEXT_OFFSET,
89 			.modulemode   = MODULEMODE_HWCTRL,
90 		},
91 	},
92 };
93 
94 /* l3_main_1 */
95 static struct omap_hwmod dra7xx_l3_main_1_hwmod = {
96 	.name		= "l3_main_1",
97 	.class		= &dra7xx_l3_hwmod_class,
98 	.clkdm_name	= "l3main1_clkdm",
99 	.prcm = {
100 		.omap4 = {
101 			.clkctrl_offs = DRA7XX_CM_L3MAIN1_L3_MAIN_1_CLKCTRL_OFFSET,
102 			.context_offs = DRA7XX_RM_L3MAIN1_L3_MAIN_1_CONTEXT_OFFSET,
103 		},
104 	},
105 };
106 
107 /* l3_main_2 */
108 static struct omap_hwmod dra7xx_l3_main_2_hwmod = {
109 	.name		= "l3_main_2",
110 	.class		= &dra7xx_l3_hwmod_class,
111 	.clkdm_name	= "l3instr_clkdm",
112 	.prcm = {
113 		.omap4 = {
114 			.clkctrl_offs = DRA7XX_CM_L3INSTR_L3_MAIN_2_CLKCTRL_OFFSET,
115 			.context_offs = DRA7XX_RM_L3INSTR_L3_MAIN_2_CONTEXT_OFFSET,
116 			.modulemode   = MODULEMODE_HWCTRL,
117 		},
118 	},
119 };
120 
121 /*
122  * 'l4' class
123  * instance(s): l4_cfg, l4_per1, l4_per2, l4_per3, l4_wkup
124  */
125 static struct omap_hwmod_class dra7xx_l4_hwmod_class = {
126 	.name	= "l4",
127 };
128 
129 /* l4_cfg */
130 static struct omap_hwmod dra7xx_l4_cfg_hwmod = {
131 	.name		= "l4_cfg",
132 	.class		= &dra7xx_l4_hwmod_class,
133 	.clkdm_name	= "l4cfg_clkdm",
134 	.prcm = {
135 		.omap4 = {
136 			.clkctrl_offs = DRA7XX_CM_L4CFG_L4_CFG_CLKCTRL_OFFSET,
137 			.context_offs = DRA7XX_RM_L4CFG_L4_CFG_CONTEXT_OFFSET,
138 		},
139 	},
140 };
141 
142 /* l4_per1 */
143 static struct omap_hwmod dra7xx_l4_per1_hwmod = {
144 	.name		= "l4_per1",
145 	.class		= &dra7xx_l4_hwmod_class,
146 	.clkdm_name	= "l4per_clkdm",
147 	.prcm = {
148 		.omap4 = {
149 			.clkctrl_offs = DRA7XX_CM_L4PER_L4_PER1_CLKCTRL_OFFSET,
150 			.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
151 		},
152 	},
153 };
154 
155 /* l4_per2 */
156 static struct omap_hwmod dra7xx_l4_per2_hwmod = {
157 	.name		= "l4_per2",
158 	.class		= &dra7xx_l4_hwmod_class,
159 	.clkdm_name	= "l4per2_clkdm",
160 	.prcm = {
161 		.omap4 = {
162 			.clkctrl_offs = DRA7XX_CM_L4PER2_L4_PER2_CLKCTRL_OFFSET,
163 			.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
164 		},
165 	},
166 };
167 
168 /* l4_per3 */
169 static struct omap_hwmod dra7xx_l4_per3_hwmod = {
170 	.name		= "l4_per3",
171 	.class		= &dra7xx_l4_hwmod_class,
172 	.clkdm_name	= "l4per3_clkdm",
173 	.prcm = {
174 		.omap4 = {
175 			.clkctrl_offs = DRA7XX_CM_L4PER3_L4_PER3_CLKCTRL_OFFSET,
176 			.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
177 		},
178 	},
179 };
180 
181 /* l4_wkup */
182 static struct omap_hwmod dra7xx_l4_wkup_hwmod = {
183 	.name		= "l4_wkup",
184 	.class		= &dra7xx_l4_hwmod_class,
185 	.clkdm_name	= "wkupaon_clkdm",
186 	.prcm = {
187 		.omap4 = {
188 			.clkctrl_offs = DRA7XX_CM_WKUPAON_L4_WKUP_CLKCTRL_OFFSET,
189 			.context_offs = DRA7XX_RM_WKUPAON_L4_WKUP_CONTEXT_OFFSET,
190 		},
191 	},
192 };
193 
194 /*
195  * 'atl' class
196  *
197  */
198 
199 static struct omap_hwmod_class dra7xx_atl_hwmod_class = {
200 	.name	= "atl",
201 };
202 
203 /* atl */
204 static struct omap_hwmod dra7xx_atl_hwmod = {
205 	.name		= "atl",
206 	.class		= &dra7xx_atl_hwmod_class,
207 	.clkdm_name	= "atl_clkdm",
208 	.main_clk	= "atl_gfclk_mux",
209 	.prcm = {
210 		.omap4 = {
211 			.clkctrl_offs = DRA7XX_CM_ATL_ATL_CLKCTRL_OFFSET,
212 			.context_offs = DRA7XX_RM_ATL_ATL_CONTEXT_OFFSET,
213 			.modulemode   = MODULEMODE_SWCTRL,
214 		},
215 	},
216 };
217 
218 /*
219  * 'bb2d' class
220  *
221  */
222 
223 static struct omap_hwmod_class dra7xx_bb2d_hwmod_class = {
224 	.name	= "bb2d",
225 };
226 
227 /* bb2d */
228 static struct omap_hwmod dra7xx_bb2d_hwmod = {
229 	.name		= "bb2d",
230 	.class		= &dra7xx_bb2d_hwmod_class,
231 	.clkdm_name	= "dss_clkdm",
232 	.main_clk	= "dpll_core_h24x2_ck",
233 	.prcm = {
234 		.omap4 = {
235 			.clkctrl_offs = DRA7XX_CM_DSS_BB2D_CLKCTRL_OFFSET,
236 			.context_offs = DRA7XX_RM_DSS_BB2D_CONTEXT_OFFSET,
237 			.modulemode   = MODULEMODE_SWCTRL,
238 		},
239 	},
240 };
241 
242 /*
243  * 'counter' class
244  *
245  */
246 
247 static struct omap_hwmod_class_sysconfig dra7xx_counter_sysc = {
248 	.rev_offs	= 0x0000,
249 	.sysc_offs	= 0x0010,
250 	.sysc_flags	= SYSC_HAS_SIDLEMODE,
251 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
252 			   SIDLE_SMART_WKUP),
253 	.sysc_fields	= &omap_hwmod_sysc_type1,
254 };
255 
256 static struct omap_hwmod_class dra7xx_counter_hwmod_class = {
257 	.name	= "counter",
258 	.sysc	= &dra7xx_counter_sysc,
259 };
260 
261 /* counter_32k */
262 static struct omap_hwmod dra7xx_counter_32k_hwmod = {
263 	.name		= "counter_32k",
264 	.class		= &dra7xx_counter_hwmod_class,
265 	.clkdm_name	= "wkupaon_clkdm",
266 	.flags		= HWMOD_SWSUP_SIDLE,
267 	.main_clk	= "wkupaon_iclk_mux",
268 	.prcm = {
269 		.omap4 = {
270 			.clkctrl_offs = DRA7XX_CM_WKUPAON_COUNTER_32K_CLKCTRL_OFFSET,
271 			.context_offs = DRA7XX_RM_WKUPAON_COUNTER_32K_CONTEXT_OFFSET,
272 		},
273 	},
274 };
275 
276 /*
277  * 'ctrl_module' class
278  *
279  */
280 
281 static struct omap_hwmod_class dra7xx_ctrl_module_hwmod_class = {
282 	.name	= "ctrl_module",
283 };
284 
285 /* ctrl_module_wkup */
286 static struct omap_hwmod dra7xx_ctrl_module_wkup_hwmod = {
287 	.name		= "ctrl_module_wkup",
288 	.class		= &dra7xx_ctrl_module_hwmod_class,
289 	.clkdm_name	= "wkupaon_clkdm",
290 	.prcm = {
291 		.omap4 = {
292 			.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
293 		},
294 	},
295 };
296 
297 /*
298  * 'gmac' class
299  * cpsw/gmac sub system
300  */
301 static struct omap_hwmod_class_sysconfig dra7xx_gmac_sysc = {
302 	.rev_offs	= 0x0,
303 	.sysc_offs	= 0x8,
304 	.syss_offs	= 0x4,
305 	.sysc_flags	= (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE |
306 			   SYSS_HAS_RESET_STATUS),
307 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | MSTANDBY_FORCE |
308 			   MSTANDBY_NO),
309 	.sysc_fields	= &omap_hwmod_sysc_type3,
310 };
311 
312 static struct omap_hwmod_class dra7xx_gmac_hwmod_class = {
313 	.name		= "gmac",
314 	.sysc		= &dra7xx_gmac_sysc,
315 };
316 
317 static struct omap_hwmod dra7xx_gmac_hwmod = {
318 	.name		= "gmac",
319 	.class		= &dra7xx_gmac_hwmod_class,
320 	.clkdm_name	= "gmac_clkdm",
321 	.flags		= (HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY),
322 	.main_clk	= "dpll_gmac_ck",
323 	.mpu_rt_idx	= 1,
324 	.prcm		= {
325 		.omap4	= {
326 			.clkctrl_offs	= DRA7XX_CM_GMAC_GMAC_CLKCTRL_OFFSET,
327 			.context_offs	= DRA7XX_RM_GMAC_GMAC_CONTEXT_OFFSET,
328 			.modulemode	= MODULEMODE_SWCTRL,
329 		},
330 	},
331 };
332 
333 /*
334  * 'mdio' class
335  */
336 static struct omap_hwmod_class dra7xx_mdio_hwmod_class = {
337 	.name		= "davinci_mdio",
338 };
339 
340 static struct omap_hwmod dra7xx_mdio_hwmod = {
341 	.name		= "davinci_mdio",
342 	.class		= &dra7xx_mdio_hwmod_class,
343 	.clkdm_name	= "gmac_clkdm",
344 	.main_clk	= "dpll_gmac_ck",
345 };
346 
347 /*
348  * 'dcan' class
349  *
350  */
351 
352 static struct omap_hwmod_class dra7xx_dcan_hwmod_class = {
353 	.name	= "dcan",
354 };
355 
356 /* dcan1 */
357 static struct omap_hwmod dra7xx_dcan1_hwmod = {
358 	.name		= "dcan1",
359 	.class		= &dra7xx_dcan_hwmod_class,
360 	.clkdm_name	= "wkupaon_clkdm",
361 	.main_clk	= "dcan1_sys_clk_mux",
362 	.prcm = {
363 		.omap4 = {
364 			.clkctrl_offs = DRA7XX_CM_WKUPAON_DCAN1_CLKCTRL_OFFSET,
365 			.context_offs = DRA7XX_RM_WKUPAON_DCAN1_CONTEXT_OFFSET,
366 			.modulemode   = MODULEMODE_SWCTRL,
367 		},
368 	},
369 };
370 
371 /* dcan2 */
372 static struct omap_hwmod dra7xx_dcan2_hwmod = {
373 	.name		= "dcan2",
374 	.class		= &dra7xx_dcan_hwmod_class,
375 	.clkdm_name	= "l4per2_clkdm",
376 	.main_clk	= "sys_clkin1",
377 	.prcm = {
378 		.omap4 = {
379 			.clkctrl_offs = DRA7XX_CM_L4PER2_DCAN2_CLKCTRL_OFFSET,
380 			.context_offs = DRA7XX_RM_L4PER2_DCAN2_CONTEXT_OFFSET,
381 			.modulemode   = MODULEMODE_SWCTRL,
382 		},
383 	},
384 };
385 
386 /* pwmss  */
387 static struct omap_hwmod_class_sysconfig dra7xx_epwmss_sysc = {
388 	.rev_offs	= 0x0,
389 	.sysc_offs	= 0x4,
390 	.sysc_flags	= SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET,
391 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
392 	.sysc_fields	= &omap_hwmod_sysc_type2,
393 };
394 
395 /*
396  * epwmss class
397  */
398 static struct omap_hwmod_class dra7xx_epwmss_hwmod_class = {
399 	.name		= "epwmss",
400 	.sysc		= &dra7xx_epwmss_sysc,
401 };
402 
403 /* epwmss0 */
404 static struct omap_hwmod dra7xx_epwmss0_hwmod = {
405 	.name		= "epwmss0",
406 	.class		= &dra7xx_epwmss_hwmod_class,
407 	.clkdm_name	= "l4per2_clkdm",
408 	.main_clk	= "l4_root_clk_div",
409 	.prcm		= {
410 		.omap4	= {
411 			.modulemode	= MODULEMODE_SWCTRL,
412 			.clkctrl_offs	= DRA7XX_CM_L4PER2_PWMSS1_CLKCTRL_OFFSET,
413 			.context_offs	= DRA7XX_RM_L4PER2_PWMSS1_CONTEXT_OFFSET,
414 		},
415 	},
416 };
417 
418 /* epwmss1 */
419 static struct omap_hwmod dra7xx_epwmss1_hwmod = {
420 	.name		= "epwmss1",
421 	.class		= &dra7xx_epwmss_hwmod_class,
422 	.clkdm_name	= "l4per2_clkdm",
423 	.main_clk	= "l4_root_clk_div",
424 	.prcm		= {
425 		.omap4	= {
426 			.modulemode	= MODULEMODE_SWCTRL,
427 			.clkctrl_offs	= DRA7XX_CM_L4PER2_PWMSS2_CLKCTRL_OFFSET,
428 			.context_offs	= DRA7XX_RM_L4PER2_PWMSS2_CONTEXT_OFFSET,
429 		},
430 	},
431 };
432 
433 /* epwmss2 */
434 static struct omap_hwmod dra7xx_epwmss2_hwmod = {
435 	.name		= "epwmss2",
436 	.class		= &dra7xx_epwmss_hwmod_class,
437 	.clkdm_name	= "l4per2_clkdm",
438 	.main_clk	= "l4_root_clk_div",
439 	.prcm		= {
440 		.omap4	= {
441 			.modulemode	= MODULEMODE_SWCTRL,
442 			.clkctrl_offs	= DRA7XX_CM_L4PER2_PWMSS3_CLKCTRL_OFFSET,
443 			.context_offs	= DRA7XX_RM_L4PER2_PWMSS3_CONTEXT_OFFSET,
444 		},
445 	},
446 };
447 
448 /*
449  * 'dma' class
450  *
451  */
452 
453 static struct omap_hwmod_class_sysconfig dra7xx_dma_sysc = {
454 	.rev_offs	= 0x0000,
455 	.sysc_offs	= 0x002c,
456 	.syss_offs	= 0x0028,
457 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
458 			   SYSC_HAS_EMUFREE | SYSC_HAS_MIDLEMODE |
459 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
460 			   SYSS_HAS_RESET_STATUS),
461 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
462 			   SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
463 			   MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
464 	.sysc_fields	= &omap_hwmod_sysc_type1,
465 };
466 
467 static struct omap_hwmod_class dra7xx_dma_hwmod_class = {
468 	.name	= "dma",
469 	.sysc	= &dra7xx_dma_sysc,
470 };
471 
472 /* dma dev_attr */
473 static struct omap_dma_dev_attr dma_dev_attr = {
474 	.dev_caps	= RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
475 			  IS_CSSA_32 | IS_CDSA_32 | IS_RW_PRIORITY,
476 	.lch_count	= 32,
477 };
478 
479 /* dma_system */
480 static struct omap_hwmod dra7xx_dma_system_hwmod = {
481 	.name		= "dma_system",
482 	.class		= &dra7xx_dma_hwmod_class,
483 	.clkdm_name	= "dma_clkdm",
484 	.main_clk	= "l3_iclk_div",
485 	.prcm = {
486 		.omap4 = {
487 			.clkctrl_offs = DRA7XX_CM_DMA_DMA_SYSTEM_CLKCTRL_OFFSET,
488 			.context_offs = DRA7XX_RM_DMA_DMA_SYSTEM_CONTEXT_OFFSET,
489 		},
490 	},
491 	.dev_attr	= &dma_dev_attr,
492 };
493 
494 /*
495  * 'tpcc' class
496  *
497  */
498 static struct omap_hwmod_class dra7xx_tpcc_hwmod_class = {
499 	.name		= "tpcc",
500 };
501 
502 static struct omap_hwmod dra7xx_tpcc_hwmod = {
503 	.name		= "tpcc",
504 	.class		= &dra7xx_tpcc_hwmod_class,
505 	.clkdm_name	= "l3main1_clkdm",
506 	.main_clk	= "l3_iclk_div",
507 	.prcm		= {
508 		.omap4	= {
509 			.clkctrl_offs = DRA7XX_CM_L3MAIN1_TPCC_CLKCTRL_OFFSET,
510 			.context_offs = DRA7XX_RM_L3MAIN1_TPCC_CONTEXT_OFFSET,
511 		},
512 	},
513 };
514 
515 /*
516  * 'tptc' class
517  *
518  */
519 static struct omap_hwmod_class dra7xx_tptc_hwmod_class = {
520 	.name		= "tptc",
521 };
522 
523 /* tptc0 */
524 static struct omap_hwmod dra7xx_tptc0_hwmod = {
525 	.name		= "tptc0",
526 	.class		= &dra7xx_tptc_hwmod_class,
527 	.clkdm_name	= "l3main1_clkdm",
528 	.flags		= HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
529 	.main_clk	= "l3_iclk_div",
530 	.prcm		= {
531 		.omap4	= {
532 			.clkctrl_offs = DRA7XX_CM_L3MAIN1_TPTC1_CLKCTRL_OFFSET,
533 			.context_offs = DRA7XX_RM_L3MAIN1_TPTC1_CONTEXT_OFFSET,
534 			.modulemode   = MODULEMODE_HWCTRL,
535 		},
536 	},
537 };
538 
539 /* tptc1 */
540 static struct omap_hwmod dra7xx_tptc1_hwmod = {
541 	.name		= "tptc1",
542 	.class		= &dra7xx_tptc_hwmod_class,
543 	.clkdm_name	= "l3main1_clkdm",
544 	.flags		= HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
545 	.main_clk	= "l3_iclk_div",
546 	.prcm		= {
547 		.omap4	= {
548 			.clkctrl_offs = DRA7XX_CM_L3MAIN1_TPTC2_CLKCTRL_OFFSET,
549 			.context_offs = DRA7XX_RM_L3MAIN1_TPTC2_CONTEXT_OFFSET,
550 			.modulemode   = MODULEMODE_HWCTRL,
551 		},
552 	},
553 };
554 
555 /*
556  * 'dss' class
557  *
558  */
559 
560 static struct omap_hwmod_class_sysconfig dra7xx_dss_sysc = {
561 	.rev_offs	= 0x0000,
562 	.syss_offs	= 0x0014,
563 	.sysc_flags	= SYSS_HAS_RESET_STATUS,
564 };
565 
566 static struct omap_hwmod_class dra7xx_dss_hwmod_class = {
567 	.name	= "dss",
568 	.sysc	= &dra7xx_dss_sysc,
569 	.reset	= omap_dss_reset,
570 };
571 
572 /* dss */
573 static struct omap_hwmod_dma_info dra7xx_dss_sdma_reqs[] = {
574 	{ .dma_req = 75 + DRA7XX_DMA_REQ_START },
575 	{ .dma_req = -1 }
576 };
577 
578 static struct omap_hwmod_opt_clk dss_opt_clks[] = {
579 	{ .role = "dss_clk", .clk = "dss_dss_clk" },
580 	{ .role = "hdmi_phy_clk", .clk = "dss_48mhz_clk" },
581 	{ .role = "32khz_clk", .clk = "dss_32khz_clk" },
582 	{ .role = "video2_clk", .clk = "dss_video2_clk" },
583 	{ .role = "video1_clk", .clk = "dss_video1_clk" },
584 	{ .role = "hdmi_clk", .clk = "dss_hdmi_clk" },
585 	{ .role = "hdcp_clk", .clk = "dss_deshdcp_clk" },
586 };
587 
588 static struct omap_hwmod dra7xx_dss_hwmod = {
589 	.name		= "dss_core",
590 	.class		= &dra7xx_dss_hwmod_class,
591 	.clkdm_name	= "dss_clkdm",
592 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
593 	.sdma_reqs	= dra7xx_dss_sdma_reqs,
594 	.main_clk	= "dss_dss_clk",
595 	.prcm = {
596 		.omap4 = {
597 			.clkctrl_offs = DRA7XX_CM_DSS_DSS_CLKCTRL_OFFSET,
598 			.context_offs = DRA7XX_RM_DSS_DSS_CONTEXT_OFFSET,
599 			.modulemode   = MODULEMODE_SWCTRL,
600 		},
601 	},
602 	.opt_clks	= dss_opt_clks,
603 	.opt_clks_cnt	= ARRAY_SIZE(dss_opt_clks),
604 };
605 
606 /*
607  * 'dispc' class
608  * display controller
609  */
610 
611 static struct omap_hwmod_class_sysconfig dra7xx_dispc_sysc = {
612 	.rev_offs	= 0x0000,
613 	.sysc_offs	= 0x0010,
614 	.syss_offs	= 0x0014,
615 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
616 			   SYSC_HAS_ENAWAKEUP | SYSC_HAS_MIDLEMODE |
617 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
618 			   SYSS_HAS_RESET_STATUS),
619 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
620 			   MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
621 	.sysc_fields	= &omap_hwmod_sysc_type1,
622 };
623 
624 static struct omap_hwmod_class dra7xx_dispc_hwmod_class = {
625 	.name	= "dispc",
626 	.sysc	= &dra7xx_dispc_sysc,
627 };
628 
629 /* dss_dispc */
630 /* dss_dispc dev_attr */
631 static struct omap_dss_dispc_dev_attr dss_dispc_dev_attr = {
632 	.has_framedonetv_irq	= 1,
633 	.manager_count		= 4,
634 };
635 
636 static struct omap_hwmod dra7xx_dss_dispc_hwmod = {
637 	.name		= "dss_dispc",
638 	.class		= &dra7xx_dispc_hwmod_class,
639 	.clkdm_name	= "dss_clkdm",
640 	.main_clk	= "dss_dss_clk",
641 	.prcm = {
642 		.omap4 = {
643 			.clkctrl_offs = DRA7XX_CM_DSS_DSS_CLKCTRL_OFFSET,
644 			.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
645 		},
646 	},
647 	.dev_attr	= &dss_dispc_dev_attr,
648 	.parent_hwmod	= &dra7xx_dss_hwmod,
649 };
650 
651 /*
652  * 'hdmi' class
653  * hdmi controller
654  */
655 
656 static struct omap_hwmod_class_sysconfig dra7xx_hdmi_sysc = {
657 	.rev_offs	= 0x0000,
658 	.sysc_offs	= 0x0010,
659 	.sysc_flags	= (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
660 			   SYSC_HAS_SOFTRESET),
661 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
662 			   SIDLE_SMART_WKUP),
663 	.sysc_fields	= &omap_hwmod_sysc_type2,
664 };
665 
666 static struct omap_hwmod_class dra7xx_hdmi_hwmod_class = {
667 	.name	= "hdmi",
668 	.sysc	= &dra7xx_hdmi_sysc,
669 };
670 
671 /* dss_hdmi */
672 
673 static struct omap_hwmod_opt_clk dss_hdmi_opt_clks[] = {
674 	{ .role = "sys_clk", .clk = "dss_hdmi_clk" },
675 };
676 
677 static struct omap_hwmod dra7xx_dss_hdmi_hwmod = {
678 	.name		= "dss_hdmi",
679 	.class		= &dra7xx_hdmi_hwmod_class,
680 	.clkdm_name	= "dss_clkdm",
681 	.main_clk	= "dss_48mhz_clk",
682 	.prcm = {
683 		.omap4 = {
684 			.clkctrl_offs = DRA7XX_CM_DSS_DSS_CLKCTRL_OFFSET,
685 			.flags = HWMOD_OMAP4_NO_CONTEXT_LOSS_BIT,
686 		},
687 	},
688 	.opt_clks	= dss_hdmi_opt_clks,
689 	.opt_clks_cnt	= ARRAY_SIZE(dss_hdmi_opt_clks),
690 	.parent_hwmod	= &dra7xx_dss_hwmod,
691 };
692 
693 /*
694  * 'elm' class
695  *
696  */
697 
698 static struct omap_hwmod_class_sysconfig dra7xx_elm_sysc = {
699 	.rev_offs	= 0x0000,
700 	.sysc_offs	= 0x0010,
701 	.syss_offs	= 0x0014,
702 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
703 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
704 			   SYSS_HAS_RESET_STATUS),
705 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
706 			   SIDLE_SMART_WKUP),
707 	.sysc_fields	= &omap_hwmod_sysc_type1,
708 };
709 
710 static struct omap_hwmod_class dra7xx_elm_hwmod_class = {
711 	.name	= "elm",
712 	.sysc	= &dra7xx_elm_sysc,
713 };
714 
715 /* elm */
716 
717 static struct omap_hwmod dra7xx_elm_hwmod = {
718 	.name		= "elm",
719 	.class		= &dra7xx_elm_hwmod_class,
720 	.clkdm_name	= "l4per_clkdm",
721 	.main_clk	= "l3_iclk_div",
722 	.prcm = {
723 		.omap4 = {
724 			.clkctrl_offs = DRA7XX_CM_L4PER_ELM_CLKCTRL_OFFSET,
725 			.context_offs = DRA7XX_RM_L4PER_ELM_CONTEXT_OFFSET,
726 		},
727 	},
728 };
729 
730 /*
731  * 'gpio' class
732  *
733  */
734 
735 static struct omap_hwmod_class_sysconfig dra7xx_gpio_sysc = {
736 	.rev_offs	= 0x0000,
737 	.sysc_offs	= 0x0010,
738 	.syss_offs	= 0x0114,
739 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_ENAWAKEUP |
740 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
741 			   SYSS_HAS_RESET_STATUS),
742 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
743 			   SIDLE_SMART_WKUP),
744 	.sysc_fields	= &omap_hwmod_sysc_type1,
745 };
746 
747 static struct omap_hwmod_class dra7xx_gpio_hwmod_class = {
748 	.name	= "gpio",
749 	.sysc	= &dra7xx_gpio_sysc,
750 	.rev	= 2,
751 };
752 
753 /* gpio dev_attr */
754 static struct omap_gpio_dev_attr gpio_dev_attr = {
755 	.bank_width	= 32,
756 	.dbck_flag	= true,
757 };
758 
759 /* gpio1 */
760 static struct omap_hwmod_opt_clk gpio1_opt_clks[] = {
761 	{ .role = "dbclk", .clk = "gpio1_dbclk" },
762 };
763 
764 static struct omap_hwmod dra7xx_gpio1_hwmod = {
765 	.name		= "gpio1",
766 	.class		= &dra7xx_gpio_hwmod_class,
767 	.clkdm_name	= "wkupaon_clkdm",
768 	.main_clk	= "wkupaon_iclk_mux",
769 	.prcm = {
770 		.omap4 = {
771 			.clkctrl_offs = DRA7XX_CM_WKUPAON_GPIO1_CLKCTRL_OFFSET,
772 			.context_offs = DRA7XX_RM_WKUPAON_GPIO1_CONTEXT_OFFSET,
773 			.modulemode   = MODULEMODE_HWCTRL,
774 		},
775 	},
776 	.opt_clks	= gpio1_opt_clks,
777 	.opt_clks_cnt	= ARRAY_SIZE(gpio1_opt_clks),
778 	.dev_attr	= &gpio_dev_attr,
779 };
780 
781 /* gpio2 */
782 static struct omap_hwmod_opt_clk gpio2_opt_clks[] = {
783 	{ .role = "dbclk", .clk = "gpio2_dbclk" },
784 };
785 
786 static struct omap_hwmod dra7xx_gpio2_hwmod = {
787 	.name		= "gpio2",
788 	.class		= &dra7xx_gpio_hwmod_class,
789 	.clkdm_name	= "l4per_clkdm",
790 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
791 	.main_clk	= "l3_iclk_div",
792 	.prcm = {
793 		.omap4 = {
794 			.clkctrl_offs = DRA7XX_CM_L4PER_GPIO2_CLKCTRL_OFFSET,
795 			.context_offs = DRA7XX_RM_L4PER_GPIO2_CONTEXT_OFFSET,
796 			.modulemode   = MODULEMODE_HWCTRL,
797 		},
798 	},
799 	.opt_clks	= gpio2_opt_clks,
800 	.opt_clks_cnt	= ARRAY_SIZE(gpio2_opt_clks),
801 	.dev_attr	= &gpio_dev_attr,
802 };
803 
804 /* gpio3 */
805 static struct omap_hwmod_opt_clk gpio3_opt_clks[] = {
806 	{ .role = "dbclk", .clk = "gpio3_dbclk" },
807 };
808 
809 static struct omap_hwmod dra7xx_gpio3_hwmod = {
810 	.name		= "gpio3",
811 	.class		= &dra7xx_gpio_hwmod_class,
812 	.clkdm_name	= "l4per_clkdm",
813 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
814 	.main_clk	= "l3_iclk_div",
815 	.prcm = {
816 		.omap4 = {
817 			.clkctrl_offs = DRA7XX_CM_L4PER_GPIO3_CLKCTRL_OFFSET,
818 			.context_offs = DRA7XX_RM_L4PER_GPIO3_CONTEXT_OFFSET,
819 			.modulemode   = MODULEMODE_HWCTRL,
820 		},
821 	},
822 	.opt_clks	= gpio3_opt_clks,
823 	.opt_clks_cnt	= ARRAY_SIZE(gpio3_opt_clks),
824 	.dev_attr	= &gpio_dev_attr,
825 };
826 
827 /* gpio4 */
828 static struct omap_hwmod_opt_clk gpio4_opt_clks[] = {
829 	{ .role = "dbclk", .clk = "gpio4_dbclk" },
830 };
831 
832 static struct omap_hwmod dra7xx_gpio4_hwmod = {
833 	.name		= "gpio4",
834 	.class		= &dra7xx_gpio_hwmod_class,
835 	.clkdm_name	= "l4per_clkdm",
836 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
837 	.main_clk	= "l3_iclk_div",
838 	.prcm = {
839 		.omap4 = {
840 			.clkctrl_offs = DRA7XX_CM_L4PER_GPIO4_CLKCTRL_OFFSET,
841 			.context_offs = DRA7XX_RM_L4PER_GPIO4_CONTEXT_OFFSET,
842 			.modulemode   = MODULEMODE_HWCTRL,
843 		},
844 	},
845 	.opt_clks	= gpio4_opt_clks,
846 	.opt_clks_cnt	= ARRAY_SIZE(gpio4_opt_clks),
847 	.dev_attr	= &gpio_dev_attr,
848 };
849 
850 /* gpio5 */
851 static struct omap_hwmod_opt_clk gpio5_opt_clks[] = {
852 	{ .role = "dbclk", .clk = "gpio5_dbclk" },
853 };
854 
855 static struct omap_hwmod dra7xx_gpio5_hwmod = {
856 	.name		= "gpio5",
857 	.class		= &dra7xx_gpio_hwmod_class,
858 	.clkdm_name	= "l4per_clkdm",
859 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
860 	.main_clk	= "l3_iclk_div",
861 	.prcm = {
862 		.omap4 = {
863 			.clkctrl_offs = DRA7XX_CM_L4PER_GPIO5_CLKCTRL_OFFSET,
864 			.context_offs = DRA7XX_RM_L4PER_GPIO5_CONTEXT_OFFSET,
865 			.modulemode   = MODULEMODE_HWCTRL,
866 		},
867 	},
868 	.opt_clks	= gpio5_opt_clks,
869 	.opt_clks_cnt	= ARRAY_SIZE(gpio5_opt_clks),
870 	.dev_attr	= &gpio_dev_attr,
871 };
872 
873 /* gpio6 */
874 static struct omap_hwmod_opt_clk gpio6_opt_clks[] = {
875 	{ .role = "dbclk", .clk = "gpio6_dbclk" },
876 };
877 
878 static struct omap_hwmod dra7xx_gpio6_hwmod = {
879 	.name		= "gpio6",
880 	.class		= &dra7xx_gpio_hwmod_class,
881 	.clkdm_name	= "l4per_clkdm",
882 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
883 	.main_clk	= "l3_iclk_div",
884 	.prcm = {
885 		.omap4 = {
886 			.clkctrl_offs = DRA7XX_CM_L4PER_GPIO6_CLKCTRL_OFFSET,
887 			.context_offs = DRA7XX_RM_L4PER_GPIO6_CONTEXT_OFFSET,
888 			.modulemode   = MODULEMODE_HWCTRL,
889 		},
890 	},
891 	.opt_clks	= gpio6_opt_clks,
892 	.opt_clks_cnt	= ARRAY_SIZE(gpio6_opt_clks),
893 	.dev_attr	= &gpio_dev_attr,
894 };
895 
896 /* gpio7 */
897 static struct omap_hwmod_opt_clk gpio7_opt_clks[] = {
898 	{ .role = "dbclk", .clk = "gpio7_dbclk" },
899 };
900 
901 static struct omap_hwmod dra7xx_gpio7_hwmod = {
902 	.name		= "gpio7",
903 	.class		= &dra7xx_gpio_hwmod_class,
904 	.clkdm_name	= "l4per_clkdm",
905 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
906 	.main_clk	= "l3_iclk_div",
907 	.prcm = {
908 		.omap4 = {
909 			.clkctrl_offs = DRA7XX_CM_L4PER_GPIO7_CLKCTRL_OFFSET,
910 			.context_offs = DRA7XX_RM_L4PER_GPIO7_CONTEXT_OFFSET,
911 			.modulemode   = MODULEMODE_HWCTRL,
912 		},
913 	},
914 	.opt_clks	= gpio7_opt_clks,
915 	.opt_clks_cnt	= ARRAY_SIZE(gpio7_opt_clks),
916 	.dev_attr	= &gpio_dev_attr,
917 };
918 
919 /* gpio8 */
920 static struct omap_hwmod_opt_clk gpio8_opt_clks[] = {
921 	{ .role = "dbclk", .clk = "gpio8_dbclk" },
922 };
923 
924 static struct omap_hwmod dra7xx_gpio8_hwmod = {
925 	.name		= "gpio8",
926 	.class		= &dra7xx_gpio_hwmod_class,
927 	.clkdm_name	= "l4per_clkdm",
928 	.flags		= HWMOD_CONTROL_OPT_CLKS_IN_RESET,
929 	.main_clk	= "l3_iclk_div",
930 	.prcm = {
931 		.omap4 = {
932 			.clkctrl_offs = DRA7XX_CM_L4PER_GPIO8_CLKCTRL_OFFSET,
933 			.context_offs = DRA7XX_RM_L4PER_GPIO8_CONTEXT_OFFSET,
934 			.modulemode   = MODULEMODE_HWCTRL,
935 		},
936 	},
937 	.opt_clks	= gpio8_opt_clks,
938 	.opt_clks_cnt	= ARRAY_SIZE(gpio8_opt_clks),
939 	.dev_attr	= &gpio_dev_attr,
940 };
941 
942 /*
943  * 'gpmc' class
944  *
945  */
946 
947 static struct omap_hwmod_class_sysconfig dra7xx_gpmc_sysc = {
948 	.rev_offs	= 0x0000,
949 	.sysc_offs	= 0x0010,
950 	.syss_offs	= 0x0014,
951 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
952 			   SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
953 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
954 	.sysc_fields	= &omap_hwmod_sysc_type1,
955 };
956 
957 static struct omap_hwmod_class dra7xx_gpmc_hwmod_class = {
958 	.name	= "gpmc",
959 	.sysc	= &dra7xx_gpmc_sysc,
960 };
961 
962 /* gpmc */
963 
964 static struct omap_hwmod dra7xx_gpmc_hwmod = {
965 	.name		= "gpmc",
966 	.class		= &dra7xx_gpmc_hwmod_class,
967 	.clkdm_name	= "l3main1_clkdm",
968 	/* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */
969 	.flags		= DEBUG_OMAP_GPMC_HWMOD_FLAGS,
970 	.main_clk	= "l3_iclk_div",
971 	.prcm = {
972 		.omap4 = {
973 			.clkctrl_offs = DRA7XX_CM_L3MAIN1_GPMC_CLKCTRL_OFFSET,
974 			.context_offs = DRA7XX_RM_L3MAIN1_GPMC_CONTEXT_OFFSET,
975 			.modulemode   = MODULEMODE_HWCTRL,
976 		},
977 	},
978 };
979 
980 /*
981  * 'hdq1w' class
982  *
983  */
984 
985 static struct omap_hwmod_class_sysconfig dra7xx_hdq1w_sysc = {
986 	.rev_offs	= 0x0000,
987 	.sysc_offs	= 0x0014,
988 	.syss_offs	= 0x0018,
989 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_SOFTRESET |
990 			   SYSS_HAS_RESET_STATUS),
991 	.sysc_fields	= &omap_hwmod_sysc_type1,
992 };
993 
994 static struct omap_hwmod_class dra7xx_hdq1w_hwmod_class = {
995 	.name	= "hdq1w",
996 	.sysc	= &dra7xx_hdq1w_sysc,
997 };
998 
999 /* hdq1w */
1000 
1001 static struct omap_hwmod dra7xx_hdq1w_hwmod = {
1002 	.name		= "hdq1w",
1003 	.class		= &dra7xx_hdq1w_hwmod_class,
1004 	.clkdm_name	= "l4per_clkdm",
1005 	.flags		= HWMOD_INIT_NO_RESET,
1006 	.main_clk	= "func_12m_fclk",
1007 	.prcm = {
1008 		.omap4 = {
1009 			.clkctrl_offs = DRA7XX_CM_L4PER_HDQ1W_CLKCTRL_OFFSET,
1010 			.context_offs = DRA7XX_RM_L4PER_HDQ1W_CONTEXT_OFFSET,
1011 			.modulemode   = MODULEMODE_SWCTRL,
1012 		},
1013 	},
1014 };
1015 
1016 /*
1017  * 'i2c' class
1018  *
1019  */
1020 
1021 static struct omap_hwmod_class_sysconfig dra7xx_i2c_sysc = {
1022 	.sysc_offs	= 0x0010,
1023 	.syss_offs	= 0x0090,
1024 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
1025 			   SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
1026 			   SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
1027 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1028 			   SIDLE_SMART_WKUP),
1029 	.clockact	= CLOCKACT_TEST_ICLK,
1030 	.sysc_fields	= &omap_hwmod_sysc_type1,
1031 };
1032 
1033 static struct omap_hwmod_class dra7xx_i2c_hwmod_class = {
1034 	.name	= "i2c",
1035 	.sysc	= &dra7xx_i2c_sysc,
1036 	.reset	= &omap_i2c_reset,
1037 	.rev	= OMAP_I2C_IP_VERSION_2,
1038 };
1039 
1040 /* i2c dev_attr */
1041 static struct omap_i2c_dev_attr i2c_dev_attr = {
1042 	.flags	= OMAP_I2C_FLAG_BUS_SHIFT_NONE,
1043 };
1044 
1045 /* i2c1 */
1046 static struct omap_hwmod dra7xx_i2c1_hwmod = {
1047 	.name		= "i2c1",
1048 	.class		= &dra7xx_i2c_hwmod_class,
1049 	.clkdm_name	= "l4per_clkdm",
1050 	.flags		= HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
1051 	.main_clk	= "func_96m_fclk",
1052 	.prcm = {
1053 		.omap4 = {
1054 			.clkctrl_offs = DRA7XX_CM_L4PER_I2C1_CLKCTRL_OFFSET,
1055 			.context_offs = DRA7XX_RM_L4PER_I2C1_CONTEXT_OFFSET,
1056 			.modulemode   = MODULEMODE_SWCTRL,
1057 		},
1058 	},
1059 	.dev_attr	= &i2c_dev_attr,
1060 };
1061 
1062 /* i2c2 */
1063 static struct omap_hwmod dra7xx_i2c2_hwmod = {
1064 	.name		= "i2c2",
1065 	.class		= &dra7xx_i2c_hwmod_class,
1066 	.clkdm_name	= "l4per_clkdm",
1067 	.flags		= HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
1068 	.main_clk	= "func_96m_fclk",
1069 	.prcm = {
1070 		.omap4 = {
1071 			.clkctrl_offs = DRA7XX_CM_L4PER_I2C2_CLKCTRL_OFFSET,
1072 			.context_offs = DRA7XX_RM_L4PER_I2C2_CONTEXT_OFFSET,
1073 			.modulemode   = MODULEMODE_SWCTRL,
1074 		},
1075 	},
1076 	.dev_attr	= &i2c_dev_attr,
1077 };
1078 
1079 /* i2c3 */
1080 static struct omap_hwmod dra7xx_i2c3_hwmod = {
1081 	.name		= "i2c3",
1082 	.class		= &dra7xx_i2c_hwmod_class,
1083 	.clkdm_name	= "l4per_clkdm",
1084 	.flags		= HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
1085 	.main_clk	= "func_96m_fclk",
1086 	.prcm = {
1087 		.omap4 = {
1088 			.clkctrl_offs = DRA7XX_CM_L4PER_I2C3_CLKCTRL_OFFSET,
1089 			.context_offs = DRA7XX_RM_L4PER_I2C3_CONTEXT_OFFSET,
1090 			.modulemode   = MODULEMODE_SWCTRL,
1091 		},
1092 	},
1093 	.dev_attr	= &i2c_dev_attr,
1094 };
1095 
1096 /* i2c4 */
1097 static struct omap_hwmod dra7xx_i2c4_hwmod = {
1098 	.name		= "i2c4",
1099 	.class		= &dra7xx_i2c_hwmod_class,
1100 	.clkdm_name	= "l4per_clkdm",
1101 	.flags		= HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
1102 	.main_clk	= "func_96m_fclk",
1103 	.prcm = {
1104 		.omap4 = {
1105 			.clkctrl_offs = DRA7XX_CM_L4PER_I2C4_CLKCTRL_OFFSET,
1106 			.context_offs = DRA7XX_RM_L4PER_I2C4_CONTEXT_OFFSET,
1107 			.modulemode   = MODULEMODE_SWCTRL,
1108 		},
1109 	},
1110 	.dev_attr	= &i2c_dev_attr,
1111 };
1112 
1113 /* i2c5 */
1114 static struct omap_hwmod dra7xx_i2c5_hwmod = {
1115 	.name		= "i2c5",
1116 	.class		= &dra7xx_i2c_hwmod_class,
1117 	.clkdm_name	= "ipu_clkdm",
1118 	.flags		= HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
1119 	.main_clk	= "func_96m_fclk",
1120 	.prcm = {
1121 		.omap4 = {
1122 			.clkctrl_offs = DRA7XX_CM_IPU_I2C5_CLKCTRL_OFFSET,
1123 			.context_offs = DRA7XX_RM_IPU_I2C5_CONTEXT_OFFSET,
1124 			.modulemode   = MODULEMODE_SWCTRL,
1125 		},
1126 	},
1127 	.dev_attr	= &i2c_dev_attr,
1128 };
1129 
1130 /*
1131  * 'mailbox' class
1132  *
1133  */
1134 
1135 static struct omap_hwmod_class_sysconfig dra7xx_mailbox_sysc = {
1136 	.rev_offs	= 0x0000,
1137 	.sysc_offs	= 0x0010,
1138 	.sysc_flags	= (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
1139 			   SYSC_HAS_SOFTRESET),
1140 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1141 	.sysc_fields	= &omap_hwmod_sysc_type2,
1142 };
1143 
1144 static struct omap_hwmod_class dra7xx_mailbox_hwmod_class = {
1145 	.name	= "mailbox",
1146 	.sysc	= &dra7xx_mailbox_sysc,
1147 };
1148 
1149 /* mailbox1 */
1150 static struct omap_hwmod dra7xx_mailbox1_hwmod = {
1151 	.name		= "mailbox1",
1152 	.class		= &dra7xx_mailbox_hwmod_class,
1153 	.clkdm_name	= "l4cfg_clkdm",
1154 	.prcm = {
1155 		.omap4 = {
1156 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX1_CLKCTRL_OFFSET,
1157 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX1_CONTEXT_OFFSET,
1158 		},
1159 	},
1160 };
1161 
1162 /* mailbox2 */
1163 static struct omap_hwmod dra7xx_mailbox2_hwmod = {
1164 	.name		= "mailbox2",
1165 	.class		= &dra7xx_mailbox_hwmod_class,
1166 	.clkdm_name	= "l4cfg_clkdm",
1167 	.prcm = {
1168 		.omap4 = {
1169 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX2_CLKCTRL_OFFSET,
1170 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX2_CONTEXT_OFFSET,
1171 		},
1172 	},
1173 };
1174 
1175 /* mailbox3 */
1176 static struct omap_hwmod dra7xx_mailbox3_hwmod = {
1177 	.name		= "mailbox3",
1178 	.class		= &dra7xx_mailbox_hwmod_class,
1179 	.clkdm_name	= "l4cfg_clkdm",
1180 	.prcm = {
1181 		.omap4 = {
1182 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX3_CLKCTRL_OFFSET,
1183 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX3_CONTEXT_OFFSET,
1184 		},
1185 	},
1186 };
1187 
1188 /* mailbox4 */
1189 static struct omap_hwmod dra7xx_mailbox4_hwmod = {
1190 	.name		= "mailbox4",
1191 	.class		= &dra7xx_mailbox_hwmod_class,
1192 	.clkdm_name	= "l4cfg_clkdm",
1193 	.prcm = {
1194 		.omap4 = {
1195 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX4_CLKCTRL_OFFSET,
1196 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX4_CONTEXT_OFFSET,
1197 		},
1198 	},
1199 };
1200 
1201 /* mailbox5 */
1202 static struct omap_hwmod dra7xx_mailbox5_hwmod = {
1203 	.name		= "mailbox5",
1204 	.class		= &dra7xx_mailbox_hwmod_class,
1205 	.clkdm_name	= "l4cfg_clkdm",
1206 	.prcm = {
1207 		.omap4 = {
1208 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX5_CLKCTRL_OFFSET,
1209 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX5_CONTEXT_OFFSET,
1210 		},
1211 	},
1212 };
1213 
1214 /* mailbox6 */
1215 static struct omap_hwmod dra7xx_mailbox6_hwmod = {
1216 	.name		= "mailbox6",
1217 	.class		= &dra7xx_mailbox_hwmod_class,
1218 	.clkdm_name	= "l4cfg_clkdm",
1219 	.prcm = {
1220 		.omap4 = {
1221 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX6_CLKCTRL_OFFSET,
1222 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX6_CONTEXT_OFFSET,
1223 		},
1224 	},
1225 };
1226 
1227 /* mailbox7 */
1228 static struct omap_hwmod dra7xx_mailbox7_hwmod = {
1229 	.name		= "mailbox7",
1230 	.class		= &dra7xx_mailbox_hwmod_class,
1231 	.clkdm_name	= "l4cfg_clkdm",
1232 	.prcm = {
1233 		.omap4 = {
1234 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX7_CLKCTRL_OFFSET,
1235 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX7_CONTEXT_OFFSET,
1236 		},
1237 	},
1238 };
1239 
1240 /* mailbox8 */
1241 static struct omap_hwmod dra7xx_mailbox8_hwmod = {
1242 	.name		= "mailbox8",
1243 	.class		= &dra7xx_mailbox_hwmod_class,
1244 	.clkdm_name	= "l4cfg_clkdm",
1245 	.prcm = {
1246 		.omap4 = {
1247 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX8_CLKCTRL_OFFSET,
1248 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX8_CONTEXT_OFFSET,
1249 		},
1250 	},
1251 };
1252 
1253 /* mailbox9 */
1254 static struct omap_hwmod dra7xx_mailbox9_hwmod = {
1255 	.name		= "mailbox9",
1256 	.class		= &dra7xx_mailbox_hwmod_class,
1257 	.clkdm_name	= "l4cfg_clkdm",
1258 	.prcm = {
1259 		.omap4 = {
1260 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX9_CLKCTRL_OFFSET,
1261 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX9_CONTEXT_OFFSET,
1262 		},
1263 	},
1264 };
1265 
1266 /* mailbox10 */
1267 static struct omap_hwmod dra7xx_mailbox10_hwmod = {
1268 	.name		= "mailbox10",
1269 	.class		= &dra7xx_mailbox_hwmod_class,
1270 	.clkdm_name	= "l4cfg_clkdm",
1271 	.prcm = {
1272 		.omap4 = {
1273 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX10_CLKCTRL_OFFSET,
1274 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX10_CONTEXT_OFFSET,
1275 		},
1276 	},
1277 };
1278 
1279 /* mailbox11 */
1280 static struct omap_hwmod dra7xx_mailbox11_hwmod = {
1281 	.name		= "mailbox11",
1282 	.class		= &dra7xx_mailbox_hwmod_class,
1283 	.clkdm_name	= "l4cfg_clkdm",
1284 	.prcm = {
1285 		.omap4 = {
1286 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX11_CLKCTRL_OFFSET,
1287 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX11_CONTEXT_OFFSET,
1288 		},
1289 	},
1290 };
1291 
1292 /* mailbox12 */
1293 static struct omap_hwmod dra7xx_mailbox12_hwmod = {
1294 	.name		= "mailbox12",
1295 	.class		= &dra7xx_mailbox_hwmod_class,
1296 	.clkdm_name	= "l4cfg_clkdm",
1297 	.prcm = {
1298 		.omap4 = {
1299 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX12_CLKCTRL_OFFSET,
1300 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX12_CONTEXT_OFFSET,
1301 		},
1302 	},
1303 };
1304 
1305 /* mailbox13 */
1306 static struct omap_hwmod dra7xx_mailbox13_hwmod = {
1307 	.name		= "mailbox13",
1308 	.class		= &dra7xx_mailbox_hwmod_class,
1309 	.clkdm_name	= "l4cfg_clkdm",
1310 	.prcm = {
1311 		.omap4 = {
1312 			.clkctrl_offs = DRA7XX_CM_L4CFG_MAILBOX13_CLKCTRL_OFFSET,
1313 			.context_offs = DRA7XX_RM_L4CFG_MAILBOX13_CONTEXT_OFFSET,
1314 		},
1315 	},
1316 };
1317 
1318 /*
1319  * 'mcspi' class
1320  *
1321  */
1322 
1323 static struct omap_hwmod_class_sysconfig dra7xx_mcspi_sysc = {
1324 	.rev_offs	= 0x0000,
1325 	.sysc_offs	= 0x0010,
1326 	.sysc_flags	= (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
1327 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
1328 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1329 			   SIDLE_SMART_WKUP),
1330 	.sysc_fields	= &omap_hwmod_sysc_type2,
1331 };
1332 
1333 static struct omap_hwmod_class dra7xx_mcspi_hwmod_class = {
1334 	.name	= "mcspi",
1335 	.sysc	= &dra7xx_mcspi_sysc,
1336 	.rev	= OMAP4_MCSPI_REV,
1337 };
1338 
1339 /* mcspi1 */
1340 /* mcspi1 dev_attr */
1341 static struct omap2_mcspi_dev_attr mcspi1_dev_attr = {
1342 	.num_chipselect	= 4,
1343 };
1344 
1345 static struct omap_hwmod dra7xx_mcspi1_hwmod = {
1346 	.name		= "mcspi1",
1347 	.class		= &dra7xx_mcspi_hwmod_class,
1348 	.clkdm_name	= "l4per_clkdm",
1349 	.main_clk	= "func_48m_fclk",
1350 	.prcm = {
1351 		.omap4 = {
1352 			.clkctrl_offs = DRA7XX_CM_L4PER_MCSPI1_CLKCTRL_OFFSET,
1353 			.context_offs = DRA7XX_RM_L4PER_MCSPI1_CONTEXT_OFFSET,
1354 			.modulemode   = MODULEMODE_SWCTRL,
1355 		},
1356 	},
1357 	.dev_attr	= &mcspi1_dev_attr,
1358 };
1359 
1360 /* mcspi2 */
1361 /* mcspi2 dev_attr */
1362 static struct omap2_mcspi_dev_attr mcspi2_dev_attr = {
1363 	.num_chipselect	= 2,
1364 };
1365 
1366 static struct omap_hwmod dra7xx_mcspi2_hwmod = {
1367 	.name		= "mcspi2",
1368 	.class		= &dra7xx_mcspi_hwmod_class,
1369 	.clkdm_name	= "l4per_clkdm",
1370 	.main_clk	= "func_48m_fclk",
1371 	.prcm = {
1372 		.omap4 = {
1373 			.clkctrl_offs = DRA7XX_CM_L4PER_MCSPI2_CLKCTRL_OFFSET,
1374 			.context_offs = DRA7XX_RM_L4PER_MCSPI2_CONTEXT_OFFSET,
1375 			.modulemode   = MODULEMODE_SWCTRL,
1376 		},
1377 	},
1378 	.dev_attr	= &mcspi2_dev_attr,
1379 };
1380 
1381 /* mcspi3 */
1382 /* mcspi3 dev_attr */
1383 static struct omap2_mcspi_dev_attr mcspi3_dev_attr = {
1384 	.num_chipselect	= 2,
1385 };
1386 
1387 static struct omap_hwmod dra7xx_mcspi3_hwmod = {
1388 	.name		= "mcspi3",
1389 	.class		= &dra7xx_mcspi_hwmod_class,
1390 	.clkdm_name	= "l4per_clkdm",
1391 	.main_clk	= "func_48m_fclk",
1392 	.prcm = {
1393 		.omap4 = {
1394 			.clkctrl_offs = DRA7XX_CM_L4PER_MCSPI3_CLKCTRL_OFFSET,
1395 			.context_offs = DRA7XX_RM_L4PER_MCSPI3_CONTEXT_OFFSET,
1396 			.modulemode   = MODULEMODE_SWCTRL,
1397 		},
1398 	},
1399 	.dev_attr	= &mcspi3_dev_attr,
1400 };
1401 
1402 /* mcspi4 */
1403 /* mcspi4 dev_attr */
1404 static struct omap2_mcspi_dev_attr mcspi4_dev_attr = {
1405 	.num_chipselect	= 1,
1406 };
1407 
1408 static struct omap_hwmod dra7xx_mcspi4_hwmod = {
1409 	.name		= "mcspi4",
1410 	.class		= &dra7xx_mcspi_hwmod_class,
1411 	.clkdm_name	= "l4per_clkdm",
1412 	.main_clk	= "func_48m_fclk",
1413 	.prcm = {
1414 		.omap4 = {
1415 			.clkctrl_offs = DRA7XX_CM_L4PER_MCSPI4_CLKCTRL_OFFSET,
1416 			.context_offs = DRA7XX_RM_L4PER_MCSPI4_CONTEXT_OFFSET,
1417 			.modulemode   = MODULEMODE_SWCTRL,
1418 		},
1419 	},
1420 	.dev_attr	= &mcspi4_dev_attr,
1421 };
1422 
1423 /*
1424  * 'mcasp' class
1425  *
1426  */
1427 static struct omap_hwmod_class_sysconfig dra7xx_mcasp_sysc = {
1428 	.sysc_offs	= 0x0004,
1429 	.sysc_flags	= SYSC_HAS_SIDLEMODE,
1430 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1431 	.sysc_fields	= &omap_hwmod_sysc_type3,
1432 };
1433 
1434 static struct omap_hwmod_class dra7xx_mcasp_hwmod_class = {
1435 	.name	= "mcasp",
1436 	.sysc	= &dra7xx_mcasp_sysc,
1437 };
1438 
1439 /* mcasp1 */
1440 static struct omap_hwmod_opt_clk mcasp1_opt_clks[] = {
1441 	{ .role = "ahclkx", .clk = "mcasp1_ahclkx_mux" },
1442 	{ .role = "ahclkr", .clk = "mcasp1_ahclkr_mux" },
1443 };
1444 
1445 static struct omap_hwmod dra7xx_mcasp1_hwmod = {
1446 	.name		= "mcasp1",
1447 	.class		= &dra7xx_mcasp_hwmod_class,
1448 	.clkdm_name	= "ipu_clkdm",
1449 	.main_clk	= "mcasp1_aux_gfclk_mux",
1450 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1451 	.prcm = {
1452 		.omap4 = {
1453 			.clkctrl_offs = DRA7XX_CM_IPU_MCASP1_CLKCTRL_OFFSET,
1454 			.context_offs = DRA7XX_RM_IPU_MCASP1_CONTEXT_OFFSET,
1455 			.modulemode   = MODULEMODE_SWCTRL,
1456 		},
1457 	},
1458 	.opt_clks	= mcasp1_opt_clks,
1459 	.opt_clks_cnt	= ARRAY_SIZE(mcasp1_opt_clks),
1460 };
1461 
1462 /* mcasp2 */
1463 static struct omap_hwmod_opt_clk mcasp2_opt_clks[] = {
1464 	{ .role = "ahclkx", .clk = "mcasp2_ahclkx_mux" },
1465 	{ .role = "ahclkr", .clk = "mcasp2_ahclkr_mux" },
1466 };
1467 
1468 static struct omap_hwmod dra7xx_mcasp2_hwmod = {
1469 	.name		= "mcasp2",
1470 	.class		= &dra7xx_mcasp_hwmod_class,
1471 	.clkdm_name	= "l4per2_clkdm",
1472 	.main_clk	= "mcasp2_aux_gfclk_mux",
1473 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1474 	.prcm = {
1475 		.omap4 = {
1476 			.clkctrl_offs = DRA7XX_CM_L4PER2_MCASP2_CLKCTRL_OFFSET,
1477 			.context_offs = DRA7XX_RM_L4PER2_MCASP2_CONTEXT_OFFSET,
1478 			.modulemode   = MODULEMODE_SWCTRL,
1479 		},
1480 	},
1481 	.opt_clks	= mcasp2_opt_clks,
1482 	.opt_clks_cnt	= ARRAY_SIZE(mcasp2_opt_clks),
1483 };
1484 
1485 /* mcasp3 */
1486 static struct omap_hwmod_opt_clk mcasp3_opt_clks[] = {
1487 	{ .role = "ahclkx", .clk = "mcasp3_ahclkx_mux" },
1488 };
1489 
1490 static struct omap_hwmod dra7xx_mcasp3_hwmod = {
1491 	.name		= "mcasp3",
1492 	.class		= &dra7xx_mcasp_hwmod_class,
1493 	.clkdm_name	= "l4per2_clkdm",
1494 	.main_clk	= "mcasp3_aux_gfclk_mux",
1495 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1496 	.prcm = {
1497 		.omap4 = {
1498 			.clkctrl_offs = DRA7XX_CM_L4PER2_MCASP3_CLKCTRL_OFFSET,
1499 			.context_offs = DRA7XX_RM_L4PER2_MCASP3_CONTEXT_OFFSET,
1500 			.modulemode   = MODULEMODE_SWCTRL,
1501 		},
1502 	},
1503 	.opt_clks	= mcasp3_opt_clks,
1504 	.opt_clks_cnt	= ARRAY_SIZE(mcasp3_opt_clks),
1505 };
1506 
1507 /* mcasp4 */
1508 static struct omap_hwmod_opt_clk mcasp4_opt_clks[] = {
1509 	{ .role = "ahclkx", .clk = "mcasp4_ahclkx_mux" },
1510 };
1511 
1512 static struct omap_hwmod dra7xx_mcasp4_hwmod = {
1513 	.name		= "mcasp4",
1514 	.class		= &dra7xx_mcasp_hwmod_class,
1515 	.clkdm_name	= "l4per2_clkdm",
1516 	.main_clk	= "mcasp4_aux_gfclk_mux",
1517 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1518 	.prcm = {
1519 		.omap4 = {
1520 			.clkctrl_offs = DRA7XX_CM_L4PER2_MCASP4_CLKCTRL_OFFSET,
1521 			.context_offs = DRA7XX_RM_L4PER2_MCASP4_CONTEXT_OFFSET,
1522 			.modulemode   = MODULEMODE_SWCTRL,
1523 		},
1524 	},
1525 	.opt_clks	= mcasp4_opt_clks,
1526 	.opt_clks_cnt	= ARRAY_SIZE(mcasp4_opt_clks),
1527 };
1528 
1529 /* mcasp5 */
1530 static struct omap_hwmod_opt_clk mcasp5_opt_clks[] = {
1531 	{ .role = "ahclkx", .clk = "mcasp5_ahclkx_mux" },
1532 };
1533 
1534 static struct omap_hwmod dra7xx_mcasp5_hwmod = {
1535 	.name		= "mcasp5",
1536 	.class		= &dra7xx_mcasp_hwmod_class,
1537 	.clkdm_name	= "l4per2_clkdm",
1538 	.main_clk	= "mcasp5_aux_gfclk_mux",
1539 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1540 	.prcm = {
1541 		.omap4 = {
1542 			.clkctrl_offs = DRA7XX_CM_L4PER2_MCASP5_CLKCTRL_OFFSET,
1543 			.context_offs = DRA7XX_RM_L4PER2_MCASP5_CONTEXT_OFFSET,
1544 			.modulemode   = MODULEMODE_SWCTRL,
1545 		},
1546 	},
1547 	.opt_clks	= mcasp5_opt_clks,
1548 	.opt_clks_cnt	= ARRAY_SIZE(mcasp5_opt_clks),
1549 };
1550 
1551 /* mcasp6 */
1552 static struct omap_hwmod_opt_clk mcasp6_opt_clks[] = {
1553 	{ .role = "ahclkx", .clk = "mcasp6_ahclkx_mux" },
1554 };
1555 
1556 static struct omap_hwmod dra7xx_mcasp6_hwmod = {
1557 	.name		= "mcasp6",
1558 	.class		= &dra7xx_mcasp_hwmod_class,
1559 	.clkdm_name	= "l4per2_clkdm",
1560 	.main_clk	= "mcasp6_aux_gfclk_mux",
1561 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1562 	.prcm = {
1563 		.omap4 = {
1564 			.clkctrl_offs = DRA7XX_CM_L4PER2_MCASP6_CLKCTRL_OFFSET,
1565 			.context_offs = DRA7XX_RM_L4PER2_MCASP6_CONTEXT_OFFSET,
1566 			.modulemode   = MODULEMODE_SWCTRL,
1567 		},
1568 	},
1569 	.opt_clks	= mcasp6_opt_clks,
1570 	.opt_clks_cnt	= ARRAY_SIZE(mcasp6_opt_clks),
1571 };
1572 
1573 /* mcasp7 */
1574 static struct omap_hwmod_opt_clk mcasp7_opt_clks[] = {
1575 	{ .role = "ahclkx", .clk = "mcasp7_ahclkx_mux" },
1576 };
1577 
1578 static struct omap_hwmod dra7xx_mcasp7_hwmod = {
1579 	.name		= "mcasp7",
1580 	.class		= &dra7xx_mcasp_hwmod_class,
1581 	.clkdm_name	= "l4per2_clkdm",
1582 	.main_clk	= "mcasp7_aux_gfclk_mux",
1583 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1584 	.prcm = {
1585 		.omap4 = {
1586 			.clkctrl_offs = DRA7XX_CM_L4PER2_MCASP7_CLKCTRL_OFFSET,
1587 			.context_offs = DRA7XX_RM_L4PER2_MCASP7_CONTEXT_OFFSET,
1588 			.modulemode   = MODULEMODE_SWCTRL,
1589 		},
1590 	},
1591 	.opt_clks	= mcasp7_opt_clks,
1592 	.opt_clks_cnt	= ARRAY_SIZE(mcasp7_opt_clks),
1593 };
1594 
1595 /* mcasp8 */
1596 static struct omap_hwmod_opt_clk mcasp8_opt_clks[] = {
1597 	{ .role = "ahclkx", .clk = "mcasp8_ahclkx_mux" },
1598 };
1599 
1600 static struct omap_hwmod dra7xx_mcasp8_hwmod = {
1601 	.name		= "mcasp8",
1602 	.class		= &dra7xx_mcasp_hwmod_class,
1603 	.clkdm_name	= "l4per2_clkdm",
1604 	.main_clk	= "mcasp8_aux_gfclk_mux",
1605 	.flags		= HWMOD_OPT_CLKS_NEEDED,
1606 	.prcm = {
1607 		.omap4 = {
1608 			.clkctrl_offs = DRA7XX_CM_L4PER2_MCASP8_CLKCTRL_OFFSET,
1609 			.context_offs = DRA7XX_RM_L4PER2_MCASP8_CONTEXT_OFFSET,
1610 			.modulemode   = MODULEMODE_SWCTRL,
1611 		},
1612 	},
1613 	.opt_clks	= mcasp8_opt_clks,
1614 	.opt_clks_cnt	= ARRAY_SIZE(mcasp8_opt_clks),
1615 };
1616 
1617 /*
1618  * 'mmc' class
1619  *
1620  */
1621 
1622 static struct omap_hwmod_class_sysconfig dra7xx_mmc_sysc = {
1623 	.rev_offs	= 0x0000,
1624 	.sysc_offs	= 0x0010,
1625 	.sysc_flags	= (SYSC_HAS_EMUFREE | SYSC_HAS_MIDLEMODE |
1626 			   SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
1627 			   SYSC_HAS_SOFTRESET),
1628 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1629 			   SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
1630 			   MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
1631 	.sysc_fields	= &omap_hwmod_sysc_type2,
1632 };
1633 
1634 static struct omap_hwmod_class dra7xx_mmc_hwmod_class = {
1635 	.name	= "mmc",
1636 	.sysc	= &dra7xx_mmc_sysc,
1637 };
1638 
1639 /* mmc1 */
1640 static struct omap_hwmod_opt_clk mmc1_opt_clks[] = {
1641 	{ .role = "clk32k", .clk = "mmc1_clk32k" },
1642 };
1643 
1644 /* mmc1 dev_attr */
1645 static struct omap_hsmmc_dev_attr mmc1_dev_attr = {
1646 	.flags	= OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
1647 };
1648 
1649 static struct omap_hwmod dra7xx_mmc1_hwmod = {
1650 	.name		= "mmc1",
1651 	.class		= &dra7xx_mmc_hwmod_class,
1652 	.clkdm_name	= "l3init_clkdm",
1653 	.main_clk	= "mmc1_fclk_div",
1654 	.prcm = {
1655 		.omap4 = {
1656 			.clkctrl_offs = DRA7XX_CM_L3INIT_MMC1_CLKCTRL_OFFSET,
1657 			.context_offs = DRA7XX_RM_L3INIT_MMC1_CONTEXT_OFFSET,
1658 			.modulemode   = MODULEMODE_SWCTRL,
1659 		},
1660 	},
1661 	.opt_clks	= mmc1_opt_clks,
1662 	.opt_clks_cnt	= ARRAY_SIZE(mmc1_opt_clks),
1663 	.dev_attr	= &mmc1_dev_attr,
1664 };
1665 
1666 /* mmc2 */
1667 static struct omap_hwmod_opt_clk mmc2_opt_clks[] = {
1668 	{ .role = "clk32k", .clk = "mmc2_clk32k" },
1669 };
1670 
1671 static struct omap_hwmod dra7xx_mmc2_hwmod = {
1672 	.name		= "mmc2",
1673 	.class		= &dra7xx_mmc_hwmod_class,
1674 	.clkdm_name	= "l3init_clkdm",
1675 	.main_clk	= "mmc2_fclk_div",
1676 	.prcm = {
1677 		.omap4 = {
1678 			.clkctrl_offs = DRA7XX_CM_L3INIT_MMC2_CLKCTRL_OFFSET,
1679 			.context_offs = DRA7XX_RM_L3INIT_MMC2_CONTEXT_OFFSET,
1680 			.modulemode   = MODULEMODE_SWCTRL,
1681 		},
1682 	},
1683 	.opt_clks	= mmc2_opt_clks,
1684 	.opt_clks_cnt	= ARRAY_SIZE(mmc2_opt_clks),
1685 };
1686 
1687 /* mmc3 */
1688 static struct omap_hwmod_opt_clk mmc3_opt_clks[] = {
1689 	{ .role = "clk32k", .clk = "mmc3_clk32k" },
1690 };
1691 
1692 static struct omap_hwmod dra7xx_mmc3_hwmod = {
1693 	.name		= "mmc3",
1694 	.class		= &dra7xx_mmc_hwmod_class,
1695 	.clkdm_name	= "l4per_clkdm",
1696 	.main_clk	= "mmc3_gfclk_div",
1697 	.prcm = {
1698 		.omap4 = {
1699 			.clkctrl_offs = DRA7XX_CM_L4PER_MMC3_CLKCTRL_OFFSET,
1700 			.context_offs = DRA7XX_RM_L4PER_MMC3_CONTEXT_OFFSET,
1701 			.modulemode   = MODULEMODE_SWCTRL,
1702 		},
1703 	},
1704 	.opt_clks	= mmc3_opt_clks,
1705 	.opt_clks_cnt	= ARRAY_SIZE(mmc3_opt_clks),
1706 };
1707 
1708 /* mmc4 */
1709 static struct omap_hwmod_opt_clk mmc4_opt_clks[] = {
1710 	{ .role = "clk32k", .clk = "mmc4_clk32k" },
1711 };
1712 
1713 static struct omap_hwmod dra7xx_mmc4_hwmod = {
1714 	.name		= "mmc4",
1715 	.class		= &dra7xx_mmc_hwmod_class,
1716 	.clkdm_name	= "l4per_clkdm",
1717 	.main_clk	= "mmc4_gfclk_div",
1718 	.prcm = {
1719 		.omap4 = {
1720 			.clkctrl_offs = DRA7XX_CM_L4PER_MMC4_CLKCTRL_OFFSET,
1721 			.context_offs = DRA7XX_RM_L4PER_MMC4_CONTEXT_OFFSET,
1722 			.modulemode   = MODULEMODE_SWCTRL,
1723 		},
1724 	},
1725 	.opt_clks	= mmc4_opt_clks,
1726 	.opt_clks_cnt	= ARRAY_SIZE(mmc4_opt_clks),
1727 };
1728 
1729 /*
1730  * 'mpu' class
1731  *
1732  */
1733 
1734 static struct omap_hwmod_class dra7xx_mpu_hwmod_class = {
1735 	.name	= "mpu",
1736 };
1737 
1738 /* mpu */
1739 static struct omap_hwmod dra7xx_mpu_hwmod = {
1740 	.name		= "mpu",
1741 	.class		= &dra7xx_mpu_hwmod_class,
1742 	.clkdm_name	= "mpu_clkdm",
1743 	.flags		= HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
1744 	.main_clk	= "dpll_mpu_m2_ck",
1745 	.prcm = {
1746 		.omap4 = {
1747 			.clkctrl_offs = DRA7XX_CM_MPU_MPU_CLKCTRL_OFFSET,
1748 			.context_offs = DRA7XX_RM_MPU_MPU_CONTEXT_OFFSET,
1749 		},
1750 	},
1751 };
1752 
1753 /*
1754  * 'ocp2scp' class
1755  *
1756  */
1757 
1758 static struct omap_hwmod_class_sysconfig dra7xx_ocp2scp_sysc = {
1759 	.rev_offs	= 0x0000,
1760 	.sysc_offs	= 0x0010,
1761 	.syss_offs	= 0x0014,
1762 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
1763 			   SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
1764 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1765 	.sysc_fields	= &omap_hwmod_sysc_type1,
1766 };
1767 
1768 static struct omap_hwmod_class dra7xx_ocp2scp_hwmod_class = {
1769 	.name	= "ocp2scp",
1770 	.sysc	= &dra7xx_ocp2scp_sysc,
1771 };
1772 
1773 /* ocp2scp1 */
1774 static struct omap_hwmod dra7xx_ocp2scp1_hwmod = {
1775 	.name		= "ocp2scp1",
1776 	.class		= &dra7xx_ocp2scp_hwmod_class,
1777 	.clkdm_name	= "l3init_clkdm",
1778 	.main_clk	= "l4_root_clk_div",
1779 	.prcm = {
1780 		.omap4 = {
1781 			.clkctrl_offs = DRA7XX_CM_L3INIT_OCP2SCP1_CLKCTRL_OFFSET,
1782 			.context_offs = DRA7XX_RM_L3INIT_OCP2SCP1_CONTEXT_OFFSET,
1783 			.modulemode   = MODULEMODE_HWCTRL,
1784 		},
1785 	},
1786 };
1787 
1788 /* ocp2scp3 */
1789 static struct omap_hwmod dra7xx_ocp2scp3_hwmod = {
1790 	.name		= "ocp2scp3",
1791 	.class		= &dra7xx_ocp2scp_hwmod_class,
1792 	.clkdm_name	= "l3init_clkdm",
1793 	.main_clk	= "l4_root_clk_div",
1794 	.prcm = {
1795 		.omap4 = {
1796 			.clkctrl_offs = DRA7XX_CM_L3INIT_OCP2SCP3_CLKCTRL_OFFSET,
1797 			.context_offs = DRA7XX_RM_L3INIT_OCP2SCP3_CONTEXT_OFFSET,
1798 			.modulemode   = MODULEMODE_HWCTRL,
1799 		},
1800 	},
1801 };
1802 
1803 /*
1804  * 'PCIE' class
1805  *
1806  */
1807 
1808 /*
1809  * As noted in documentation for _reset() in omap_hwmod.c, the stock reset
1810  * functionality of OMAP HWMOD layer does not deassert the hardreset lines
1811  * associated with an IP automatically leaving the driver to handle that
1812  * by itself. This does not work for PCIeSS which needs the reset lines
1813  * deasserted for the driver to start accessing registers.
1814  *
1815  * We use a PCIeSS HWMOD class specific reset handler to deassert the hardreset
1816  * lines after asserting them.
1817  */
dra7xx_pciess_reset(struct omap_hwmod * oh)1818 static int dra7xx_pciess_reset(struct omap_hwmod *oh)
1819 {
1820 	int i;
1821 
1822 	for (i = 0; i < oh->rst_lines_cnt; i++) {
1823 		omap_hwmod_assert_hardreset(oh, oh->rst_lines[i].name);
1824 		omap_hwmod_deassert_hardreset(oh, oh->rst_lines[i].name);
1825 	}
1826 
1827 	return 0;
1828 }
1829 
1830 static struct omap_hwmod_class dra7xx_pciess_hwmod_class = {
1831 	.name	= "pcie",
1832 	.reset	= dra7xx_pciess_reset,
1833 };
1834 
1835 /* pcie1 */
1836 static struct omap_hwmod_rst_info dra7xx_pciess1_resets[] = {
1837 	{ .name = "pcie", .rst_shift = 0 },
1838 };
1839 
1840 static struct omap_hwmod dra7xx_pciess1_hwmod = {
1841 	.name		= "pcie1",
1842 	.class		= &dra7xx_pciess_hwmod_class,
1843 	.clkdm_name	= "pcie_clkdm",
1844 	.rst_lines	= dra7xx_pciess1_resets,
1845 	.rst_lines_cnt	= ARRAY_SIZE(dra7xx_pciess1_resets),
1846 	.main_clk	= "l4_root_clk_div",
1847 	.prcm = {
1848 		.omap4 = {
1849 			.clkctrl_offs = DRA7XX_CM_L3INIT_PCIESS1_CLKCTRL_OFFSET,
1850 			.rstctrl_offs = DRA7XX_RM_L3INIT_PCIESS_RSTCTRL_OFFSET,
1851 			.context_offs = DRA7XX_RM_L3INIT_PCIESS1_CONTEXT_OFFSET,
1852 			.modulemode   = MODULEMODE_SWCTRL,
1853 		},
1854 	},
1855 };
1856 
1857 /* pcie2 */
1858 static struct omap_hwmod_rst_info dra7xx_pciess2_resets[] = {
1859 	{ .name = "pcie", .rst_shift = 1 },
1860 };
1861 
1862 /* pcie2 */
1863 static struct omap_hwmod dra7xx_pciess2_hwmod = {
1864 	.name		= "pcie2",
1865 	.class		= &dra7xx_pciess_hwmod_class,
1866 	.clkdm_name	= "pcie_clkdm",
1867 	.rst_lines	= dra7xx_pciess2_resets,
1868 	.rst_lines_cnt	= ARRAY_SIZE(dra7xx_pciess2_resets),
1869 	.main_clk	= "l4_root_clk_div",
1870 	.prcm = {
1871 		.omap4 = {
1872 			.clkctrl_offs = DRA7XX_CM_L3INIT_PCIESS2_CLKCTRL_OFFSET,
1873 			.rstctrl_offs = DRA7XX_RM_L3INIT_PCIESS_RSTCTRL_OFFSET,
1874 			.context_offs = DRA7XX_RM_L3INIT_PCIESS2_CONTEXT_OFFSET,
1875 			.modulemode   = MODULEMODE_SWCTRL,
1876 		},
1877 	},
1878 };
1879 
1880 /*
1881  * 'qspi' class
1882  *
1883  */
1884 
1885 static struct omap_hwmod_class_sysconfig dra7xx_qspi_sysc = {
1886 	.sysc_offs	= 0x0010,
1887 	.sysc_flags	= SYSC_HAS_SIDLEMODE,
1888 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1889 			   SIDLE_SMART_WKUP),
1890 	.sysc_fields	= &omap_hwmod_sysc_type2,
1891 };
1892 
1893 static struct omap_hwmod_class dra7xx_qspi_hwmod_class = {
1894 	.name	= "qspi",
1895 	.sysc	= &dra7xx_qspi_sysc,
1896 };
1897 
1898 /* qspi */
1899 static struct omap_hwmod dra7xx_qspi_hwmod = {
1900 	.name		= "qspi",
1901 	.class		= &dra7xx_qspi_hwmod_class,
1902 	.clkdm_name	= "l4per2_clkdm",
1903 	.main_clk	= "qspi_gfclk_div",
1904 	.prcm = {
1905 		.omap4 = {
1906 			.clkctrl_offs = DRA7XX_CM_L4PER2_QSPI_CLKCTRL_OFFSET,
1907 			.context_offs = DRA7XX_RM_L4PER2_QSPI_CONTEXT_OFFSET,
1908 			.modulemode   = MODULEMODE_SWCTRL,
1909 		},
1910 	},
1911 };
1912 
1913 /*
1914  * 'rtcss' class
1915  *
1916  */
1917 static struct omap_hwmod_class_sysconfig dra7xx_rtcss_sysc = {
1918 	.sysc_offs	= 0x0078,
1919 	.sysc_flags	= SYSC_HAS_SIDLEMODE,
1920 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1921 			   SIDLE_SMART_WKUP),
1922 	.sysc_fields	= &omap_hwmod_sysc_type3,
1923 };
1924 
1925 static struct omap_hwmod_class dra7xx_rtcss_hwmod_class = {
1926 	.name	= "rtcss",
1927 	.sysc	= &dra7xx_rtcss_sysc,
1928 	.unlock	= &omap_hwmod_rtc_unlock,
1929 	.lock	= &omap_hwmod_rtc_lock,
1930 };
1931 
1932 /* rtcss */
1933 static struct omap_hwmod dra7xx_rtcss_hwmod = {
1934 	.name		= "rtcss",
1935 	.class		= &dra7xx_rtcss_hwmod_class,
1936 	.clkdm_name	= "rtc_clkdm",
1937 	.main_clk	= "sys_32k_ck",
1938 	.prcm = {
1939 		.omap4 = {
1940 			.clkctrl_offs = DRA7XX_CM_RTC_RTCSS_CLKCTRL_OFFSET,
1941 			.context_offs = DRA7XX_RM_RTC_RTCSS_CONTEXT_OFFSET,
1942 			.modulemode   = MODULEMODE_SWCTRL,
1943 		},
1944 	},
1945 };
1946 
1947 /*
1948  * 'sata' class
1949  *
1950  */
1951 
1952 static struct omap_hwmod_class_sysconfig dra7xx_sata_sysc = {
1953 	.sysc_offs	= 0x0000,
1954 	.sysc_flags	= (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE),
1955 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1956 			   SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
1957 			   MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
1958 	.sysc_fields	= &omap_hwmod_sysc_type2,
1959 };
1960 
1961 static struct omap_hwmod_class dra7xx_sata_hwmod_class = {
1962 	.name	= "sata",
1963 	.sysc	= &dra7xx_sata_sysc,
1964 };
1965 
1966 /* sata */
1967 
1968 static struct omap_hwmod dra7xx_sata_hwmod = {
1969 	.name		= "sata",
1970 	.class		= &dra7xx_sata_hwmod_class,
1971 	.clkdm_name	= "l3init_clkdm",
1972 	.flags		= HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
1973 	.main_clk	= "func_48m_fclk",
1974 	.mpu_rt_idx	= 1,
1975 	.prcm = {
1976 		.omap4 = {
1977 			.clkctrl_offs = DRA7XX_CM_L3INIT_SATA_CLKCTRL_OFFSET,
1978 			.context_offs = DRA7XX_RM_L3INIT_SATA_CONTEXT_OFFSET,
1979 			.modulemode   = MODULEMODE_SWCTRL,
1980 		},
1981 	},
1982 };
1983 
1984 /*
1985  * 'smartreflex' class
1986  *
1987  */
1988 
1989 /* The IP is not compliant to type1 / type2 scheme */
1990 static struct omap_hwmod_sysc_fields omap_hwmod_sysc_type_smartreflex = {
1991 	.sidle_shift	= 24,
1992 	.enwkup_shift	= 26,
1993 };
1994 
1995 static struct omap_hwmod_class_sysconfig dra7xx_smartreflex_sysc = {
1996 	.sysc_offs	= 0x0038,
1997 	.sysc_flags	= (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE),
1998 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1999 			   SIDLE_SMART_WKUP),
2000 	.sysc_fields	= &omap_hwmod_sysc_type_smartreflex,
2001 };
2002 
2003 static struct omap_hwmod_class dra7xx_smartreflex_hwmod_class = {
2004 	.name	= "smartreflex",
2005 	.sysc	= &dra7xx_smartreflex_sysc,
2006 	.rev	= 2,
2007 };
2008 
2009 /* smartreflex_core */
2010 /* smartreflex_core dev_attr */
2011 static struct omap_smartreflex_dev_attr smartreflex_core_dev_attr = {
2012 	.sensor_voltdm_name	= "core",
2013 };
2014 
2015 static struct omap_hwmod dra7xx_smartreflex_core_hwmod = {
2016 	.name		= "smartreflex_core",
2017 	.class		= &dra7xx_smartreflex_hwmod_class,
2018 	.clkdm_name	= "coreaon_clkdm",
2019 	.main_clk	= "wkupaon_iclk_mux",
2020 	.prcm = {
2021 		.omap4 = {
2022 			.clkctrl_offs = DRA7XX_CM_COREAON_SMARTREFLEX_CORE_CLKCTRL_OFFSET,
2023 			.context_offs = DRA7XX_RM_COREAON_SMARTREFLEX_CORE_CONTEXT_OFFSET,
2024 			.modulemode   = MODULEMODE_SWCTRL,
2025 		},
2026 	},
2027 	.dev_attr	= &smartreflex_core_dev_attr,
2028 };
2029 
2030 /* smartreflex_mpu */
2031 /* smartreflex_mpu dev_attr */
2032 static struct omap_smartreflex_dev_attr smartreflex_mpu_dev_attr = {
2033 	.sensor_voltdm_name	= "mpu",
2034 };
2035 
2036 static struct omap_hwmod dra7xx_smartreflex_mpu_hwmod = {
2037 	.name		= "smartreflex_mpu",
2038 	.class		= &dra7xx_smartreflex_hwmod_class,
2039 	.clkdm_name	= "coreaon_clkdm",
2040 	.main_clk	= "wkupaon_iclk_mux",
2041 	.prcm = {
2042 		.omap4 = {
2043 			.clkctrl_offs = DRA7XX_CM_COREAON_SMARTREFLEX_MPU_CLKCTRL_OFFSET,
2044 			.context_offs = DRA7XX_RM_COREAON_SMARTREFLEX_MPU_CONTEXT_OFFSET,
2045 			.modulemode   = MODULEMODE_SWCTRL,
2046 		},
2047 	},
2048 	.dev_attr	= &smartreflex_mpu_dev_attr,
2049 };
2050 
2051 /*
2052  * 'spinlock' class
2053  *
2054  */
2055 
2056 static struct omap_hwmod_class_sysconfig dra7xx_spinlock_sysc = {
2057 	.rev_offs	= 0x0000,
2058 	.sysc_offs	= 0x0010,
2059 	.syss_offs	= 0x0014,
2060 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_ENAWAKEUP |
2061 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
2062 			   SYSS_HAS_RESET_STATUS),
2063 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
2064 	.sysc_fields	= &omap_hwmod_sysc_type1,
2065 };
2066 
2067 static struct omap_hwmod_class dra7xx_spinlock_hwmod_class = {
2068 	.name	= "spinlock",
2069 	.sysc	= &dra7xx_spinlock_sysc,
2070 };
2071 
2072 /* spinlock */
2073 static struct omap_hwmod dra7xx_spinlock_hwmod = {
2074 	.name		= "spinlock",
2075 	.class		= &dra7xx_spinlock_hwmod_class,
2076 	.clkdm_name	= "l4cfg_clkdm",
2077 	.main_clk	= "l3_iclk_div",
2078 	.prcm = {
2079 		.omap4 = {
2080 			.clkctrl_offs = DRA7XX_CM_L4CFG_SPINLOCK_CLKCTRL_OFFSET,
2081 			.context_offs = DRA7XX_RM_L4CFG_SPINLOCK_CONTEXT_OFFSET,
2082 		},
2083 	},
2084 };
2085 
2086 /*
2087  * 'timer' class
2088  *
2089  * This class contains several variants: ['timer_1ms', 'timer_secure',
2090  * 'timer']
2091  */
2092 
2093 static struct omap_hwmod_class_sysconfig dra7xx_timer_1ms_sysc = {
2094 	.rev_offs	= 0x0000,
2095 	.sysc_offs	= 0x0010,
2096 	.sysc_flags	= (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
2097 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
2098 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2099 			   SIDLE_SMART_WKUP),
2100 	.sysc_fields	= &omap_hwmod_sysc_type2,
2101 };
2102 
2103 static struct omap_hwmod_class dra7xx_timer_1ms_hwmod_class = {
2104 	.name	= "timer",
2105 	.sysc	= &dra7xx_timer_1ms_sysc,
2106 };
2107 
2108 static struct omap_hwmod_class_sysconfig dra7xx_timer_sysc = {
2109 	.rev_offs	= 0x0000,
2110 	.sysc_offs	= 0x0010,
2111 	.sysc_flags	= (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
2112 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
2113 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2114 			   SIDLE_SMART_WKUP),
2115 	.sysc_fields	= &omap_hwmod_sysc_type2,
2116 };
2117 
2118 static struct omap_hwmod_class dra7xx_timer_hwmod_class = {
2119 	.name	= "timer",
2120 	.sysc	= &dra7xx_timer_sysc,
2121 };
2122 
2123 /* timer1 */
2124 static struct omap_hwmod dra7xx_timer1_hwmod = {
2125 	.name		= "timer1",
2126 	.class		= &dra7xx_timer_1ms_hwmod_class,
2127 	.clkdm_name	= "wkupaon_clkdm",
2128 	.main_clk	= "timer1_gfclk_mux",
2129 	.prcm = {
2130 		.omap4 = {
2131 			.clkctrl_offs = DRA7XX_CM_WKUPAON_TIMER1_CLKCTRL_OFFSET,
2132 			.context_offs = DRA7XX_RM_WKUPAON_TIMER1_CONTEXT_OFFSET,
2133 			.modulemode   = MODULEMODE_SWCTRL,
2134 		},
2135 	},
2136 };
2137 
2138 /* timer2 */
2139 static struct omap_hwmod dra7xx_timer2_hwmod = {
2140 	.name		= "timer2",
2141 	.class		= &dra7xx_timer_1ms_hwmod_class,
2142 	.clkdm_name	= "l4per_clkdm",
2143 	.main_clk	= "timer2_gfclk_mux",
2144 	.prcm = {
2145 		.omap4 = {
2146 			.clkctrl_offs = DRA7XX_CM_L4PER_TIMER2_CLKCTRL_OFFSET,
2147 			.context_offs = DRA7XX_RM_L4PER_TIMER2_CONTEXT_OFFSET,
2148 			.modulemode   = MODULEMODE_SWCTRL,
2149 		},
2150 	},
2151 };
2152 
2153 /* timer3 */
2154 static struct omap_hwmod dra7xx_timer3_hwmod = {
2155 	.name		= "timer3",
2156 	.class		= &dra7xx_timer_hwmod_class,
2157 	.clkdm_name	= "l4per_clkdm",
2158 	.main_clk	= "timer3_gfclk_mux",
2159 	.prcm = {
2160 		.omap4 = {
2161 			.clkctrl_offs = DRA7XX_CM_L4PER_TIMER3_CLKCTRL_OFFSET,
2162 			.context_offs = DRA7XX_RM_L4PER_TIMER3_CONTEXT_OFFSET,
2163 			.modulemode   = MODULEMODE_SWCTRL,
2164 		},
2165 	},
2166 };
2167 
2168 /* timer4 */
2169 static struct omap_hwmod dra7xx_timer4_hwmod = {
2170 	.name		= "timer4",
2171 	.class		= &dra7xx_timer_hwmod_class,
2172 	.clkdm_name	= "l4per_clkdm",
2173 	.main_clk	= "timer4_gfclk_mux",
2174 	.prcm = {
2175 		.omap4 = {
2176 			.clkctrl_offs = DRA7XX_CM_L4PER_TIMER4_CLKCTRL_OFFSET,
2177 			.context_offs = DRA7XX_RM_L4PER_TIMER4_CONTEXT_OFFSET,
2178 			.modulemode   = MODULEMODE_SWCTRL,
2179 		},
2180 	},
2181 };
2182 
2183 /* timer5 */
2184 static struct omap_hwmod dra7xx_timer5_hwmod = {
2185 	.name		= "timer5",
2186 	.class		= &dra7xx_timer_hwmod_class,
2187 	.clkdm_name	= "ipu_clkdm",
2188 	.main_clk	= "timer5_gfclk_mux",
2189 	.prcm = {
2190 		.omap4 = {
2191 			.clkctrl_offs = DRA7XX_CM_IPU_TIMER5_CLKCTRL_OFFSET,
2192 			.context_offs = DRA7XX_RM_IPU_TIMER5_CONTEXT_OFFSET,
2193 			.modulemode   = MODULEMODE_SWCTRL,
2194 		},
2195 	},
2196 };
2197 
2198 /* timer6 */
2199 static struct omap_hwmod dra7xx_timer6_hwmod = {
2200 	.name		= "timer6",
2201 	.class		= &dra7xx_timer_hwmod_class,
2202 	.clkdm_name	= "ipu_clkdm",
2203 	.main_clk	= "timer6_gfclk_mux",
2204 	.prcm = {
2205 		.omap4 = {
2206 			.clkctrl_offs = DRA7XX_CM_IPU_TIMER6_CLKCTRL_OFFSET,
2207 			.context_offs = DRA7XX_RM_IPU_TIMER6_CONTEXT_OFFSET,
2208 			.modulemode   = MODULEMODE_SWCTRL,
2209 		},
2210 	},
2211 };
2212 
2213 /* timer7 */
2214 static struct omap_hwmod dra7xx_timer7_hwmod = {
2215 	.name		= "timer7",
2216 	.class		= &dra7xx_timer_hwmod_class,
2217 	.clkdm_name	= "ipu_clkdm",
2218 	.main_clk	= "timer7_gfclk_mux",
2219 	.prcm = {
2220 		.omap4 = {
2221 			.clkctrl_offs = DRA7XX_CM_IPU_TIMER7_CLKCTRL_OFFSET,
2222 			.context_offs = DRA7XX_RM_IPU_TIMER7_CONTEXT_OFFSET,
2223 			.modulemode   = MODULEMODE_SWCTRL,
2224 		},
2225 	},
2226 };
2227 
2228 /* timer8 */
2229 static struct omap_hwmod dra7xx_timer8_hwmod = {
2230 	.name		= "timer8",
2231 	.class		= &dra7xx_timer_hwmod_class,
2232 	.clkdm_name	= "ipu_clkdm",
2233 	.main_clk	= "timer8_gfclk_mux",
2234 	.prcm = {
2235 		.omap4 = {
2236 			.clkctrl_offs = DRA7XX_CM_IPU_TIMER8_CLKCTRL_OFFSET,
2237 			.context_offs = DRA7XX_RM_IPU_TIMER8_CONTEXT_OFFSET,
2238 			.modulemode   = MODULEMODE_SWCTRL,
2239 		},
2240 	},
2241 };
2242 
2243 /* timer9 */
2244 static struct omap_hwmod dra7xx_timer9_hwmod = {
2245 	.name		= "timer9",
2246 	.class		= &dra7xx_timer_hwmod_class,
2247 	.clkdm_name	= "l4per_clkdm",
2248 	.main_clk	= "timer9_gfclk_mux",
2249 	.prcm = {
2250 		.omap4 = {
2251 			.clkctrl_offs = DRA7XX_CM_L4PER_TIMER9_CLKCTRL_OFFSET,
2252 			.context_offs = DRA7XX_RM_L4PER_TIMER9_CONTEXT_OFFSET,
2253 			.modulemode   = MODULEMODE_SWCTRL,
2254 		},
2255 	},
2256 };
2257 
2258 /* timer10 */
2259 static struct omap_hwmod dra7xx_timer10_hwmod = {
2260 	.name		= "timer10",
2261 	.class		= &dra7xx_timer_1ms_hwmod_class,
2262 	.clkdm_name	= "l4per_clkdm",
2263 	.main_clk	= "timer10_gfclk_mux",
2264 	.prcm = {
2265 		.omap4 = {
2266 			.clkctrl_offs = DRA7XX_CM_L4PER_TIMER10_CLKCTRL_OFFSET,
2267 			.context_offs = DRA7XX_RM_L4PER_TIMER10_CONTEXT_OFFSET,
2268 			.modulemode   = MODULEMODE_SWCTRL,
2269 		},
2270 	},
2271 };
2272 
2273 /* timer11 */
2274 static struct omap_hwmod dra7xx_timer11_hwmod = {
2275 	.name		= "timer11",
2276 	.class		= &dra7xx_timer_hwmod_class,
2277 	.clkdm_name	= "l4per_clkdm",
2278 	.main_clk	= "timer11_gfclk_mux",
2279 	.prcm = {
2280 		.omap4 = {
2281 			.clkctrl_offs = DRA7XX_CM_L4PER_TIMER11_CLKCTRL_OFFSET,
2282 			.context_offs = DRA7XX_RM_L4PER_TIMER11_CONTEXT_OFFSET,
2283 			.modulemode   = MODULEMODE_SWCTRL,
2284 		},
2285 	},
2286 };
2287 
2288 /* timer12 */
2289 static struct omap_hwmod dra7xx_timer12_hwmod = {
2290 	.name		= "timer12",
2291 	.class		= &dra7xx_timer_hwmod_class,
2292 	.clkdm_name	= "wkupaon_clkdm",
2293 	.main_clk	= "secure_32k_clk_src_ck",
2294 	.prcm = {
2295 		.omap4 = {
2296 			.clkctrl_offs = DRA7XX_CM_WKUPAON_TIMER12_CLKCTRL_OFFSET,
2297 			.context_offs = DRA7XX_RM_WKUPAON_TIMER12_CONTEXT_OFFSET,
2298 		},
2299 	},
2300 };
2301 
2302 /* timer13 */
2303 static struct omap_hwmod dra7xx_timer13_hwmod = {
2304 	.name		= "timer13",
2305 	.class		= &dra7xx_timer_hwmod_class,
2306 	.clkdm_name	= "l4per3_clkdm",
2307 	.main_clk	= "timer13_gfclk_mux",
2308 	.prcm = {
2309 		.omap4 = {
2310 			.clkctrl_offs = DRA7XX_CM_L4PER3_TIMER13_CLKCTRL_OFFSET,
2311 			.context_offs = DRA7XX_RM_L4PER3_TIMER13_CONTEXT_OFFSET,
2312 			.modulemode   = MODULEMODE_SWCTRL,
2313 		},
2314 	},
2315 };
2316 
2317 /* timer14 */
2318 static struct omap_hwmod dra7xx_timer14_hwmod = {
2319 	.name		= "timer14",
2320 	.class		= &dra7xx_timer_hwmod_class,
2321 	.clkdm_name	= "l4per3_clkdm",
2322 	.main_clk	= "timer14_gfclk_mux",
2323 	.prcm = {
2324 		.omap4 = {
2325 			.clkctrl_offs = DRA7XX_CM_L4PER3_TIMER14_CLKCTRL_OFFSET,
2326 			.context_offs = DRA7XX_RM_L4PER3_TIMER14_CONTEXT_OFFSET,
2327 			.modulemode   = MODULEMODE_SWCTRL,
2328 		},
2329 	},
2330 };
2331 
2332 /* timer15 */
2333 static struct omap_hwmod dra7xx_timer15_hwmod = {
2334 	.name		= "timer15",
2335 	.class		= &dra7xx_timer_hwmod_class,
2336 	.clkdm_name	= "l4per3_clkdm",
2337 	.main_clk	= "timer15_gfclk_mux",
2338 	.prcm = {
2339 		.omap4 = {
2340 			.clkctrl_offs = DRA7XX_CM_L4PER3_TIMER15_CLKCTRL_OFFSET,
2341 			.context_offs = DRA7XX_RM_L4PER3_TIMER15_CONTEXT_OFFSET,
2342 			.modulemode   = MODULEMODE_SWCTRL,
2343 		},
2344 	},
2345 };
2346 
2347 /* timer16 */
2348 static struct omap_hwmod dra7xx_timer16_hwmod = {
2349 	.name		= "timer16",
2350 	.class		= &dra7xx_timer_hwmod_class,
2351 	.clkdm_name	= "l4per3_clkdm",
2352 	.main_clk	= "timer16_gfclk_mux",
2353 	.prcm = {
2354 		.omap4 = {
2355 			.clkctrl_offs = DRA7XX_CM_L4PER3_TIMER16_CLKCTRL_OFFSET,
2356 			.context_offs = DRA7XX_RM_L4PER3_TIMER16_CONTEXT_OFFSET,
2357 			.modulemode   = MODULEMODE_SWCTRL,
2358 		},
2359 	},
2360 };
2361 
2362 /*
2363  * 'uart' class
2364  *
2365  */
2366 
2367 static struct omap_hwmod_class_sysconfig dra7xx_uart_sysc = {
2368 	.rev_offs	= 0x0050,
2369 	.sysc_offs	= 0x0054,
2370 	.syss_offs	= 0x0058,
2371 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_ENAWAKEUP |
2372 			   SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
2373 			   SYSS_HAS_RESET_STATUS),
2374 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2375 			   SIDLE_SMART_WKUP),
2376 	.sysc_fields	= &omap_hwmod_sysc_type1,
2377 };
2378 
2379 static struct omap_hwmod_class dra7xx_uart_hwmod_class = {
2380 	.name	= "uart",
2381 	.sysc	= &dra7xx_uart_sysc,
2382 };
2383 
2384 /* uart1 */
2385 static struct omap_hwmod dra7xx_uart1_hwmod = {
2386 	.name		= "uart1",
2387 	.class		= &dra7xx_uart_hwmod_class,
2388 	.clkdm_name	= "l4per_clkdm",
2389 	.main_clk	= "uart1_gfclk_mux",
2390 	.flags		= HWMOD_SWSUP_SIDLE_ACT | DEBUG_OMAP2UART1_FLAGS,
2391 	.prcm = {
2392 		.omap4 = {
2393 			.clkctrl_offs = DRA7XX_CM_L4PER_UART1_CLKCTRL_OFFSET,
2394 			.context_offs = DRA7XX_RM_L4PER_UART1_CONTEXT_OFFSET,
2395 			.modulemode   = MODULEMODE_SWCTRL,
2396 		},
2397 	},
2398 };
2399 
2400 /* uart2 */
2401 static struct omap_hwmod dra7xx_uart2_hwmod = {
2402 	.name		= "uart2",
2403 	.class		= &dra7xx_uart_hwmod_class,
2404 	.clkdm_name	= "l4per_clkdm",
2405 	.main_clk	= "uart2_gfclk_mux",
2406 	.flags		= HWMOD_SWSUP_SIDLE_ACT,
2407 	.prcm = {
2408 		.omap4 = {
2409 			.clkctrl_offs = DRA7XX_CM_L4PER_UART2_CLKCTRL_OFFSET,
2410 			.context_offs = DRA7XX_RM_L4PER_UART2_CONTEXT_OFFSET,
2411 			.modulemode   = MODULEMODE_SWCTRL,
2412 		},
2413 	},
2414 };
2415 
2416 /* uart3 */
2417 static struct omap_hwmod dra7xx_uart3_hwmod = {
2418 	.name		= "uart3",
2419 	.class		= &dra7xx_uart_hwmod_class,
2420 	.clkdm_name	= "l4per_clkdm",
2421 	.main_clk	= "uart3_gfclk_mux",
2422 	.flags		= HWMOD_SWSUP_SIDLE_ACT | DEBUG_OMAP4UART3_FLAGS,
2423 	.prcm = {
2424 		.omap4 = {
2425 			.clkctrl_offs = DRA7XX_CM_L4PER_UART3_CLKCTRL_OFFSET,
2426 			.context_offs = DRA7XX_RM_L4PER_UART3_CONTEXT_OFFSET,
2427 			.modulemode   = MODULEMODE_SWCTRL,
2428 		},
2429 	},
2430 };
2431 
2432 /* uart4 */
2433 static struct omap_hwmod dra7xx_uart4_hwmod = {
2434 	.name		= "uart4",
2435 	.class		= &dra7xx_uart_hwmod_class,
2436 	.clkdm_name	= "l4per_clkdm",
2437 	.main_clk	= "uart4_gfclk_mux",
2438 	.flags		= HWMOD_SWSUP_SIDLE_ACT | DEBUG_OMAP4UART4_FLAGS,
2439 	.prcm = {
2440 		.omap4 = {
2441 			.clkctrl_offs = DRA7XX_CM_L4PER_UART4_CLKCTRL_OFFSET,
2442 			.context_offs = DRA7XX_RM_L4PER_UART4_CONTEXT_OFFSET,
2443 			.modulemode   = MODULEMODE_SWCTRL,
2444 		},
2445 	},
2446 };
2447 
2448 /* uart5 */
2449 static struct omap_hwmod dra7xx_uart5_hwmod = {
2450 	.name		= "uart5",
2451 	.class		= &dra7xx_uart_hwmod_class,
2452 	.clkdm_name	= "l4per_clkdm",
2453 	.main_clk	= "uart5_gfclk_mux",
2454 	.flags		= HWMOD_SWSUP_SIDLE_ACT,
2455 	.prcm = {
2456 		.omap4 = {
2457 			.clkctrl_offs = DRA7XX_CM_L4PER_UART5_CLKCTRL_OFFSET,
2458 			.context_offs = DRA7XX_RM_L4PER_UART5_CONTEXT_OFFSET,
2459 			.modulemode   = MODULEMODE_SWCTRL,
2460 		},
2461 	},
2462 };
2463 
2464 /* uart6 */
2465 static struct omap_hwmod dra7xx_uart6_hwmod = {
2466 	.name		= "uart6",
2467 	.class		= &dra7xx_uart_hwmod_class,
2468 	.clkdm_name	= "ipu_clkdm",
2469 	.main_clk	= "uart6_gfclk_mux",
2470 	.flags		= HWMOD_SWSUP_SIDLE_ACT,
2471 	.prcm = {
2472 		.omap4 = {
2473 			.clkctrl_offs = DRA7XX_CM_IPU_UART6_CLKCTRL_OFFSET,
2474 			.context_offs = DRA7XX_RM_IPU_UART6_CONTEXT_OFFSET,
2475 			.modulemode   = MODULEMODE_SWCTRL,
2476 		},
2477 	},
2478 };
2479 
2480 /* uart7 */
2481 static struct omap_hwmod dra7xx_uart7_hwmod = {
2482 	.name		= "uart7",
2483 	.class		= &dra7xx_uart_hwmod_class,
2484 	.clkdm_name	= "l4per2_clkdm",
2485 	.main_clk	= "uart7_gfclk_mux",
2486 	.flags		= HWMOD_SWSUP_SIDLE_ACT,
2487 	.prcm = {
2488 		.omap4 = {
2489 			.clkctrl_offs = DRA7XX_CM_L4PER2_UART7_CLKCTRL_OFFSET,
2490 			.context_offs = DRA7XX_RM_L4PER2_UART7_CONTEXT_OFFSET,
2491 			.modulemode   = MODULEMODE_SWCTRL,
2492 		},
2493 	},
2494 };
2495 
2496 /* uart8 */
2497 static struct omap_hwmod dra7xx_uart8_hwmod = {
2498 	.name		= "uart8",
2499 	.class		= &dra7xx_uart_hwmod_class,
2500 	.clkdm_name	= "l4per2_clkdm",
2501 	.main_clk	= "uart8_gfclk_mux",
2502 	.flags		= HWMOD_SWSUP_SIDLE_ACT,
2503 	.prcm = {
2504 		.omap4 = {
2505 			.clkctrl_offs = DRA7XX_CM_L4PER2_UART8_CLKCTRL_OFFSET,
2506 			.context_offs = DRA7XX_RM_L4PER2_UART8_CONTEXT_OFFSET,
2507 			.modulemode   = MODULEMODE_SWCTRL,
2508 		},
2509 	},
2510 };
2511 
2512 /* uart9 */
2513 static struct omap_hwmod dra7xx_uart9_hwmod = {
2514 	.name		= "uart9",
2515 	.class		= &dra7xx_uart_hwmod_class,
2516 	.clkdm_name	= "l4per2_clkdm",
2517 	.main_clk	= "uart9_gfclk_mux",
2518 	.flags		= HWMOD_SWSUP_SIDLE_ACT,
2519 	.prcm = {
2520 		.omap4 = {
2521 			.clkctrl_offs = DRA7XX_CM_L4PER2_UART9_CLKCTRL_OFFSET,
2522 			.context_offs = DRA7XX_RM_L4PER2_UART9_CONTEXT_OFFSET,
2523 			.modulemode   = MODULEMODE_SWCTRL,
2524 		},
2525 	},
2526 };
2527 
2528 /* uart10 */
2529 static struct omap_hwmod dra7xx_uart10_hwmod = {
2530 	.name		= "uart10",
2531 	.class		= &dra7xx_uart_hwmod_class,
2532 	.clkdm_name	= "wkupaon_clkdm",
2533 	.main_clk	= "uart10_gfclk_mux",
2534 	.flags		= HWMOD_SWSUP_SIDLE_ACT,
2535 	.prcm = {
2536 		.omap4 = {
2537 			.clkctrl_offs = DRA7XX_CM_WKUPAON_UART10_CLKCTRL_OFFSET,
2538 			.context_offs = DRA7XX_RM_WKUPAON_UART10_CONTEXT_OFFSET,
2539 			.modulemode   = MODULEMODE_SWCTRL,
2540 		},
2541 	},
2542 };
2543 
2544 /*
2545  * 'usb_otg_ss' class
2546  *
2547  */
2548 
2549 static struct omap_hwmod_class_sysconfig dra7xx_usb_otg_ss_sysc = {
2550 	.rev_offs	= 0x0000,
2551 	.sysc_offs	= 0x0010,
2552 	.sysc_flags	= (SYSC_HAS_DMADISABLE | SYSC_HAS_MIDLEMODE |
2553 			   SYSC_HAS_SIDLEMODE),
2554 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2555 			   SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
2556 			   MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
2557 	.sysc_fields	= &omap_hwmod_sysc_type2,
2558 };
2559 
2560 static struct omap_hwmod_class dra7xx_usb_otg_ss_hwmod_class = {
2561 	.name	= "usb_otg_ss",
2562 	.sysc	= &dra7xx_usb_otg_ss_sysc,
2563 };
2564 
2565 /* usb_otg_ss1 */
2566 static struct omap_hwmod_opt_clk usb_otg_ss1_opt_clks[] = {
2567 	{ .role = "refclk960m", .clk = "usb_otg_ss1_refclk960m" },
2568 };
2569 
2570 static struct omap_hwmod dra7xx_usb_otg_ss1_hwmod = {
2571 	.name		= "usb_otg_ss1",
2572 	.class		= &dra7xx_usb_otg_ss_hwmod_class,
2573 	.clkdm_name	= "l3init_clkdm",
2574 	.main_clk	= "dpll_core_h13x2_ck",
2575 	.prcm = {
2576 		.omap4 = {
2577 			.clkctrl_offs = DRA7XX_CM_L3INIT_USB_OTG_SS1_CLKCTRL_OFFSET,
2578 			.context_offs = DRA7XX_RM_L3INIT_USB_OTG_SS1_CONTEXT_OFFSET,
2579 			.modulemode   = MODULEMODE_HWCTRL,
2580 		},
2581 	},
2582 	.opt_clks	= usb_otg_ss1_opt_clks,
2583 	.opt_clks_cnt	= ARRAY_SIZE(usb_otg_ss1_opt_clks),
2584 };
2585 
2586 /* usb_otg_ss2 */
2587 static struct omap_hwmod_opt_clk usb_otg_ss2_opt_clks[] = {
2588 	{ .role = "refclk960m", .clk = "usb_otg_ss2_refclk960m" },
2589 };
2590 
2591 static struct omap_hwmod dra7xx_usb_otg_ss2_hwmod = {
2592 	.name		= "usb_otg_ss2",
2593 	.class		= &dra7xx_usb_otg_ss_hwmod_class,
2594 	.clkdm_name	= "l3init_clkdm",
2595 	.main_clk	= "dpll_core_h13x2_ck",
2596 	.prcm = {
2597 		.omap4 = {
2598 			.clkctrl_offs = DRA7XX_CM_L3INIT_USB_OTG_SS2_CLKCTRL_OFFSET,
2599 			.context_offs = DRA7XX_RM_L3INIT_USB_OTG_SS2_CONTEXT_OFFSET,
2600 			.modulemode   = MODULEMODE_HWCTRL,
2601 		},
2602 	},
2603 	.opt_clks	= usb_otg_ss2_opt_clks,
2604 	.opt_clks_cnt	= ARRAY_SIZE(usb_otg_ss2_opt_clks),
2605 };
2606 
2607 /* usb_otg_ss3 */
2608 static struct omap_hwmod dra7xx_usb_otg_ss3_hwmod = {
2609 	.name		= "usb_otg_ss3",
2610 	.class		= &dra7xx_usb_otg_ss_hwmod_class,
2611 	.clkdm_name	= "l3init_clkdm",
2612 	.main_clk	= "dpll_core_h13x2_ck",
2613 	.prcm = {
2614 		.omap4 = {
2615 			.clkctrl_offs = DRA7XX_CM_L3INIT_USB_OTG_SS3_CLKCTRL_OFFSET,
2616 			.context_offs = DRA7XX_RM_L3INIT_USB_OTG_SS3_CONTEXT_OFFSET,
2617 			.modulemode   = MODULEMODE_HWCTRL,
2618 		},
2619 	},
2620 };
2621 
2622 /* usb_otg_ss4 */
2623 static struct omap_hwmod dra7xx_usb_otg_ss4_hwmod = {
2624 	.name		= "usb_otg_ss4",
2625 	.class		= &dra7xx_usb_otg_ss_hwmod_class,
2626 	.clkdm_name	= "l3init_clkdm",
2627 	.main_clk	= "dpll_core_h13x2_ck",
2628 	.prcm = {
2629 		.omap4 = {
2630 			.clkctrl_offs = DRA7XX_CM_L3INIT_USB_OTG_SS4_CLKCTRL_OFFSET,
2631 			.context_offs = DRA7XX_RM_L3INIT_USB_OTG_SS4_CONTEXT_OFFSET,
2632 			.modulemode   = MODULEMODE_HWCTRL,
2633 		},
2634 	},
2635 };
2636 
2637 /*
2638  * 'vcp' class
2639  *
2640  */
2641 
2642 static struct omap_hwmod_class dra7xx_vcp_hwmod_class = {
2643 	.name	= "vcp",
2644 };
2645 
2646 /* vcp1 */
2647 static struct omap_hwmod dra7xx_vcp1_hwmod = {
2648 	.name		= "vcp1",
2649 	.class		= &dra7xx_vcp_hwmod_class,
2650 	.clkdm_name	= "l3main1_clkdm",
2651 	.main_clk	= "l3_iclk_div",
2652 	.prcm = {
2653 		.omap4 = {
2654 			.clkctrl_offs = DRA7XX_CM_L3MAIN1_VCP1_CLKCTRL_OFFSET,
2655 			.context_offs = DRA7XX_RM_L3MAIN1_VCP1_CONTEXT_OFFSET,
2656 		},
2657 	},
2658 };
2659 
2660 /* vcp2 */
2661 static struct omap_hwmod dra7xx_vcp2_hwmod = {
2662 	.name		= "vcp2",
2663 	.class		= &dra7xx_vcp_hwmod_class,
2664 	.clkdm_name	= "l3main1_clkdm",
2665 	.main_clk	= "l3_iclk_div",
2666 	.prcm = {
2667 		.omap4 = {
2668 			.clkctrl_offs = DRA7XX_CM_L3MAIN1_VCP2_CLKCTRL_OFFSET,
2669 			.context_offs = DRA7XX_RM_L3MAIN1_VCP2_CONTEXT_OFFSET,
2670 		},
2671 	},
2672 };
2673 
2674 /*
2675  * 'wd_timer' class
2676  *
2677  */
2678 
2679 static struct omap_hwmod_class_sysconfig dra7xx_wd_timer_sysc = {
2680 	.rev_offs	= 0x0000,
2681 	.sysc_offs	= 0x0010,
2682 	.syss_offs	= 0x0014,
2683 	.sysc_flags	= (SYSC_HAS_EMUFREE | SYSC_HAS_SIDLEMODE |
2684 			   SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
2685 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2686 			   SIDLE_SMART_WKUP),
2687 	.sysc_fields	= &omap_hwmod_sysc_type1,
2688 };
2689 
2690 static struct omap_hwmod_class dra7xx_wd_timer_hwmod_class = {
2691 	.name		= "wd_timer",
2692 	.sysc		= &dra7xx_wd_timer_sysc,
2693 	.pre_shutdown	= &omap2_wd_timer_disable,
2694 	.reset		= &omap2_wd_timer_reset,
2695 };
2696 
2697 /* wd_timer2 */
2698 static struct omap_hwmod dra7xx_wd_timer2_hwmod = {
2699 	.name		= "wd_timer2",
2700 	.class		= &dra7xx_wd_timer_hwmod_class,
2701 	.clkdm_name	= "wkupaon_clkdm",
2702 	.main_clk	= "sys_32k_ck",
2703 	.prcm = {
2704 		.omap4 = {
2705 			.clkctrl_offs = DRA7XX_CM_WKUPAON_WD_TIMER2_CLKCTRL_OFFSET,
2706 			.context_offs = DRA7XX_RM_WKUPAON_WD_TIMER2_CONTEXT_OFFSET,
2707 			.modulemode   = MODULEMODE_SWCTRL,
2708 		},
2709 	},
2710 };
2711 
2712 
2713 /*
2714  * Interfaces
2715  */
2716 
2717 /* l3_main_1 -> dmm */
2718 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__dmm = {
2719 	.master		= &dra7xx_l3_main_1_hwmod,
2720 	.slave		= &dra7xx_dmm_hwmod,
2721 	.clk		= "l3_iclk_div",
2722 	.user		= OCP_USER_SDMA,
2723 };
2724 
2725 /* l3_main_2 -> l3_instr */
2726 static struct omap_hwmod_ocp_if dra7xx_l3_main_2__l3_instr = {
2727 	.master		= &dra7xx_l3_main_2_hwmod,
2728 	.slave		= &dra7xx_l3_instr_hwmod,
2729 	.clk		= "l3_iclk_div",
2730 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2731 };
2732 
2733 /* l4_cfg -> l3_main_1 */
2734 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__l3_main_1 = {
2735 	.master		= &dra7xx_l4_cfg_hwmod,
2736 	.slave		= &dra7xx_l3_main_1_hwmod,
2737 	.clk		= "l3_iclk_div",
2738 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2739 };
2740 
2741 /* mpu -> l3_main_1 */
2742 static struct omap_hwmod_ocp_if dra7xx_mpu__l3_main_1 = {
2743 	.master		= &dra7xx_mpu_hwmod,
2744 	.slave		= &dra7xx_l3_main_1_hwmod,
2745 	.clk		= "l3_iclk_div",
2746 	.user		= OCP_USER_MPU,
2747 };
2748 
2749 /* l3_main_1 -> l3_main_2 */
2750 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__l3_main_2 = {
2751 	.master		= &dra7xx_l3_main_1_hwmod,
2752 	.slave		= &dra7xx_l3_main_2_hwmod,
2753 	.clk		= "l3_iclk_div",
2754 	.user		= OCP_USER_MPU,
2755 };
2756 
2757 /* l4_cfg -> l3_main_2 */
2758 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__l3_main_2 = {
2759 	.master		= &dra7xx_l4_cfg_hwmod,
2760 	.slave		= &dra7xx_l3_main_2_hwmod,
2761 	.clk		= "l3_iclk_div",
2762 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2763 };
2764 
2765 /* l3_main_1 -> l4_cfg */
2766 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__l4_cfg = {
2767 	.master		= &dra7xx_l3_main_1_hwmod,
2768 	.slave		= &dra7xx_l4_cfg_hwmod,
2769 	.clk		= "l3_iclk_div",
2770 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2771 };
2772 
2773 /* l3_main_1 -> l4_per1 */
2774 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__l4_per1 = {
2775 	.master		= &dra7xx_l3_main_1_hwmod,
2776 	.slave		= &dra7xx_l4_per1_hwmod,
2777 	.clk		= "l3_iclk_div",
2778 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2779 };
2780 
2781 /* l3_main_1 -> l4_per2 */
2782 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__l4_per2 = {
2783 	.master		= &dra7xx_l3_main_1_hwmod,
2784 	.slave		= &dra7xx_l4_per2_hwmod,
2785 	.clk		= "l3_iclk_div",
2786 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2787 };
2788 
2789 /* l3_main_1 -> l4_per3 */
2790 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__l4_per3 = {
2791 	.master		= &dra7xx_l3_main_1_hwmod,
2792 	.slave		= &dra7xx_l4_per3_hwmod,
2793 	.clk		= "l3_iclk_div",
2794 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2795 };
2796 
2797 /* l3_main_1 -> l4_wkup */
2798 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__l4_wkup = {
2799 	.master		= &dra7xx_l3_main_1_hwmod,
2800 	.slave		= &dra7xx_l4_wkup_hwmod,
2801 	.clk		= "wkupaon_iclk_mux",
2802 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2803 };
2804 
2805 /* l4_per2 -> atl */
2806 static struct omap_hwmod_ocp_if dra7xx_l4_per2__atl = {
2807 	.master		= &dra7xx_l4_per2_hwmod,
2808 	.slave		= &dra7xx_atl_hwmod,
2809 	.clk		= "l3_iclk_div",
2810 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2811 };
2812 
2813 /* l3_main_1 -> bb2d */
2814 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__bb2d = {
2815 	.master		= &dra7xx_l3_main_1_hwmod,
2816 	.slave		= &dra7xx_bb2d_hwmod,
2817 	.clk		= "l3_iclk_div",
2818 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2819 };
2820 
2821 /* l4_wkup -> counter_32k */
2822 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__counter_32k = {
2823 	.master		= &dra7xx_l4_wkup_hwmod,
2824 	.slave		= &dra7xx_counter_32k_hwmod,
2825 	.clk		= "wkupaon_iclk_mux",
2826 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2827 };
2828 
2829 /* l4_wkup -> ctrl_module_wkup */
2830 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__ctrl_module_wkup = {
2831 	.master		= &dra7xx_l4_wkup_hwmod,
2832 	.slave		= &dra7xx_ctrl_module_wkup_hwmod,
2833 	.clk		= "wkupaon_iclk_mux",
2834 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2835 };
2836 
2837 static struct omap_hwmod_ocp_if dra7xx_l4_per2__cpgmac0 = {
2838 	.master		= &dra7xx_l4_per2_hwmod,
2839 	.slave		= &dra7xx_gmac_hwmod,
2840 	.clk		= "dpll_gmac_ck",
2841 	.user		= OCP_USER_MPU,
2842 };
2843 
2844 static struct omap_hwmod_ocp_if dra7xx_gmac__mdio = {
2845 	.master		= &dra7xx_gmac_hwmod,
2846 	.slave		= &dra7xx_mdio_hwmod,
2847 	.user		= OCP_USER_MPU,
2848 };
2849 
2850 /* l4_wkup -> dcan1 */
2851 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__dcan1 = {
2852 	.master		= &dra7xx_l4_wkup_hwmod,
2853 	.slave		= &dra7xx_dcan1_hwmod,
2854 	.clk		= "wkupaon_iclk_mux",
2855 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2856 };
2857 
2858 /* l4_per2 -> dcan2 */
2859 static struct omap_hwmod_ocp_if dra7xx_l4_per2__dcan2 = {
2860 	.master		= &dra7xx_l4_per2_hwmod,
2861 	.slave		= &dra7xx_dcan2_hwmod,
2862 	.clk		= "l3_iclk_div",
2863 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2864 };
2865 
2866 static struct omap_hwmod_addr_space dra7xx_dma_system_addrs[] = {
2867 	{
2868 		.pa_start	= 0x4a056000,
2869 		.pa_end		= 0x4a056fff,
2870 		.flags		= ADDR_TYPE_RT
2871 	},
2872 	{ }
2873 };
2874 
2875 /* l4_cfg -> dma_system */
2876 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__dma_system = {
2877 	.master		= &dra7xx_l4_cfg_hwmod,
2878 	.slave		= &dra7xx_dma_system_hwmod,
2879 	.clk		= "l3_iclk_div",
2880 	.addr		= dra7xx_dma_system_addrs,
2881 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2882 };
2883 
2884 /* l3_main_1 -> tpcc */
2885 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__tpcc = {
2886 	.master		= &dra7xx_l3_main_1_hwmod,
2887 	.slave		= &dra7xx_tpcc_hwmod,
2888 	.clk		= "l3_iclk_div",
2889 	.user		= OCP_USER_MPU,
2890 };
2891 
2892 /* l3_main_1 -> tptc0 */
2893 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__tptc0 = {
2894 	.master		= &dra7xx_l3_main_1_hwmod,
2895 	.slave		= &dra7xx_tptc0_hwmod,
2896 	.clk		= "l3_iclk_div",
2897 	.user		= OCP_USER_MPU,
2898 };
2899 
2900 /* l3_main_1 -> tptc1 */
2901 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__tptc1 = {
2902 	.master		= &dra7xx_l3_main_1_hwmod,
2903 	.slave		= &dra7xx_tptc1_hwmod,
2904 	.clk		= "l3_iclk_div",
2905 	.user		= OCP_USER_MPU,
2906 };
2907 
2908 /* l3_main_1 -> dss */
2909 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__dss = {
2910 	.master		= &dra7xx_l3_main_1_hwmod,
2911 	.slave		= &dra7xx_dss_hwmod,
2912 	.clk		= "l3_iclk_div",
2913 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2914 };
2915 
2916 /* l3_main_1 -> dispc */
2917 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__dispc = {
2918 	.master		= &dra7xx_l3_main_1_hwmod,
2919 	.slave		= &dra7xx_dss_dispc_hwmod,
2920 	.clk		= "l3_iclk_div",
2921 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2922 };
2923 
2924 /* l3_main_1 -> dispc */
2925 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__hdmi = {
2926 	.master		= &dra7xx_l3_main_1_hwmod,
2927 	.slave		= &dra7xx_dss_hdmi_hwmod,
2928 	.clk		= "l3_iclk_div",
2929 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2930 };
2931 
2932 /* l4_per2 -> mcasp1 */
2933 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp1 = {
2934 	.master		= &dra7xx_l4_per2_hwmod,
2935 	.slave		= &dra7xx_mcasp1_hwmod,
2936 	.clk		= "l4_root_clk_div",
2937 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2938 };
2939 
2940 /* l3_main_1 -> mcasp1 */
2941 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__mcasp1 = {
2942 	.master		= &dra7xx_l3_main_1_hwmod,
2943 	.slave		= &dra7xx_mcasp1_hwmod,
2944 	.clk		= "l3_iclk_div",
2945 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2946 };
2947 
2948 /* l4_per2 -> mcasp2 */
2949 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp2 = {
2950 	.master		= &dra7xx_l4_per2_hwmod,
2951 	.slave		= &dra7xx_mcasp2_hwmod,
2952 	.clk		= "l4_root_clk_div",
2953 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2954 };
2955 
2956 /* l3_main_1 -> mcasp2 */
2957 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__mcasp2 = {
2958 	.master		= &dra7xx_l3_main_1_hwmod,
2959 	.slave		= &dra7xx_mcasp2_hwmod,
2960 	.clk		= "l3_iclk_div",
2961 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2962 };
2963 
2964 /* l4_per2 -> mcasp3 */
2965 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp3 = {
2966 	.master		= &dra7xx_l4_per2_hwmod,
2967 	.slave		= &dra7xx_mcasp3_hwmod,
2968 	.clk		= "l4_root_clk_div",
2969 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2970 };
2971 
2972 /* l3_main_1 -> mcasp3 */
2973 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__mcasp3 = {
2974 	.master		= &dra7xx_l3_main_1_hwmod,
2975 	.slave		= &dra7xx_mcasp3_hwmod,
2976 	.clk		= "l3_iclk_div",
2977 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2978 };
2979 
2980 /* l4_per2 -> mcasp4 */
2981 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp4 = {
2982 	.master		= &dra7xx_l4_per2_hwmod,
2983 	.slave		= &dra7xx_mcasp4_hwmod,
2984 	.clk		= "l4_root_clk_div",
2985 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2986 };
2987 
2988 /* l4_per2 -> mcasp5 */
2989 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp5 = {
2990 	.master		= &dra7xx_l4_per2_hwmod,
2991 	.slave		= &dra7xx_mcasp5_hwmod,
2992 	.clk		= "l4_root_clk_div",
2993 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
2994 };
2995 
2996 /* l4_per2 -> mcasp6 */
2997 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp6 = {
2998 	.master		= &dra7xx_l4_per2_hwmod,
2999 	.slave		= &dra7xx_mcasp6_hwmod,
3000 	.clk		= "l4_root_clk_div",
3001 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3002 };
3003 
3004 /* l4_per2 -> mcasp7 */
3005 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp7 = {
3006 	.master		= &dra7xx_l4_per2_hwmod,
3007 	.slave		= &dra7xx_mcasp7_hwmod,
3008 	.clk		= "l4_root_clk_div",
3009 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3010 };
3011 
3012 /* l4_per2 -> mcasp8 */
3013 static struct omap_hwmod_ocp_if dra7xx_l4_per2__mcasp8 = {
3014 	.master		= &dra7xx_l4_per2_hwmod,
3015 	.slave		= &dra7xx_mcasp8_hwmod,
3016 	.clk		= "l4_root_clk_div",
3017 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3018 };
3019 
3020 /* l4_per1 -> elm */
3021 static struct omap_hwmod_ocp_if dra7xx_l4_per1__elm = {
3022 	.master		= &dra7xx_l4_per1_hwmod,
3023 	.slave		= &dra7xx_elm_hwmod,
3024 	.clk		= "l3_iclk_div",
3025 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3026 };
3027 
3028 /* l4_wkup -> gpio1 */
3029 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__gpio1 = {
3030 	.master		= &dra7xx_l4_wkup_hwmod,
3031 	.slave		= &dra7xx_gpio1_hwmod,
3032 	.clk		= "wkupaon_iclk_mux",
3033 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3034 };
3035 
3036 /* l4_per1 -> gpio2 */
3037 static struct omap_hwmod_ocp_if dra7xx_l4_per1__gpio2 = {
3038 	.master		= &dra7xx_l4_per1_hwmod,
3039 	.slave		= &dra7xx_gpio2_hwmod,
3040 	.clk		= "l3_iclk_div",
3041 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3042 };
3043 
3044 /* l4_per1 -> gpio3 */
3045 static struct omap_hwmod_ocp_if dra7xx_l4_per1__gpio3 = {
3046 	.master		= &dra7xx_l4_per1_hwmod,
3047 	.slave		= &dra7xx_gpio3_hwmod,
3048 	.clk		= "l3_iclk_div",
3049 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3050 };
3051 
3052 /* l4_per1 -> gpio4 */
3053 static struct omap_hwmod_ocp_if dra7xx_l4_per1__gpio4 = {
3054 	.master		= &dra7xx_l4_per1_hwmod,
3055 	.slave		= &dra7xx_gpio4_hwmod,
3056 	.clk		= "l3_iclk_div",
3057 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3058 };
3059 
3060 /* l4_per1 -> gpio5 */
3061 static struct omap_hwmod_ocp_if dra7xx_l4_per1__gpio5 = {
3062 	.master		= &dra7xx_l4_per1_hwmod,
3063 	.slave		= &dra7xx_gpio5_hwmod,
3064 	.clk		= "l3_iclk_div",
3065 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3066 };
3067 
3068 /* l4_per1 -> gpio6 */
3069 static struct omap_hwmod_ocp_if dra7xx_l4_per1__gpio6 = {
3070 	.master		= &dra7xx_l4_per1_hwmod,
3071 	.slave		= &dra7xx_gpio6_hwmod,
3072 	.clk		= "l3_iclk_div",
3073 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3074 };
3075 
3076 /* l4_per1 -> gpio7 */
3077 static struct omap_hwmod_ocp_if dra7xx_l4_per1__gpio7 = {
3078 	.master		= &dra7xx_l4_per1_hwmod,
3079 	.slave		= &dra7xx_gpio7_hwmod,
3080 	.clk		= "l3_iclk_div",
3081 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3082 };
3083 
3084 /* l4_per1 -> gpio8 */
3085 static struct omap_hwmod_ocp_if dra7xx_l4_per1__gpio8 = {
3086 	.master		= &dra7xx_l4_per1_hwmod,
3087 	.slave		= &dra7xx_gpio8_hwmod,
3088 	.clk		= "l3_iclk_div",
3089 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3090 };
3091 
3092 /* l3_main_1 -> gpmc */
3093 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__gpmc = {
3094 	.master		= &dra7xx_l3_main_1_hwmod,
3095 	.slave		= &dra7xx_gpmc_hwmod,
3096 	.clk		= "l3_iclk_div",
3097 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3098 };
3099 
3100 static struct omap_hwmod_addr_space dra7xx_hdq1w_addrs[] = {
3101 	{
3102 		.pa_start	= 0x480b2000,
3103 		.pa_end		= 0x480b201f,
3104 		.flags		= ADDR_TYPE_RT
3105 	},
3106 	{ }
3107 };
3108 
3109 /* l4_per1 -> hdq1w */
3110 static struct omap_hwmod_ocp_if dra7xx_l4_per1__hdq1w = {
3111 	.master		= &dra7xx_l4_per1_hwmod,
3112 	.slave		= &dra7xx_hdq1w_hwmod,
3113 	.clk		= "l3_iclk_div",
3114 	.addr		= dra7xx_hdq1w_addrs,
3115 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3116 };
3117 
3118 /* l4_per1 -> i2c1 */
3119 static struct omap_hwmod_ocp_if dra7xx_l4_per1__i2c1 = {
3120 	.master		= &dra7xx_l4_per1_hwmod,
3121 	.slave		= &dra7xx_i2c1_hwmod,
3122 	.clk		= "l3_iclk_div",
3123 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3124 };
3125 
3126 /* l4_per1 -> i2c2 */
3127 static struct omap_hwmod_ocp_if dra7xx_l4_per1__i2c2 = {
3128 	.master		= &dra7xx_l4_per1_hwmod,
3129 	.slave		= &dra7xx_i2c2_hwmod,
3130 	.clk		= "l3_iclk_div",
3131 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3132 };
3133 
3134 /* l4_per1 -> i2c3 */
3135 static struct omap_hwmod_ocp_if dra7xx_l4_per1__i2c3 = {
3136 	.master		= &dra7xx_l4_per1_hwmod,
3137 	.slave		= &dra7xx_i2c3_hwmod,
3138 	.clk		= "l3_iclk_div",
3139 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3140 };
3141 
3142 /* l4_per1 -> i2c4 */
3143 static struct omap_hwmod_ocp_if dra7xx_l4_per1__i2c4 = {
3144 	.master		= &dra7xx_l4_per1_hwmod,
3145 	.slave		= &dra7xx_i2c4_hwmod,
3146 	.clk		= "l3_iclk_div",
3147 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3148 };
3149 
3150 /* l4_per1 -> i2c5 */
3151 static struct omap_hwmod_ocp_if dra7xx_l4_per1__i2c5 = {
3152 	.master		= &dra7xx_l4_per1_hwmod,
3153 	.slave		= &dra7xx_i2c5_hwmod,
3154 	.clk		= "l3_iclk_div",
3155 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3156 };
3157 
3158 /* l4_cfg -> mailbox1 */
3159 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__mailbox1 = {
3160 	.master		= &dra7xx_l4_cfg_hwmod,
3161 	.slave		= &dra7xx_mailbox1_hwmod,
3162 	.clk		= "l3_iclk_div",
3163 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3164 };
3165 
3166 /* l4_per3 -> mailbox2 */
3167 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox2 = {
3168 	.master		= &dra7xx_l4_per3_hwmod,
3169 	.slave		= &dra7xx_mailbox2_hwmod,
3170 	.clk		= "l3_iclk_div",
3171 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3172 };
3173 
3174 /* l4_per3 -> mailbox3 */
3175 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox3 = {
3176 	.master		= &dra7xx_l4_per3_hwmod,
3177 	.slave		= &dra7xx_mailbox3_hwmod,
3178 	.clk		= "l3_iclk_div",
3179 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3180 };
3181 
3182 /* l4_per3 -> mailbox4 */
3183 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox4 = {
3184 	.master		= &dra7xx_l4_per3_hwmod,
3185 	.slave		= &dra7xx_mailbox4_hwmod,
3186 	.clk		= "l3_iclk_div",
3187 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3188 };
3189 
3190 /* l4_per3 -> mailbox5 */
3191 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox5 = {
3192 	.master		= &dra7xx_l4_per3_hwmod,
3193 	.slave		= &dra7xx_mailbox5_hwmod,
3194 	.clk		= "l3_iclk_div",
3195 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3196 };
3197 
3198 /* l4_per3 -> mailbox6 */
3199 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox6 = {
3200 	.master		= &dra7xx_l4_per3_hwmod,
3201 	.slave		= &dra7xx_mailbox6_hwmod,
3202 	.clk		= "l3_iclk_div",
3203 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3204 };
3205 
3206 /* l4_per3 -> mailbox7 */
3207 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox7 = {
3208 	.master		= &dra7xx_l4_per3_hwmod,
3209 	.slave		= &dra7xx_mailbox7_hwmod,
3210 	.clk		= "l3_iclk_div",
3211 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3212 };
3213 
3214 /* l4_per3 -> mailbox8 */
3215 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox8 = {
3216 	.master		= &dra7xx_l4_per3_hwmod,
3217 	.slave		= &dra7xx_mailbox8_hwmod,
3218 	.clk		= "l3_iclk_div",
3219 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3220 };
3221 
3222 /* l4_per3 -> mailbox9 */
3223 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox9 = {
3224 	.master		= &dra7xx_l4_per3_hwmod,
3225 	.slave		= &dra7xx_mailbox9_hwmod,
3226 	.clk		= "l3_iclk_div",
3227 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3228 };
3229 
3230 /* l4_per3 -> mailbox10 */
3231 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox10 = {
3232 	.master		= &dra7xx_l4_per3_hwmod,
3233 	.slave		= &dra7xx_mailbox10_hwmod,
3234 	.clk		= "l3_iclk_div",
3235 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3236 };
3237 
3238 /* l4_per3 -> mailbox11 */
3239 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox11 = {
3240 	.master		= &dra7xx_l4_per3_hwmod,
3241 	.slave		= &dra7xx_mailbox11_hwmod,
3242 	.clk		= "l3_iclk_div",
3243 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3244 };
3245 
3246 /* l4_per3 -> mailbox12 */
3247 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox12 = {
3248 	.master		= &dra7xx_l4_per3_hwmod,
3249 	.slave		= &dra7xx_mailbox12_hwmod,
3250 	.clk		= "l3_iclk_div",
3251 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3252 };
3253 
3254 /* l4_per3 -> mailbox13 */
3255 static struct omap_hwmod_ocp_if dra7xx_l4_per3__mailbox13 = {
3256 	.master		= &dra7xx_l4_per3_hwmod,
3257 	.slave		= &dra7xx_mailbox13_hwmod,
3258 	.clk		= "l3_iclk_div",
3259 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3260 };
3261 
3262 /* l4_per1 -> mcspi1 */
3263 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mcspi1 = {
3264 	.master		= &dra7xx_l4_per1_hwmod,
3265 	.slave		= &dra7xx_mcspi1_hwmod,
3266 	.clk		= "l3_iclk_div",
3267 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3268 };
3269 
3270 /* l4_per1 -> mcspi2 */
3271 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mcspi2 = {
3272 	.master		= &dra7xx_l4_per1_hwmod,
3273 	.slave		= &dra7xx_mcspi2_hwmod,
3274 	.clk		= "l3_iclk_div",
3275 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3276 };
3277 
3278 /* l4_per1 -> mcspi3 */
3279 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mcspi3 = {
3280 	.master		= &dra7xx_l4_per1_hwmod,
3281 	.slave		= &dra7xx_mcspi3_hwmod,
3282 	.clk		= "l3_iclk_div",
3283 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3284 };
3285 
3286 /* l4_per1 -> mcspi4 */
3287 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mcspi4 = {
3288 	.master		= &dra7xx_l4_per1_hwmod,
3289 	.slave		= &dra7xx_mcspi4_hwmod,
3290 	.clk		= "l3_iclk_div",
3291 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3292 };
3293 
3294 /* l4_per1 -> mmc1 */
3295 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mmc1 = {
3296 	.master		= &dra7xx_l4_per1_hwmod,
3297 	.slave		= &dra7xx_mmc1_hwmod,
3298 	.clk		= "l3_iclk_div",
3299 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3300 };
3301 
3302 /* l4_per1 -> mmc2 */
3303 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mmc2 = {
3304 	.master		= &dra7xx_l4_per1_hwmod,
3305 	.slave		= &dra7xx_mmc2_hwmod,
3306 	.clk		= "l3_iclk_div",
3307 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3308 };
3309 
3310 /* l4_per1 -> mmc3 */
3311 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mmc3 = {
3312 	.master		= &dra7xx_l4_per1_hwmod,
3313 	.slave		= &dra7xx_mmc3_hwmod,
3314 	.clk		= "l3_iclk_div",
3315 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3316 };
3317 
3318 /* l4_per1 -> mmc4 */
3319 static struct omap_hwmod_ocp_if dra7xx_l4_per1__mmc4 = {
3320 	.master		= &dra7xx_l4_per1_hwmod,
3321 	.slave		= &dra7xx_mmc4_hwmod,
3322 	.clk		= "l3_iclk_div",
3323 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3324 };
3325 
3326 /* l4_cfg -> mpu */
3327 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__mpu = {
3328 	.master		= &dra7xx_l4_cfg_hwmod,
3329 	.slave		= &dra7xx_mpu_hwmod,
3330 	.clk		= "l3_iclk_div",
3331 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3332 };
3333 
3334 /* l4_cfg -> ocp2scp1 */
3335 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__ocp2scp1 = {
3336 	.master		= &dra7xx_l4_cfg_hwmod,
3337 	.slave		= &dra7xx_ocp2scp1_hwmod,
3338 	.clk		= "l4_root_clk_div",
3339 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3340 };
3341 
3342 /* l4_cfg -> ocp2scp3 */
3343 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__ocp2scp3 = {
3344 	.master		= &dra7xx_l4_cfg_hwmod,
3345 	.slave		= &dra7xx_ocp2scp3_hwmod,
3346 	.clk		= "l4_root_clk_div",
3347 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3348 };
3349 
3350 /* l3_main_1 -> pciess1 */
3351 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__pciess1 = {
3352 	.master		= &dra7xx_l3_main_1_hwmod,
3353 	.slave		= &dra7xx_pciess1_hwmod,
3354 	.clk		= "l3_iclk_div",
3355 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3356 };
3357 
3358 /* l4_cfg -> pciess1 */
3359 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__pciess1 = {
3360 	.master		= &dra7xx_l4_cfg_hwmod,
3361 	.slave		= &dra7xx_pciess1_hwmod,
3362 	.clk		= "l4_root_clk_div",
3363 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3364 };
3365 
3366 /* l3_main_1 -> pciess2 */
3367 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__pciess2 = {
3368 	.master		= &dra7xx_l3_main_1_hwmod,
3369 	.slave		= &dra7xx_pciess2_hwmod,
3370 	.clk		= "l3_iclk_div",
3371 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3372 };
3373 
3374 /* l4_cfg -> pciess2 */
3375 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__pciess2 = {
3376 	.master		= &dra7xx_l4_cfg_hwmod,
3377 	.slave		= &dra7xx_pciess2_hwmod,
3378 	.clk		= "l4_root_clk_div",
3379 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3380 };
3381 
3382 /* l3_main_1 -> qspi */
3383 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__qspi = {
3384 	.master		= &dra7xx_l3_main_1_hwmod,
3385 	.slave		= &dra7xx_qspi_hwmod,
3386 	.clk		= "l3_iclk_div",
3387 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3388 };
3389 
3390 /* l4_per3 -> rtcss */
3391 static struct omap_hwmod_ocp_if dra7xx_l4_per3__rtcss = {
3392 	.master		= &dra7xx_l4_per3_hwmod,
3393 	.slave		= &dra7xx_rtcss_hwmod,
3394 	.clk		= "l4_root_clk_div",
3395 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3396 };
3397 
3398 static struct omap_hwmod_addr_space dra7xx_sata_addrs[] = {
3399 	{
3400 		.name		= "sysc",
3401 		.pa_start	= 0x4a141100,
3402 		.pa_end		= 0x4a141107,
3403 		.flags		= ADDR_TYPE_RT
3404 	},
3405 	{ }
3406 };
3407 
3408 /* l4_cfg -> sata */
3409 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__sata = {
3410 	.master		= &dra7xx_l4_cfg_hwmod,
3411 	.slave		= &dra7xx_sata_hwmod,
3412 	.clk		= "l3_iclk_div",
3413 	.addr		= dra7xx_sata_addrs,
3414 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3415 };
3416 
3417 static struct omap_hwmod_addr_space dra7xx_smartreflex_core_addrs[] = {
3418 	{
3419 		.pa_start	= 0x4a0dd000,
3420 		.pa_end		= 0x4a0dd07f,
3421 		.flags		= ADDR_TYPE_RT
3422 	},
3423 	{ }
3424 };
3425 
3426 /* l4_cfg -> smartreflex_core */
3427 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__smartreflex_core = {
3428 	.master		= &dra7xx_l4_cfg_hwmod,
3429 	.slave		= &dra7xx_smartreflex_core_hwmod,
3430 	.clk		= "l4_root_clk_div",
3431 	.addr		= dra7xx_smartreflex_core_addrs,
3432 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3433 };
3434 
3435 static struct omap_hwmod_addr_space dra7xx_smartreflex_mpu_addrs[] = {
3436 	{
3437 		.pa_start	= 0x4a0d9000,
3438 		.pa_end		= 0x4a0d907f,
3439 		.flags		= ADDR_TYPE_RT
3440 	},
3441 	{ }
3442 };
3443 
3444 /* l4_cfg -> smartreflex_mpu */
3445 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__smartreflex_mpu = {
3446 	.master		= &dra7xx_l4_cfg_hwmod,
3447 	.slave		= &dra7xx_smartreflex_mpu_hwmod,
3448 	.clk		= "l4_root_clk_div",
3449 	.addr		= dra7xx_smartreflex_mpu_addrs,
3450 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3451 };
3452 
3453 /* l4_cfg -> spinlock */
3454 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__spinlock = {
3455 	.master		= &dra7xx_l4_cfg_hwmod,
3456 	.slave		= &dra7xx_spinlock_hwmod,
3457 	.clk		= "l3_iclk_div",
3458 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3459 };
3460 
3461 /* l4_wkup -> timer1 */
3462 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__timer1 = {
3463 	.master		= &dra7xx_l4_wkup_hwmod,
3464 	.slave		= &dra7xx_timer1_hwmod,
3465 	.clk		= "wkupaon_iclk_mux",
3466 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3467 };
3468 
3469 /* l4_per1 -> timer2 */
3470 static struct omap_hwmod_ocp_if dra7xx_l4_per1__timer2 = {
3471 	.master		= &dra7xx_l4_per1_hwmod,
3472 	.slave		= &dra7xx_timer2_hwmod,
3473 	.clk		= "l3_iclk_div",
3474 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3475 };
3476 
3477 /* l4_per1 -> timer3 */
3478 static struct omap_hwmod_ocp_if dra7xx_l4_per1__timer3 = {
3479 	.master		= &dra7xx_l4_per1_hwmod,
3480 	.slave		= &dra7xx_timer3_hwmod,
3481 	.clk		= "l3_iclk_div",
3482 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3483 };
3484 
3485 /* l4_per1 -> timer4 */
3486 static struct omap_hwmod_ocp_if dra7xx_l4_per1__timer4 = {
3487 	.master		= &dra7xx_l4_per1_hwmod,
3488 	.slave		= &dra7xx_timer4_hwmod,
3489 	.clk		= "l3_iclk_div",
3490 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3491 };
3492 
3493 /* l4_per3 -> timer5 */
3494 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer5 = {
3495 	.master		= &dra7xx_l4_per3_hwmod,
3496 	.slave		= &dra7xx_timer5_hwmod,
3497 	.clk		= "l3_iclk_div",
3498 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3499 };
3500 
3501 /* l4_per3 -> timer6 */
3502 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer6 = {
3503 	.master		= &dra7xx_l4_per3_hwmod,
3504 	.slave		= &dra7xx_timer6_hwmod,
3505 	.clk		= "l3_iclk_div",
3506 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3507 };
3508 
3509 /* l4_per3 -> timer7 */
3510 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer7 = {
3511 	.master		= &dra7xx_l4_per3_hwmod,
3512 	.slave		= &dra7xx_timer7_hwmod,
3513 	.clk		= "l3_iclk_div",
3514 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3515 };
3516 
3517 /* l4_per3 -> timer8 */
3518 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer8 = {
3519 	.master		= &dra7xx_l4_per3_hwmod,
3520 	.slave		= &dra7xx_timer8_hwmod,
3521 	.clk		= "l3_iclk_div",
3522 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3523 };
3524 
3525 /* l4_per1 -> timer9 */
3526 static struct omap_hwmod_ocp_if dra7xx_l4_per1__timer9 = {
3527 	.master		= &dra7xx_l4_per1_hwmod,
3528 	.slave		= &dra7xx_timer9_hwmod,
3529 	.clk		= "l3_iclk_div",
3530 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3531 };
3532 
3533 /* l4_per1 -> timer10 */
3534 static struct omap_hwmod_ocp_if dra7xx_l4_per1__timer10 = {
3535 	.master		= &dra7xx_l4_per1_hwmod,
3536 	.slave		= &dra7xx_timer10_hwmod,
3537 	.clk		= "l3_iclk_div",
3538 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3539 };
3540 
3541 /* l4_per1 -> timer11 */
3542 static struct omap_hwmod_ocp_if dra7xx_l4_per1__timer11 = {
3543 	.master		= &dra7xx_l4_per1_hwmod,
3544 	.slave		= &dra7xx_timer11_hwmod,
3545 	.clk		= "l3_iclk_div",
3546 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3547 };
3548 
3549 /* l4_wkup -> timer12 */
3550 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__timer12 = {
3551 	.master		= &dra7xx_l4_wkup_hwmod,
3552 	.slave		= &dra7xx_timer12_hwmod,
3553 	.clk		= "wkupaon_iclk_mux",
3554 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3555 };
3556 
3557 /* l4_per3 -> timer13 */
3558 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer13 = {
3559 	.master		= &dra7xx_l4_per3_hwmod,
3560 	.slave		= &dra7xx_timer13_hwmod,
3561 	.clk		= "l3_iclk_div",
3562 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3563 };
3564 
3565 /* l4_per3 -> timer14 */
3566 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer14 = {
3567 	.master		= &dra7xx_l4_per3_hwmod,
3568 	.slave		= &dra7xx_timer14_hwmod,
3569 	.clk		= "l3_iclk_div",
3570 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3571 };
3572 
3573 /* l4_per3 -> timer15 */
3574 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer15 = {
3575 	.master		= &dra7xx_l4_per3_hwmod,
3576 	.slave		= &dra7xx_timer15_hwmod,
3577 	.clk		= "l3_iclk_div",
3578 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3579 };
3580 
3581 /* l4_per3 -> timer16 */
3582 static struct omap_hwmod_ocp_if dra7xx_l4_per3__timer16 = {
3583 	.master		= &dra7xx_l4_per3_hwmod,
3584 	.slave		= &dra7xx_timer16_hwmod,
3585 	.clk		= "l3_iclk_div",
3586 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3587 };
3588 
3589 /* l4_per1 -> uart1 */
3590 static struct omap_hwmod_ocp_if dra7xx_l4_per1__uart1 = {
3591 	.master		= &dra7xx_l4_per1_hwmod,
3592 	.slave		= &dra7xx_uart1_hwmod,
3593 	.clk		= "l3_iclk_div",
3594 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3595 };
3596 
3597 /* l4_per1 -> uart2 */
3598 static struct omap_hwmod_ocp_if dra7xx_l4_per1__uart2 = {
3599 	.master		= &dra7xx_l4_per1_hwmod,
3600 	.slave		= &dra7xx_uart2_hwmod,
3601 	.clk		= "l3_iclk_div",
3602 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3603 };
3604 
3605 /* l4_per1 -> uart3 */
3606 static struct omap_hwmod_ocp_if dra7xx_l4_per1__uart3 = {
3607 	.master		= &dra7xx_l4_per1_hwmod,
3608 	.slave		= &dra7xx_uart3_hwmod,
3609 	.clk		= "l3_iclk_div",
3610 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3611 };
3612 
3613 /* l4_per1 -> uart4 */
3614 static struct omap_hwmod_ocp_if dra7xx_l4_per1__uart4 = {
3615 	.master		= &dra7xx_l4_per1_hwmod,
3616 	.slave		= &dra7xx_uart4_hwmod,
3617 	.clk		= "l3_iclk_div",
3618 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3619 };
3620 
3621 /* l4_per1 -> uart5 */
3622 static struct omap_hwmod_ocp_if dra7xx_l4_per1__uart5 = {
3623 	.master		= &dra7xx_l4_per1_hwmod,
3624 	.slave		= &dra7xx_uart5_hwmod,
3625 	.clk		= "l3_iclk_div",
3626 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3627 };
3628 
3629 /* l4_per1 -> uart6 */
3630 static struct omap_hwmod_ocp_if dra7xx_l4_per1__uart6 = {
3631 	.master		= &dra7xx_l4_per1_hwmod,
3632 	.slave		= &dra7xx_uart6_hwmod,
3633 	.clk		= "l3_iclk_div",
3634 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3635 };
3636 
3637 /* l4_per2 -> uart7 */
3638 static struct omap_hwmod_ocp_if dra7xx_l4_per2__uart7 = {
3639 	.master		= &dra7xx_l4_per2_hwmod,
3640 	.slave		= &dra7xx_uart7_hwmod,
3641 	.clk		= "l3_iclk_div",
3642 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3643 };
3644 
3645 /* l4_per2 -> uart8 */
3646 static struct omap_hwmod_ocp_if dra7xx_l4_per2__uart8 = {
3647 	.master		= &dra7xx_l4_per2_hwmod,
3648 	.slave		= &dra7xx_uart8_hwmod,
3649 	.clk		= "l3_iclk_div",
3650 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3651 };
3652 
3653 /* l4_per2 -> uart9 */
3654 static struct omap_hwmod_ocp_if dra7xx_l4_per2__uart9 = {
3655 	.master		= &dra7xx_l4_per2_hwmod,
3656 	.slave		= &dra7xx_uart9_hwmod,
3657 	.clk		= "l3_iclk_div",
3658 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3659 };
3660 
3661 /* l4_wkup -> uart10 */
3662 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__uart10 = {
3663 	.master		= &dra7xx_l4_wkup_hwmod,
3664 	.slave		= &dra7xx_uart10_hwmod,
3665 	.clk		= "wkupaon_iclk_mux",
3666 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3667 };
3668 
3669 /* l4_per3 -> usb_otg_ss1 */
3670 static struct omap_hwmod_ocp_if dra7xx_l4_per3__usb_otg_ss1 = {
3671 	.master		= &dra7xx_l4_per3_hwmod,
3672 	.slave		= &dra7xx_usb_otg_ss1_hwmod,
3673 	.clk		= "dpll_core_h13x2_ck",
3674 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3675 };
3676 
3677 /* l4_per3 -> usb_otg_ss2 */
3678 static struct omap_hwmod_ocp_if dra7xx_l4_per3__usb_otg_ss2 = {
3679 	.master		= &dra7xx_l4_per3_hwmod,
3680 	.slave		= &dra7xx_usb_otg_ss2_hwmod,
3681 	.clk		= "dpll_core_h13x2_ck",
3682 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3683 };
3684 
3685 /* l4_per3 -> usb_otg_ss3 */
3686 static struct omap_hwmod_ocp_if dra7xx_l4_per3__usb_otg_ss3 = {
3687 	.master		= &dra7xx_l4_per3_hwmod,
3688 	.slave		= &dra7xx_usb_otg_ss3_hwmod,
3689 	.clk		= "dpll_core_h13x2_ck",
3690 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3691 };
3692 
3693 /* l4_per3 -> usb_otg_ss4 */
3694 static struct omap_hwmod_ocp_if dra7xx_l4_per3__usb_otg_ss4 = {
3695 	.master		= &dra7xx_l4_per3_hwmod,
3696 	.slave		= &dra7xx_usb_otg_ss4_hwmod,
3697 	.clk		= "dpll_core_h13x2_ck",
3698 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3699 };
3700 
3701 /* l3_main_1 -> vcp1 */
3702 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__vcp1 = {
3703 	.master		= &dra7xx_l3_main_1_hwmod,
3704 	.slave		= &dra7xx_vcp1_hwmod,
3705 	.clk		= "l3_iclk_div",
3706 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3707 };
3708 
3709 /* l4_per2 -> vcp1 */
3710 static struct omap_hwmod_ocp_if dra7xx_l4_per2__vcp1 = {
3711 	.master		= &dra7xx_l4_per2_hwmod,
3712 	.slave		= &dra7xx_vcp1_hwmod,
3713 	.clk		= "l3_iclk_div",
3714 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3715 };
3716 
3717 /* l3_main_1 -> vcp2 */
3718 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__vcp2 = {
3719 	.master		= &dra7xx_l3_main_1_hwmod,
3720 	.slave		= &dra7xx_vcp2_hwmod,
3721 	.clk		= "l3_iclk_div",
3722 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3723 };
3724 
3725 /* l4_per2 -> vcp2 */
3726 static struct omap_hwmod_ocp_if dra7xx_l4_per2__vcp2 = {
3727 	.master		= &dra7xx_l4_per2_hwmod,
3728 	.slave		= &dra7xx_vcp2_hwmod,
3729 	.clk		= "l3_iclk_div",
3730 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3731 };
3732 
3733 /* l4_wkup -> wd_timer2 */
3734 static struct omap_hwmod_ocp_if dra7xx_l4_wkup__wd_timer2 = {
3735 	.master		= &dra7xx_l4_wkup_hwmod,
3736 	.slave		= &dra7xx_wd_timer2_hwmod,
3737 	.clk		= "wkupaon_iclk_mux",
3738 	.user		= OCP_USER_MPU | OCP_USER_SDMA,
3739 };
3740 
3741 /* l4_per2 -> epwmss0 */
3742 static struct omap_hwmod_ocp_if dra7xx_l4_per2__epwmss0 = {
3743 	.master		= &dra7xx_l4_per2_hwmod,
3744 	.slave		= &dra7xx_epwmss0_hwmod,
3745 	.clk		= "l4_root_clk_div",
3746 	.user		= OCP_USER_MPU,
3747 };
3748 
3749 /* l4_per2 -> epwmss1 */
3750 static struct omap_hwmod_ocp_if dra7xx_l4_per2__epwmss1 = {
3751 	.master		= &dra7xx_l4_per2_hwmod,
3752 	.slave		= &dra7xx_epwmss1_hwmod,
3753 	.clk		= "l4_root_clk_div",
3754 	.user		= OCP_USER_MPU,
3755 };
3756 
3757 /* l4_per2 -> epwmss2 */
3758 static struct omap_hwmod_ocp_if dra7xx_l4_per2__epwmss2 = {
3759 	.master		= &dra7xx_l4_per2_hwmod,
3760 	.slave		= &dra7xx_epwmss2_hwmod,
3761 	.clk		= "l4_root_clk_div",
3762 	.user		= OCP_USER_MPU,
3763 };
3764 
3765 static struct omap_hwmod_ocp_if *dra7xx_hwmod_ocp_ifs[] __initdata = {
3766 	&dra7xx_l3_main_1__dmm,
3767 	&dra7xx_l3_main_2__l3_instr,
3768 	&dra7xx_l4_cfg__l3_main_1,
3769 	&dra7xx_mpu__l3_main_1,
3770 	&dra7xx_l3_main_1__l3_main_2,
3771 	&dra7xx_l4_cfg__l3_main_2,
3772 	&dra7xx_l3_main_1__l4_cfg,
3773 	&dra7xx_l3_main_1__l4_per1,
3774 	&dra7xx_l3_main_1__l4_per2,
3775 	&dra7xx_l3_main_1__l4_per3,
3776 	&dra7xx_l3_main_1__l4_wkup,
3777 	&dra7xx_l4_per2__atl,
3778 	&dra7xx_l3_main_1__bb2d,
3779 	&dra7xx_l4_wkup__counter_32k,
3780 	&dra7xx_l4_wkup__ctrl_module_wkup,
3781 	&dra7xx_l4_wkup__dcan1,
3782 	&dra7xx_l4_per2__dcan2,
3783 	&dra7xx_l4_per2__cpgmac0,
3784 	&dra7xx_l4_per2__mcasp1,
3785 	&dra7xx_l3_main_1__mcasp1,
3786 	&dra7xx_l4_per2__mcasp2,
3787 	&dra7xx_l3_main_1__mcasp2,
3788 	&dra7xx_l4_per2__mcasp3,
3789 	&dra7xx_l3_main_1__mcasp3,
3790 	&dra7xx_l4_per2__mcasp4,
3791 	&dra7xx_l4_per2__mcasp5,
3792 	&dra7xx_l4_per2__mcasp6,
3793 	&dra7xx_l4_per2__mcasp7,
3794 	&dra7xx_l4_per2__mcasp8,
3795 	&dra7xx_gmac__mdio,
3796 	&dra7xx_l4_cfg__dma_system,
3797 	&dra7xx_l3_main_1__tpcc,
3798 	&dra7xx_l3_main_1__tptc0,
3799 	&dra7xx_l3_main_1__tptc1,
3800 	&dra7xx_l3_main_1__dss,
3801 	&dra7xx_l3_main_1__dispc,
3802 	&dra7xx_l3_main_1__hdmi,
3803 	&dra7xx_l4_per1__elm,
3804 	&dra7xx_l4_wkup__gpio1,
3805 	&dra7xx_l4_per1__gpio2,
3806 	&dra7xx_l4_per1__gpio3,
3807 	&dra7xx_l4_per1__gpio4,
3808 	&dra7xx_l4_per1__gpio5,
3809 	&dra7xx_l4_per1__gpio6,
3810 	&dra7xx_l4_per1__gpio7,
3811 	&dra7xx_l4_per1__gpio8,
3812 	&dra7xx_l3_main_1__gpmc,
3813 	&dra7xx_l4_per1__hdq1w,
3814 	&dra7xx_l4_per1__i2c1,
3815 	&dra7xx_l4_per1__i2c2,
3816 	&dra7xx_l4_per1__i2c3,
3817 	&dra7xx_l4_per1__i2c4,
3818 	&dra7xx_l4_per1__i2c5,
3819 	&dra7xx_l4_cfg__mailbox1,
3820 	&dra7xx_l4_per3__mailbox2,
3821 	&dra7xx_l4_per3__mailbox3,
3822 	&dra7xx_l4_per3__mailbox4,
3823 	&dra7xx_l4_per3__mailbox5,
3824 	&dra7xx_l4_per3__mailbox6,
3825 	&dra7xx_l4_per3__mailbox7,
3826 	&dra7xx_l4_per3__mailbox8,
3827 	&dra7xx_l4_per3__mailbox9,
3828 	&dra7xx_l4_per3__mailbox10,
3829 	&dra7xx_l4_per3__mailbox11,
3830 	&dra7xx_l4_per3__mailbox12,
3831 	&dra7xx_l4_per3__mailbox13,
3832 	&dra7xx_l4_per1__mcspi1,
3833 	&dra7xx_l4_per1__mcspi2,
3834 	&dra7xx_l4_per1__mcspi3,
3835 	&dra7xx_l4_per1__mcspi4,
3836 	&dra7xx_l4_per1__mmc1,
3837 	&dra7xx_l4_per1__mmc2,
3838 	&dra7xx_l4_per1__mmc3,
3839 	&dra7xx_l4_per1__mmc4,
3840 	&dra7xx_l4_cfg__mpu,
3841 	&dra7xx_l4_cfg__ocp2scp1,
3842 	&dra7xx_l4_cfg__ocp2scp3,
3843 	&dra7xx_l3_main_1__pciess1,
3844 	&dra7xx_l4_cfg__pciess1,
3845 	&dra7xx_l3_main_1__pciess2,
3846 	&dra7xx_l4_cfg__pciess2,
3847 	&dra7xx_l3_main_1__qspi,
3848 	&dra7xx_l4_per3__rtcss,
3849 	&dra7xx_l4_cfg__sata,
3850 	&dra7xx_l4_cfg__smartreflex_core,
3851 	&dra7xx_l4_cfg__smartreflex_mpu,
3852 	&dra7xx_l4_cfg__spinlock,
3853 	&dra7xx_l4_wkup__timer1,
3854 	&dra7xx_l4_per1__timer2,
3855 	&dra7xx_l4_per1__timer3,
3856 	&dra7xx_l4_per1__timer4,
3857 	&dra7xx_l4_per3__timer5,
3858 	&dra7xx_l4_per3__timer6,
3859 	&dra7xx_l4_per3__timer7,
3860 	&dra7xx_l4_per3__timer8,
3861 	&dra7xx_l4_per1__timer9,
3862 	&dra7xx_l4_per1__timer10,
3863 	&dra7xx_l4_per1__timer11,
3864 	&dra7xx_l4_per3__timer13,
3865 	&dra7xx_l4_per3__timer14,
3866 	&dra7xx_l4_per3__timer15,
3867 	&dra7xx_l4_per3__timer16,
3868 	&dra7xx_l4_per1__uart1,
3869 	&dra7xx_l4_per1__uart2,
3870 	&dra7xx_l4_per1__uart3,
3871 	&dra7xx_l4_per1__uart4,
3872 	&dra7xx_l4_per1__uart5,
3873 	&dra7xx_l4_per1__uart6,
3874 	&dra7xx_l4_per2__uart7,
3875 	&dra7xx_l4_per2__uart8,
3876 	&dra7xx_l4_per2__uart9,
3877 	&dra7xx_l4_wkup__uart10,
3878 	&dra7xx_l4_per3__usb_otg_ss1,
3879 	&dra7xx_l4_per3__usb_otg_ss2,
3880 	&dra7xx_l4_per3__usb_otg_ss3,
3881 	&dra7xx_l3_main_1__vcp1,
3882 	&dra7xx_l4_per2__vcp1,
3883 	&dra7xx_l3_main_1__vcp2,
3884 	&dra7xx_l4_per2__vcp2,
3885 	&dra7xx_l4_wkup__wd_timer2,
3886 	&dra7xx_l4_per2__epwmss0,
3887 	&dra7xx_l4_per2__epwmss1,
3888 	&dra7xx_l4_per2__epwmss2,
3889 	NULL,
3890 };
3891 
3892 /* GP-only hwmod links */
3893 static struct omap_hwmod_ocp_if *dra7xx_gp_hwmod_ocp_ifs[] __initdata = {
3894 	&dra7xx_l4_wkup__timer12,
3895 	NULL,
3896 };
3897 
3898 /* SoC variant specific hwmod links */
3899 static struct omap_hwmod_ocp_if *dra74x_hwmod_ocp_ifs[] __initdata = {
3900 	&dra7xx_l4_per3__usb_otg_ss4,
3901 	NULL,
3902 };
3903 
3904 static struct omap_hwmod_ocp_if *dra72x_hwmod_ocp_ifs[] __initdata = {
3905 	NULL,
3906 };
3907 
dra7xx_hwmod_init(void)3908 int __init dra7xx_hwmod_init(void)
3909 {
3910 	int ret;
3911 
3912 	omap_hwmod_init();
3913 	ret = omap_hwmod_register_links(dra7xx_hwmod_ocp_ifs);
3914 
3915 	if (!ret && soc_is_dra74x())
3916 		ret = omap_hwmod_register_links(dra74x_hwmod_ocp_ifs);
3917 	else if (!ret && soc_is_dra72x())
3918 		ret = omap_hwmod_register_links(dra72x_hwmod_ocp_ifs);
3919 
3920 	if (!ret && omap_type() == OMAP2_DEVICE_TYPE_GP)
3921 		ret = omap_hwmod_register_links(dra7xx_gp_hwmod_ocp_ifs);
3922 
3923 	return ret;
3924 }
3925