> -----Original Message-----
> From: [email protected] [mailto:linux-media-
> [email protected]] On Behalf Of Aguirre, Sergio
> Sent: Thursday, December 01, 2011 5:45 AM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; Aguirre, Sergio
> Subject: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory
> sections
>
> Signed-off-by: Sergio Aguirre <[email protected]>
> ---
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 16 +++++++++++++---
> 1 files changed, 13 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-
> omap2/omap_hwmod_44xx_data.c
> index 7695e5d..1b59e2f 100644
> --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> @@ -2623,8 +2623,18 @@ static struct omap_hwmod_ocp_if
> *omap44xx_iss_masters[] = {
>
> static struct omap_hwmod_addr_space omap44xx_iss_addrs[] = {
> {
> - .pa_start = 0x52000000,
> - .pa_end = 0x520000ff,
> + .pa_start = OMAP44XX_ISS_TOP_BASE,
> + .pa_end = OMAP44XX_ISS_TOP_END,
> + .flags = ADDR_TYPE_RT
> + },
> + {
> + .pa_start = OMAP44XX_ISS_CSI2_A_REGS1_BASE,
> + .pa_end = OMAP44XX_ISS_CSI2_A_REGS1_END,
> + .flags = ADDR_TYPE_RT
> + },
> + {
> + .pa_start = OMAP44XX_ISS_CAMERARX_CORE1_BASE,
> + .pa_end = OMAP44XX_ISS_CAMERARX_CORE1_END,
> .flags = ADDR_TYPE_RT
> },
This patch will result in build failure, because, the above base addresses
are getting defined in the next patch
[PATCH v2 05/11] OMAP4: Add base addresses for ISS
Thanks,
Vaibhav
> { }
> @@ -5350,7 +5360,7 @@ static __initdata struct omap_hwmod
> *omap44xx_hwmods[] = {
> &omap44xx_ipu_c1_hwmod,
>
> /* iss class */
> -/* &omap44xx_iss_hwmod, */
> + &omap44xx_iss_hwmod,
>
> /* iva class */
> &omap44xx_iva_hwmod,
> --
> 1.7.7.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html