Commit 0324e02a authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Liam Girdwood

OMAP4: panda: Correct cpu version check for 4430

The cpu_is_omap4430() macro always return with 0. Use the correct
cpu_is_omap443x() to check for Panda revision.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarLiam Girdwood <lrg@ti.com>
parent 30307634
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment