* [PATCH] OMAP4: panda: Correct cpu version check for 4430
@ 2012-02-17 9:27 Peter Ujfalusi
2012-02-22 23:04 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Peter Ujfalusi @ 2012-02-17 9:27 UTC (permalink / raw)
To: Tony Lindgren, Liam Girdwood; +Cc: linux-omap, alsa-devel, Santosh Shilimkar
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>
---
Hi,
Since the depending patches are going via Liam's tree it would be best if we
can queue this via audio as well.
Without this patch the audio on Panda 4430 is not working correctly.
Regards,
Peter
arch/arm/mach-omap2/board-omap4panda.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index eada955..74db647 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -520,7 +520,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";
--
1.7.8.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] OMAP4: panda: Correct cpu version check for 4430
2012-02-17 9:27 [PATCH] OMAP4: panda: Correct cpu version check for 4430 Peter Ujfalusi
@ 2012-02-22 23:04 ` Tony Lindgren
2012-02-28 7:33 ` Peter Ujfalusi
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2012-02-22 23:04 UTC (permalink / raw)
To: Peter Ujfalusi; +Cc: Liam Girdwood, linux-omap, alsa-devel, Santosh Shilimkar
* Peter Ujfalusi <peter.ujfalusi@ti.com> [120217 00:56]:
> 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>
> ---
>
> Hi,
>
> Since the depending patches are going via Liam's tree it would be best if we
> can queue this via audio as well.
> Without this patch the audio on Panda 4430 is not working correctly.
Acked-by: Tony Lindgren <tony@atomide.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] OMAP4: panda: Correct cpu version check for 4430
2012-02-22 23:04 ` Tony Lindgren
@ 2012-02-28 7:33 ` Peter Ujfalusi
0 siblings, 0 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2012-02-28 7:33 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Liam Girdwood, linux-omap, alsa-devel, Santosh Shilimkar
On 02/23/2012 01:04 AM, Tony Lindgren wrote:
> * Peter Ujfalusi <peter.ujfalusi@ti.com> [120217 00:56]:
>> 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>
>> ---
>>
>> Hi,
>>
>> Since the depending patches are going via Liam's tree it would be best if we
>> can queue this via audio as well.
>> Without this patch the audio on Panda 4430 is not working correctly.
>
> Acked-by: Tony Lindgren <tony@atomide.com>
Liam can you pick this patch since it is needed for Panda to correctly
identify the 4430/4460 version of the board.
Thanks,
Péter
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-28 7:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17 9:27 [PATCH] OMAP4: panda: Correct cpu version check for 4430 Peter Ujfalusi
2012-02-22 23:04 ` Tony Lindgren
2012-02-28 7:33 ` Peter Ujfalusi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).