linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Cousson, Benoit" <b-cousson@ti.com>
To: Anand Gadiyar <gadiyar@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	Tony Lindgren <tony@atomide.com>, Paul Walmsley <paul@pwsan.com>,
	Kevin Hilman <khilman@deeprootsystems.com>
Subject: Re: [RFC 4/5] OMAP4: mux: Select CBL package for SDP4430 with ES1
Date: Mon, 27 Sep 2010 09:24:52 +0200	[thread overview]
Message-ID: <4CA046C4.6080304@ti.com> (raw)
In-Reply-To: <4245be19dc809c4c1d16a4c29eed1142@mail.gmail.com>

On 9/25/2010 1:14 AM, Anand Gadiyar wrote:
> Benoit Cousson wrote:
>
>> Signed-off-by: Benoit Cousson<b-cousson@ti.com>
>> Cc: Tony Lindgren<tony@atomide.com>
>> Cc: Paul Walmsley<paul@pwsan.com>
>> Cc: Kevin Hilman<khilman@deeprootsystems.com>
>> ---
>>   arch/arm/mach-omap2/Kconfig         |    1 +
>>   arch/arm/mach-omap2/board-4430sdp.c |   12 ++++++++++++
>>   2 files changed, 13 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
>> index 6aede64..4a8f897 100644
>> --- a/arch/arm/mach-omap2/Kconfig
>> +++ b/arch/arm/mach-omap2/Kconfig
>> @@ -240,6 +240,7 @@ config MACH_OMAP_4430SDP
>>   	bool "OMAP 4430 SDP board"
>>   	default y
>>   	depends on ARCH_OMAP4
>> +	select OMAP_PACKAGE_CBL
>>
>>   config MACH_OMAP4_PANDA
>>   	bool "OMAP4 Panda Board"
>> diff --git a/arch/arm/mach-omap2/board-4430sdp.c
> b/arch/arm/mach-omap2/board-4430sdp.c
>> index 9447644..d087712 100644
>> --- a/arch/arm/mach-omap2/board-4430sdp.c
>> +++ b/arch/arm/mach-omap2/board-4430sdp.c
>> @@ -35,6 +35,8 @@
>>   #include<plat/timer-gp.h>
>>   #include<plat/usb.h>
>>   #include<plat/mmc.h>
>> +
>> +#include "mux.h"
>>   #include "hsmmc.h"
>>
>>   #define ETH_KS8851_IRQ			34
>> @@ -426,10 +428,20 @@ static int __init omap4_i2c_init(void)
>>   	omap_register_i2c_bus(4, 400, NULL, 0);
>>   	return 0;
>>   }
>> +
>> +#ifdef CONFIG_OMAP_MUX
>> +static struct omap_board_mux board_mux[] __initdata = {
>> +	{ .reg_offset = OMAP_MUX_TERMINATOR },
>> +};
>> +#else
>> +#define board_mux	NULL
>> +#endif
>> +
>>   static void __init omap_4430sdp_init(void)
>>   {
>>   	int status;
>>
>> +	omap4_mux_init(board_mux, OMAP_PACKAGE_CBL);
>>   	omap4_i2c_init();
>>   	platform_add_devices(sdp4430_devices,
> ARRAY_SIZE(sdp4430_devices));
>>   	omap_serial_init();
>
>
> Panda uses the same package I believe - I'll double check and update
> that board file. I'll test this series tomorrow on both boards.

Probably, please note that there is a new CBS package for ES2.0.

I've just generated the data, I'll send you that ASAP, since I do not 
have ES2 board to check that anyway :-(

Thanks,
Benoit

  reply	other threads:[~2010-09-27  7:24 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-24  9:15 [RFC 0/5] OMAP4: mux: Add the OMAP4430 ES1 support Benoit Cousson
2010-09-24  9:15 ` [RFC 1/5] OMAP: mux: Add support for control module split in several partitions Benoit Cousson
2010-09-25  0:22   ` Tony Lindgren
2010-09-27 15:46     ` Tony Lindgren
2010-09-27 17:24       ` Cousson, Benoit
2010-09-27 17:36         ` Tony Lindgren
2010-09-27 20:03           ` Cousson, Benoit
2010-09-27 20:06             ` Tony Lindgren
2010-09-24  9:15 ` [RFC 2/5] OMAP: mux: Make low level function private Benoit Cousson
2010-09-24 23:09   ` Gadiyar, Anand
2010-09-24 23:50     ` Tim Nordell
2010-09-25  0:07       ` Anand Gadiyar
2010-09-25  6:48         ` Tim Nordell
2010-09-24  9:15 ` [RFC 3/5] OMAP4: mux: Add data for OMAP4430 ES1 Benoit Cousson
2010-09-24 23:18   ` Anand Gadiyar
2010-09-27  9:31     ` Cousson, Benoit
2010-09-24  9:15 ` [RFC 4/5] OMAP4: mux: Select CBL package for SDP4430 with ES1 Benoit Cousson
2010-09-24 23:14   ` Anand Gadiyar
2010-09-27  7:24     ` Cousson, Benoit [this message]
2010-09-24  9:15 ` [RFC 5/5] OMAP4: mux: Temporary initial SDP4430 mux settings Benoit Cousson
2010-10-18 18:09 ` [RFC 0/5] OMAP4: mux: Add the OMAP4430 ES1 support Menon, Nishanth
2010-10-18 20:51   ` Cousson, Benoit
2010-10-18 20:53     ` Menon, Nishanth
2010-10-18 20:57       ` Cousson, Benoit
2010-10-18 21:08         ` Menon, Nishanth
2010-10-18 23:00     ` Tony Lindgren
2010-10-18 23:12       ` Cousson, Benoit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CA046C4.6080304@ti.com \
    --to=b-cousson@ti.com \
    --cc=gadiyar@ti.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).