Re: [PATCH] RX51: Add support for SDRAM chip select 1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Tero,

You should also ensure that the CKE signals mux settings are correct cf. an 
example for Overo at http://patchwork.kernel.org/patch/28598/.

Note: the config option CONFIG_OMAP_MUX must be set for the omap_cfg* 
functions to have any effect.

Regards,
Jean

On Monday 08 June 2009 14:03:23 Tero Kristo wrote:
> From: Tero Kristo <tero.kristo@xxxxxxxxx>
>
> Applies on top of PM branch.
>
> Signed-off-by: Tero Kristo <tero.kristo@xxxxxxxxx>
> ---
>  arch/arm/mach-omap2/board-rx51.c |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-rx51.c
> b/arch/arm/mach-omap2/board-rx51.c index 3e4b7f8..7ab8a74 100644
> --- a/arch/arm/mach-omap2/board-rx51.c
> +++ b/arch/arm/mach-omap2/board-rx51.c
> @@ -61,7 +61,11 @@ static struct omap_bluetooth_config rx51_bt_config = {
>
>  static void __init rx51_init_irq(void)
>  {
> -	omap2_init_common_hw(rx51_get_sdram_timings(), NULL,
> +	struct omap_sdrc_params *sdrc_params;
> +
> +	sdrc_params = rx51_get_sdram_timings();
> +
> +	omap2_init_common_hw(sdrc_params, sdrc_params,
>  			     omap3_mpu_rate_table,
>  			     omap3_dsp_rate_table,
>  			     omap3_l3_rate_table);


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

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux