-----Original Message-----
From: Premi, Sanjeev [mailto:pr...@ti.com] 
Sent: Thursday, October 28, 2010 7:47 PM
To: srin...@mistralsolutions.com; linux-omap@vger.kernel.org
Cc: Kridner, Jason; t...@atomide.com; khil...@deeprootsystems.com; Menon,
Nishanth; nagen...@mistralsolutions.com; ume...@mistralsolutions.com
Subject: RE: [Patch v3] OMAP: AM3517/05: Add craneboard support

> -----Original Message-----
> From: linux-omap-ow...@vger.kernel.org 
> [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of 
> srin...@mistralsolutions.com
> Sent: Thursday, October 28, 2010 6:59 PM
> To: linux-omap@vger.kernel.org
> Cc: Kridner, Jason; t...@atomide.com; 
> khil...@deeprootsystems.com; Menon, Nishanth; 
> nagen...@mistralsolutions.com; ume...@mistralsolutions.com; Srinath
> Subject: [Patch v3] OMAP: AM3517/05: Add craneboard support
> 

[snip]

> +MACHINE_START(CRANEBOARD, "AM3517/05 CRANEBOARD")

Compared against AM3715, I see these missing:
        .phys_io        = 0x48000000,
        .io_pg_offst    = ((0xd8000000) >> 18) & 0xfffc,

Are these not required?

[Srintah] According to commit ID de01f1735c9a8c00b3625507c7327a1f0b347b7b,
io_pg_offst and phys_io members are 
no more required in struct machine_desc

> +     .boot_params    = 0x80000100,
> +     .map_io         = omap3_map_io,
> +     .reserve        = omap_reserve,
              ^^^^^^^^
Check for mix of space & tabs here.

[Srintah] Sure, I will update and re-submit patch 

~sanjeev

> +     .init_irq       = am3517_crane_init_irq,
> +     .init_machine   = am3517_crane_init,
> +     .timer          = &omap_timer,
> +MACHINE_END
> diff --git a/arch/arm/plat-omap/include/plat/uncompress.h 
> b/arch/arm/plat-omap/include/plat/uncompress.h
> index 9036e37..229fbf2 100644
> --- a/arch/arm/plat-omap/include/plat/uncompress.h
> +++ b/arch/arm/plat-omap/include/plat/uncompress.h
> @@ -145,6 +145,7 @@ static inline void 
> __arch_decomp_setup(unsigned long arch_id)
>               /* omap3 based boards using UART3 */
>               DEBUG_LL_OMAP3(3, cm_t35);
>               DEBUG_LL_OMAP3(3, cm_t3517);
> +             DEBUG_LL_OMAP3(3, craneboard);
>               DEBUG_LL_OMAP3(3, igep0020);
>               DEBUG_LL_OMAP3(3, igep0030);
>               DEBUG_LL_OMAP3(3, nokia_rx51);
> -- 
> 1.7.1.226.g770c5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe 
> linux-omap" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> =

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to