Skip to content

Commit

Permalink
omap: Devkit8000: Fix typo in pin name
Browse files Browse the repository at this point in the history
Replace wrong sdr_cke[01] with sdrc_cke[01].

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Thomas Weber authored and Tony Lindgren committed Apr 23, 2010
1 parent 51824c5 commit 3cdc6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/board-devkit8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@ static void __init devkit8000_init(void)
devkit8000_flash_init();

/* Ensure SDRC pins are mux'd for self-refresh */
omap_mux_init_signal("sdr_cke0", OMAP_PIN_OUTPUT);
omap_mux_init_signal("sdr_cke1", OMAP_PIN_OUTPUT);
omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT);
omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT);
}

static void __init devkit8000_map_io(void)
Expand Down

0 comments on commit 3cdc6ee

Please sign in to comment.