All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP4: 4430sdp: OTG: increase max allowed output current
@ 2012-07-12 13:25 Ruslan Bilovol
  2012-07-13  5:53 ` ABRAHAM, KISHON VIJAY
  0 siblings, 1 reply; 4+ messages in thread
From: Ruslan Bilovol @ 2012-07-12 13:25 UTC (permalink / raw)
  To: balbi, tony, linux-omap

TWL6030/32 that is used on 4430sdp board can deliver up to 200mA
for OTG port power supply in the HOST mode.

Signed-off-by: Ruslan Bilovol <ruslan.bilovol@ti.com>
---
 arch/arm/mach-omap2/board-4430sdp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 8e17284..10223f5 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -429,7 +429,7 @@ static struct platform_device *sdp4430_devices[] __initdata = {
 static struct omap_musb_board_data musb_board_data = {
 	.interface_type		= MUSB_INTERFACE_UTMI,
 	.mode			= MUSB_OTG,
-	.power			= 100,
+	.power			= 200,
 };
 
 static struct omap2_hsmmc_info mmc[] = {
-- 
1.7.1


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

* Re: [PATCH] OMAP4: 4430sdp: OTG: increase max allowed output current
  2012-07-12 13:25 [PATCH] OMAP4: 4430sdp: OTG: increase max allowed output current Ruslan Bilovol
@ 2012-07-13  5:53 ` ABRAHAM, KISHON VIJAY
  2012-07-18  9:43   ` Ruslan Bilovol
  0 siblings, 1 reply; 4+ messages in thread
From: ABRAHAM, KISHON VIJAY @ 2012-07-13  5:53 UTC (permalink / raw)
  To: Ruslan Bilovol; +Cc: balbi, tony, linux-omap

Hi,

On Thu, Jul 12, 2012 at 6:55 PM, Ruslan Bilovol <ruslan.bilovol@ti.com> wrote:
> TWL6030/32 that is used on 4430sdp board can deliver up to 200mA
> for OTG port power supply in the HOST mode.
>
> Signed-off-by: Ruslan Bilovol <ruslan.bilovol@ti.com>
> ---
>  arch/arm/mach-omap2/board-4430sdp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
> index 8e17284..10223f5 100644
> --- a/arch/arm/mach-omap2/board-4430sdp.c
> +++ b/arch/arm/mach-omap2/board-4430sdp.c
> @@ -429,7 +429,7 @@ static struct platform_device *sdp4430_devices[] __initdata = {
>  static struct omap_musb_board_data musb_board_data = {
>         .interface_type         = MUSB_INTERFACE_UTMI,
>         .mode                   = MUSB_OTG,
> -       .power                  = 100,
> +       .power                  = 200,
>  };

Shouldn't this change be made for omap4 panda as well.

Thanks
Kishon

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

* Re: [PATCH] OMAP4: 4430sdp: OTG: increase max allowed output current
  2012-07-13  5:53 ` ABRAHAM, KISHON VIJAY
@ 2012-07-18  9:43   ` Ruslan Bilovol
  2012-08-15  6:05     ` Felipe Balbi
  0 siblings, 1 reply; 4+ messages in thread
From: Ruslan Bilovol @ 2012-07-18  9:43 UTC (permalink / raw)
  To: ABRAHAM, KISHON VIJAY; +Cc: balbi, tony, linux-omap

Hi,

On Fri, Jul 13, 2012 at 8:53 AM, ABRAHAM, KISHON VIJAY <kishon@ti.com>
wrote:
>
> Hi,
>
> On Thu, Jul 12, 2012 at 6:55 PM, Ruslan Bilovol <ruslan.bilovol@ti.com>
> wrote:
> > TWL6030/32 that is used on 4430sdp board can deliver up to 200mA
> > for OTG port power supply in the HOST mode.
> >
> > Signed-off-by: Ruslan Bilovol <ruslan.bilovol@ti.com>
> > ---
> >  arch/arm/mach-omap2/board-4430sdp.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap2/board-4430sdp.c
> > b/arch/arm/mach-omap2/board-4430sdp.c
> > index 8e17284..10223f5 100644
> > --- a/arch/arm/mach-omap2/board-4430sdp.c
> > +++ b/arch/arm/mach-omap2/board-4430sdp.c
> > @@ -429,7 +429,7 @@ static struct platform_device *sdp4430_devices[]
> > __initdata = {
> >  static struct omap_musb_board_data musb_board_data = {
> >         .interface_type         = MUSB_INTERFACE_UTMI,
> >         .mode                   = MUSB_OTG,
> > -       .power                  = 100,
> > +       .power                  = 200,
> >  };
>
> Shouldn't this change be made for omap4 panda as well.

Yes, omap4 panda uses same TWL IC. Should I fix this patch or send
separate for panda?

--
Best regards,
Ruslan Bilovol

>
> Thanks
> Kishon

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

* Re: [PATCH] OMAP4: 4430sdp: OTG: increase max allowed output current
  2012-07-18  9:43   ` Ruslan Bilovol
@ 2012-08-15  6:05     ` Felipe Balbi
  0 siblings, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2012-08-15  6:05 UTC (permalink / raw)
  To: Ruslan Bilovol; +Cc: ABRAHAM, KISHON VIJAY, balbi, tony, linux-omap

[-- Attachment #1: Type: text/plain, Size: 1411 bytes --]

On Wed, Jul 18, 2012 at 12:43:22PM +0300, Ruslan Bilovol wrote:
> Hi,
> 
> On Fri, Jul 13, 2012 at 8:53 AM, ABRAHAM, KISHON VIJAY <kishon@ti.com>
> wrote:
> >
> > Hi,
> >
> > On Thu, Jul 12, 2012 at 6:55 PM, Ruslan Bilovol <ruslan.bilovol@ti.com>
> > wrote:
> > > TWL6030/32 that is used on 4430sdp board can deliver up to 200mA
> > > for OTG port power supply in the HOST mode.
> > >
> > > Signed-off-by: Ruslan Bilovol <ruslan.bilovol@ti.com>
> > > ---
> > >  arch/arm/mach-omap2/board-4430sdp.c |    2 +-
> > >  1 files changed, 1 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/arch/arm/mach-omap2/board-4430sdp.c
> > > b/arch/arm/mach-omap2/board-4430sdp.c
> > > index 8e17284..10223f5 100644
> > > --- a/arch/arm/mach-omap2/board-4430sdp.c
> > > +++ b/arch/arm/mach-omap2/board-4430sdp.c
> > > @@ -429,7 +429,7 @@ static struct platform_device *sdp4430_devices[]
> > > __initdata = {
> > >  static struct omap_musb_board_data musb_board_data = {
> > >         .interface_type         = MUSB_INTERFACE_UTMI,
> > >         .mode                   = MUSB_OTG,
> > > -       .power                  = 100,
> > > +       .power                  = 200,
> > >  };
> >
> > Shouldn't this change be made for omap4 panda as well.
> 
> Yes, omap4 panda uses same TWL IC. Should I fix this patch or send
> separate for panda?

Fix this patch would be nicer.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-08-15  6:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 13:25 [PATCH] OMAP4: 4430sdp: OTG: increase max allowed output current Ruslan Bilovol
2012-07-13  5:53 ` ABRAHAM, KISHON VIJAY
2012-07-18  9:43   ` Ruslan Bilovol
2012-08-15  6:05     ` Felipe Balbi

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.