diff options
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 2c9c912f2c42..95c69f95d966 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -109,13 +109,33 @@ static struct resource omap3isp_resources[] = { | |||
109 | .flags = IORESOURCE_MEM, | 109 | .flags = IORESOURCE_MEM, |
110 | }, | 110 | }, |
111 | { | 111 | { |
112 | .start = OMAP3430_ISP_CSI2A_BASE, | 112 | .start = OMAP3430_ISP_CSI2A_REGS1_BASE, |
113 | .end = OMAP3430_ISP_CSI2A_END, | 113 | .end = OMAP3430_ISP_CSI2A_REGS1_END, |
114 | .flags = IORESOURCE_MEM, | 114 | .flags = IORESOURCE_MEM, |
115 | }, | 115 | }, |
116 | { | 116 | { |
117 | .start = OMAP3430_ISP_CSI2PHY_BASE, | 117 | .start = OMAP3430_ISP_CSIPHY2_BASE, |
118 | .end = OMAP3430_ISP_CSI2PHY_END, | 118 | .end = OMAP3430_ISP_CSIPHY2_END, |
119 | .flags = IORESOURCE_MEM, | ||
120 | }, | ||
121 | { | ||
122 | .start = OMAP3630_ISP_CSI2A_REGS2_BASE, | ||
123 | .end = OMAP3630_ISP_CSI2A_REGS2_END, | ||
124 | .flags = IORESOURCE_MEM, | ||
125 | }, | ||
126 | { | ||
127 | .start = OMAP3630_ISP_CSI2C_REGS1_BASE, | ||
128 | .end = OMAP3630_ISP_CSI2C_REGS1_END, | ||
129 | .flags = IORESOURCE_MEM, | ||
130 | }, | ||
131 | { | ||
132 | .start = OMAP3630_ISP_CSIPHY1_BASE, | ||
133 | .end = OMAP3630_ISP_CSIPHY1_END, | ||
134 | .flags = IORESOURCE_MEM, | ||
135 | }, | ||
136 | { | ||
137 | .start = OMAP3630_ISP_CSI2C_REGS2_BASE, | ||
138 | .end = OMAP3630_ISP_CSI2C_REGS2_END, | ||
119 | .flags = IORESOURCE_MEM, | 139 | .flags = IORESOURCE_MEM, |
120 | }, | 140 | }, |
121 | { | 141 | { |