Skip to content

Commit

Permalink
OMAP4: panda: Correct cpu version check for 4430
Browse files Browse the repository at this point in the history
The cpu_is_omap4430() macro always return with 0. Use the correct
cpu_is_omap443x() to check for Panda revision.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
  • Loading branch information
Peter Ujfalusi authored and Liam Girdwood committed Mar 12, 2012
1 parent 3030763 commit 0324e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-omap4panda.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ void omap4_panda_display_init(void)

static void omap4_panda_init_rev(void)
{
if (cpu_is_omap4430()) {
if (cpu_is_omap443x()) {
/* PandaBoard 4430 */
/* ASoC audio configuration */
panda_abe_audio_data.card_name = "PandaBoard";
Expand Down

0 comments on commit 0324e02

Please sign in to comment.