Hi Jacob.

Some quick comments.

        Sam

> diff --git a/arch/arm/configs/omap3_defconfig 
> b/arch/arm/configs/omap3_defconfig
> index 5db9a6b..f510dfd 100644
> --- a/arch/arm/configs/omap3_defconfig
> +++ b/arch/arm/configs/omap3_defconfig
> @@ -37,6 +37,8 @@ CONFIG_MACH_OMAP_2430SDP=y
>  CONFIG_MACH_OMAP3_BEAGLE=y
>  CONFIG_MACH_DEVKIT8000=y
>  CONFIG_MACH_OMAP_LDP=y
> +CONFIG_MACH_OMAP3530_LV_SOM=y
> +CONFIG_MACH_OMAP3_TORPEDO=y
>  CONFIG_MACH_OVERO=y
>  CONFIG_MACH_OMAP3EVM=y
>  CONFIG_MACH_OMAP3517EVM=y

Are the omap3_defconfig supposed to enable all omap board variants?
Otherwise leave this change out.

> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index b48bacf..42e7d4a 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -135,6 +135,14 @@ config MACH_OMAP_LDP
>       default y
>       select OMAP_PACKAGE_CBB
>  
> +config MACH_OMAP3530_LV_SOM
> +     bool "OMAP3 Logic 3530 LV SOM board"
> +     depends on ARCH_OMAP3
> +
> +config MACH_OMAP3_TORPEDO
> +     bool "OMAP3 Logic 35x Torpedo board"
> +     depends on ARCH_OMAP3
> +

Some help would be beneficial.
URL's to product descriptions etc could be included there.
You may alos consider telling people this is a TI deriviate etc.

> +static void __init omap3logic_init_irq(void)
> +{
> +     omap_board_config = omap3logic_config;
> +     omap_board_config_size = ARRAY_SIZE(omap3logic_config);
> +     omap2_init_common_hw(mt46h32m32lf6_sdrc_params,
> +                             mt46h32m32lf6_sdrc_params);
> +     omap_init_irq();
> +#ifdef CONFIG_OMAP_32K_TIMER
> +     omap2_gp_clockevent_set_gptimer(12);
> +#endif

Fix this on the called site. There is zero reason
to sprinkle all user of omap2_gp_clockevent_set_gptimer()
with ifdef/endif.

> +     /* Ensure SDRC pins are mux'd for self-refresh */
> +/*   omap_cfg_reg(H16_34XX_SDRC_CKE0);
> +     omap_cfg_reg(H17_34XX_SDRC_CKE1);
> +     omap_cfg_reg(SDRC_CKE0);
> +     omap_cfg_reg(SDRC_CKE1); */

Why do we have code that is not in use?

--
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