Use dentry_path() to create full path to inode object
[pohmelfs.git] / arch / arm / mach-omap2 / omap_hwmod_2xxx_3xxx_ipblock_data.c
blobf08e442af3976d371bda89390c6529fe25839604
1 /*
2 * omap_hwmod_2xxx_3xxx_ipblock_data.c - common IP block data for OMAP2/3
4 * Copyright (C) 2011 Nokia Corporation
5 * Paul Walmsley
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 #include <plat/omap_hwmod.h>
12 #include <plat/serial.h>
13 #include <plat/dma.h>
14 #include <plat/common.h>
16 #include <mach/irqs.h>
18 #include "omap_hwmod_common_data.h"
20 /* UART */
22 static struct omap_hwmod_class_sysconfig omap2_uart_sysc = {
23 .rev_offs = 0x50,
24 .sysc_offs = 0x54,
25 .syss_offs = 0x58,
26 .sysc_flags = (SYSC_HAS_SIDLEMODE |
27 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
28 SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
29 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
30 .sysc_fields = &omap_hwmod_sysc_type1,
33 struct omap_hwmod_class omap2_uart_class = {
34 .name = "uart",
35 .sysc = &omap2_uart_sysc,
39 * 'dss' class
40 * display sub-system
43 static struct omap_hwmod_class_sysconfig omap2_dss_sysc = {
44 .rev_offs = 0x0000,
45 .sysc_offs = 0x0010,
46 .syss_offs = 0x0014,
47 .sysc_flags = (SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
48 SYSS_HAS_RESET_STATUS),
49 .sysc_fields = &omap_hwmod_sysc_type1,
52 struct omap_hwmod_class omap2_dss_hwmod_class = {
53 .name = "dss",
54 .sysc = &omap2_dss_sysc,
55 .reset = omap_dss_reset,
59 * 'rfbi' class
60 * remote frame buffer interface
63 static struct omap_hwmod_class_sysconfig omap2_rfbi_sysc = {
64 .rev_offs = 0x0000,
65 .sysc_offs = 0x0010,
66 .syss_offs = 0x0014,
67 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
68 SYSC_HAS_AUTOIDLE),
69 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
70 .sysc_fields = &omap_hwmod_sysc_type1,
73 struct omap_hwmod_class omap2_rfbi_hwmod_class = {
74 .name = "rfbi",
75 .sysc = &omap2_rfbi_sysc,
79 * 'venc' class
80 * video encoder
83 struct omap_hwmod_class omap2_venc_hwmod_class = {
84 .name = "venc",
88 /* Common DMA request line data */
89 struct omap_hwmod_dma_info omap2_uart1_sdma_reqs[] = {
90 { .name = "rx", .dma_req = OMAP24XX_DMA_UART1_RX, },
91 { .name = "tx", .dma_req = OMAP24XX_DMA_UART1_TX, },
92 { .dma_req = -1 }
95 struct omap_hwmod_dma_info omap2_uart2_sdma_reqs[] = {
96 { .name = "rx", .dma_req = OMAP24XX_DMA_UART2_RX, },
97 { .name = "tx", .dma_req = OMAP24XX_DMA_UART2_TX, },
98 { .dma_req = -1 }
101 struct omap_hwmod_dma_info omap2_uart3_sdma_reqs[] = {
102 { .name = "rx", .dma_req = OMAP24XX_DMA_UART3_RX, },
103 { .name = "tx", .dma_req = OMAP24XX_DMA_UART3_TX, },
104 { .dma_req = -1 }
107 struct omap_hwmod_dma_info omap2_i2c1_sdma_reqs[] = {
108 { .name = "tx", .dma_req = OMAP24XX_DMA_I2C1_TX },
109 { .name = "rx", .dma_req = OMAP24XX_DMA_I2C1_RX },
110 { .dma_req = -1 }
113 struct omap_hwmod_dma_info omap2_i2c2_sdma_reqs[] = {
114 { .name = "tx", .dma_req = OMAP24XX_DMA_I2C2_TX },
115 { .name = "rx", .dma_req = OMAP24XX_DMA_I2C2_RX },
116 { .dma_req = -1 }
119 struct omap_hwmod_dma_info omap2_mcspi1_sdma_reqs[] = {
120 { .name = "tx0", .dma_req = 35 }, /* DMA_SPI1_TX0 */
121 { .name = "rx0", .dma_req = 36 }, /* DMA_SPI1_RX0 */
122 { .name = "tx1", .dma_req = 37 }, /* DMA_SPI1_TX1 */
123 { .name = "rx1", .dma_req = 38 }, /* DMA_SPI1_RX1 */
124 { .name = "tx2", .dma_req = 39 }, /* DMA_SPI1_TX2 */
125 { .name = "rx2", .dma_req = 40 }, /* DMA_SPI1_RX2 */
126 { .name = "tx3", .dma_req = 41 }, /* DMA_SPI1_TX3 */
127 { .name = "rx3", .dma_req = 42 }, /* DMA_SPI1_RX3 */
128 { .dma_req = -1 }
131 struct omap_hwmod_dma_info omap2_mcspi2_sdma_reqs[] = {
132 { .name = "tx0", .dma_req = 43 }, /* DMA_SPI2_TX0 */
133 { .name = "rx0", .dma_req = 44 }, /* DMA_SPI2_RX0 */
134 { .name = "tx1", .dma_req = 45 }, /* DMA_SPI2_TX1 */
135 { .name = "rx1", .dma_req = 46 }, /* DMA_SPI2_RX1 */
136 { .dma_req = -1 }
139 struct omap_hwmod_dma_info omap2_mcbsp1_sdma_reqs[] = {
140 { .name = "rx", .dma_req = 32 },
141 { .name = "tx", .dma_req = 31 },
142 { .dma_req = -1 }
145 struct omap_hwmod_dma_info omap2_mcbsp2_sdma_reqs[] = {
146 { .name = "rx", .dma_req = 34 },
147 { .name = "tx", .dma_req = 33 },
148 { .dma_req = -1 }
151 struct omap_hwmod_dma_info omap2_mcbsp3_sdma_reqs[] = {
152 { .name = "rx", .dma_req = 18 },
153 { .name = "tx", .dma_req = 17 },
154 { .dma_req = -1 }
157 /* Other IP block data */
161 * omap_hwmod class data
164 struct omap_hwmod_class l3_hwmod_class = {
165 .name = "l3"
168 struct omap_hwmod_class l4_hwmod_class = {
169 .name = "l4"
172 struct omap_hwmod_class mpu_hwmod_class = {
173 .name = "mpu"
176 struct omap_hwmod_class iva_hwmod_class = {
177 .name = "iva"
180 /* Common MPU IRQ line data */
182 struct omap_hwmod_irq_info omap2_timer1_mpu_irqs[] = {
183 { .irq = 37, },
184 { .irq = -1 }
187 struct omap_hwmod_irq_info omap2_timer2_mpu_irqs[] = {
188 { .irq = 38, },
189 { .irq = -1 }
192 struct omap_hwmod_irq_info omap2_timer3_mpu_irqs[] = {
193 { .irq = 39, },
194 { .irq = -1 }
197 struct omap_hwmod_irq_info omap2_timer4_mpu_irqs[] = {
198 { .irq = 40, },
199 { .irq = -1 }
202 struct omap_hwmod_irq_info omap2_timer5_mpu_irqs[] = {
203 { .irq = 41, },
204 { .irq = -1 }
207 struct omap_hwmod_irq_info omap2_timer6_mpu_irqs[] = {
208 { .irq = 42, },
209 { .irq = -1 }
212 struct omap_hwmod_irq_info omap2_timer7_mpu_irqs[] = {
213 { .irq = 43, },
214 { .irq = -1 }
217 struct omap_hwmod_irq_info omap2_timer8_mpu_irqs[] = {
218 { .irq = 44, },
219 { .irq = -1 }
222 struct omap_hwmod_irq_info omap2_timer9_mpu_irqs[] = {
223 { .irq = 45, },
224 { .irq = -1 }
227 struct omap_hwmod_irq_info omap2_timer10_mpu_irqs[] = {
228 { .irq = 46, },
229 { .irq = -1 }
232 struct omap_hwmod_irq_info omap2_timer11_mpu_irqs[] = {
233 { .irq = 47, },
234 { .irq = -1 }
237 struct omap_hwmod_irq_info omap2_uart1_mpu_irqs[] = {
238 { .irq = INT_24XX_UART1_IRQ, },
239 { .irq = -1 }
242 struct omap_hwmod_irq_info omap2_uart2_mpu_irqs[] = {
243 { .irq = INT_24XX_UART2_IRQ, },
244 { .irq = -1 }
247 struct omap_hwmod_irq_info omap2_uart3_mpu_irqs[] = {
248 { .irq = INT_24XX_UART3_IRQ, },
249 { .irq = -1 }
252 struct omap_hwmod_irq_info omap2_dispc_irqs[] = {
253 { .irq = 25 },
254 { .irq = -1 }
257 struct omap_hwmod_irq_info omap2_i2c1_mpu_irqs[] = {
258 { .irq = INT_24XX_I2C1_IRQ, },
259 { .irq = -1 }
262 struct omap_hwmod_irq_info omap2_i2c2_mpu_irqs[] = {
263 { .irq = INT_24XX_I2C2_IRQ, },
264 { .irq = -1 }
267 struct omap_hwmod_irq_info omap2_gpio1_irqs[] = {
268 { .irq = 29 }, /* INT_24XX_GPIO_BANK1 */
269 { .irq = -1 }
272 struct omap_hwmod_irq_info omap2_gpio2_irqs[] = {
273 { .irq = 30 }, /* INT_24XX_GPIO_BANK2 */
274 { .irq = -1 }
277 struct omap_hwmod_irq_info omap2_gpio3_irqs[] = {
278 { .irq = 31 }, /* INT_24XX_GPIO_BANK3 */
279 { .irq = -1 }
282 struct omap_hwmod_irq_info omap2_gpio4_irqs[] = {
283 { .irq = 32 }, /* INT_24XX_GPIO_BANK4 */
284 { .irq = -1 }
287 struct omap_hwmod_irq_info omap2_dma_system_irqs[] = {
288 { .name = "0", .irq = 12 }, /* INT_24XX_SDMA_IRQ0 */
289 { .name = "1", .irq = 13 }, /* INT_24XX_SDMA_IRQ1 */
290 { .name = "2", .irq = 14 }, /* INT_24XX_SDMA_IRQ2 */
291 { .name = "3", .irq = 15 }, /* INT_24XX_SDMA_IRQ3 */
292 { .irq = -1 }
295 struct omap_hwmod_irq_info omap2_mcspi1_mpu_irqs[] = {
296 { .irq = 65 },
297 { .irq = -1 }
300 struct omap_hwmod_irq_info omap2_mcspi2_mpu_irqs[] = {
301 { .irq = 66 },
302 { .irq = -1 }