All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 1/4] twl: update overo and pandora i2c data
@ 2008-11-15 20:38 David Brownell
  2008-11-25 23:25 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: David Brownell @ 2008-11-15 20:38 UTC (permalink / raw)
  To: linux-omap

From: David Brownell <dbrownell@users.sourceforge.net>

Update Pandora and Overo board-specific code to report that
they use catalog versions of the twl5030 ... this affects
the range of usable VAUX2 voltages.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
 arch/arm/mach-omap2/board-omap3pandora.c |    2 +-
 arch/arm/mach-omap2/board-overo.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/arch/arm/mach-omap2/board-omap3pandora.c
+++ b/arch/arm/mach-omap2/board-omap3pandora.c
@@ -167,7 +167,7 @@ static struct twl4030_platform_data omap
 
 static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = {
 	{
-		I2C_BOARD_INFO("twl4030", 0x48),
+		I2C_BOARD_INFO("tps65950", 0x48),
 		.flags = I2C_CLIENT_WAKE,
 		.irq = INT_34XX_SYS_NIRQ,
 		.platform_data = &omap3pandora_twldata,
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -167,7 +167,7 @@ static struct twl4030_platform_data over
 
 static struct i2c_board_info __initdata overo_i2c_boardinfo[] = {
 	{
-		I2C_BOARD_INFO("twl4030", 0x48),
+		I2C_BOARD_INFO("tps65950", 0x48),
 		.flags = I2C_CLIENT_WAKE,
 		.irq = INT_34XX_SYS_NIRQ,
 		.platform_data = &overo_twldata,

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch 1/4] twl: update overo and pandora i2c data
  2008-11-15 20:38 [patch 1/4] twl: update overo and pandora i2c data David Brownell
@ 2008-11-25 23:25 ` Tony Lindgren
  2008-11-26  0:24   ` David Brownell
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2008-11-25 23:25 UTC (permalink / raw)
  To: David Brownell; +Cc: linux-omap

* David Brownell <david-b@pacbell.net> [081115 12:54]:
> From: David Brownell <dbrownell@users.sourceforge.net>
> 
> Update Pandora and Overo board-specific code to report that
> they use catalog versions of the twl5030 ... this affects
> the range of usable VAUX2 voltages.

Pushing 1 - 3 to l-o tree, not pushing 4. We'll need to do similar
updates for mainline too btw.

Tony

> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
> ---
>  arch/arm/mach-omap2/board-omap3pandora.c |    2 +-
>  arch/arm/mach-omap2/board-overo.c        |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- a/arch/arm/mach-omap2/board-omap3pandora.c
> +++ b/arch/arm/mach-omap2/board-omap3pandora.c
> @@ -167,7 +167,7 @@ static struct twl4030_platform_data omap
>  
>  static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = {
>  	{
> -		I2C_BOARD_INFO("twl4030", 0x48),
> +		I2C_BOARD_INFO("tps65950", 0x48),
>  		.flags = I2C_CLIENT_WAKE,
>  		.irq = INT_34XX_SYS_NIRQ,
>  		.platform_data = &omap3pandora_twldata,
> --- a/arch/arm/mach-omap2/board-overo.c
> +++ b/arch/arm/mach-omap2/board-overo.c
> @@ -167,7 +167,7 @@ static struct twl4030_platform_data over
>  
>  static struct i2c_board_info __initdata overo_i2c_boardinfo[] = {
>  	{
> -		I2C_BOARD_INFO("twl4030", 0x48),
> +		I2C_BOARD_INFO("tps65950", 0x48),
>  		.flags = I2C_CLIENT_WAKE,
>  		.irq = INT_34XX_SYS_NIRQ,
>  		.platform_data = &overo_twldata,
> --
> 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

* Re: [patch 1/4] twl: update overo and pandora i2c data
  2008-11-25 23:25 ` Tony Lindgren
@ 2008-11-26  0:24   ` David Brownell
  0 siblings, 0 replies; 3+ messages in thread
From: David Brownell @ 2008-11-26  0:24 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

On Tuesday 25 November 2008, Tony Lindgren wrote:
> * David Brownell <david-b@pacbell.net> [081115 12:54]:
> > From: David Brownell <dbrownell@users.sourceforge.net>
> > 
> > Update Pandora and Overo board-specific code to report that
> > they use catalog versions of the twl5030 ... this affects
> > the range of usable VAUX2 voltages.
> 
> Pushing 1 - 3 to l-o tree, not pushing 4. We'll need to do similar
> updates for mainline too btw.

Right, that's part of why this is in a separate patch.
But hmm, board-omap3pandora isn't yet in mainline.  Bummer!

- Dave


> 
> Tony
> 
> > Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
> > ---
> >  arch/arm/mach-omap2/board-omap3pandora.c |    2 +-
> >  arch/arm/mach-omap2/board-overo.c        |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > --- a/arch/arm/mach-omap2/board-omap3pandora.c
> > +++ b/arch/arm/mach-omap2/board-omap3pandora.c
> > @@ -167,7 +167,7 @@ static struct twl4030_platform_data omap
> >  
> >  static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = {
> >  	{
> > -		I2C_BOARD_INFO("twl4030", 0x48),
> > +		I2C_BOARD_INFO("tps65950", 0x48),
> >  		.flags = I2C_CLIENT_WAKE,
> >  		.irq = INT_34XX_SYS_NIRQ,
> >  		.platform_data = &omap3pandora_twldata,
> > --- a/arch/arm/mach-omap2/board-overo.c
> > +++ b/arch/arm/mach-omap2/board-overo.c
> > @@ -167,7 +167,7 @@ static struct twl4030_platform_data over
> >  
> >  static struct i2c_board_info __initdata overo_i2c_boardinfo[] = {
> >  	{
> > -		I2C_BOARD_INFO("twl4030", 0x48),
> > +		I2C_BOARD_INFO("tps65950", 0x48),
> >  		.flags = I2C_CLIENT_WAKE,
> >  		.irq = INT_34XX_SYS_NIRQ,
> >  		.platform_data = &overo_twldata,
> > --
> > 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:[~2008-11-26  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-15 20:38 [patch 1/4] twl: update overo and pandora i2c data David Brownell
2008-11-25 23:25 ` Tony Lindgren
2008-11-26  0:24   ` David Brownell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.