linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* vdds_dsi doesn't exist on all omap3430 arch chip
@ 2010-03-04 10:29 stanley.miao
  2010-03-04 10:37 ` Tomi Valkeinen
  0 siblings, 1 reply; 5+ messages in thread
From: stanley.miao @ 2010-03-04 10:29 UTC (permalink / raw)
  To: Tomi Valkeinen; +Cc: linux-fbdev-devel, linux-omap

Hi, Tomi,

The commit below:
http://www.gitorious.org/linux-omap-dss2/linux/commit/ec70668fa99b2dd0d305fbdb451a728f2e2a4c58
doesn't apply to ti_omap_am3517. There is no "vdds_dsi" on am3517.

Stanley.


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

* Re: vdds_dsi doesn't exist on all omap3430 arch chip
  2010-03-04 10:29 vdds_dsi doesn't exist on all omap3430 arch chip stanley.miao
@ 2010-03-04 10:37 ` Tomi Valkeinen
  2010-03-04 16:00   ` Hiremath, Vaibhav
  0 siblings, 1 reply; 5+ messages in thread
From: Tomi Valkeinen @ 2010-03-04 10:37 UTC (permalink / raw)
  To: ext stanley.miao; +Cc: linux-fbdev-devel, linux-omap

Hi,

On Thu, 2010-03-04 at 11:29 +0100, ext stanley.miao wrote:
> Hi, Tomi,
> 
> The commit below:
> http://www.gitorious.org/linux-omap-dss2/linux/commit/ec70668fa99b2dd0d305fbdb451a728f2e2a4c58
> doesn't apply to ti_omap_am3517. There is no "vdds_dsi" on am3517.

DSS hardware seems to require vdds_dsi power on OMAP3 chips. You need to
add it to the board file's regulator configuration. Or do you mean that
on am3517 there's no power connected to OMAP's vdds_dsi line?

 Tomi



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

* RE: vdds_dsi doesn't exist on all omap3430 arch chip
  2010-03-04 10:37 ` Tomi Valkeinen
@ 2010-03-04 16:00   ` Hiremath, Vaibhav
  2010-03-04 16:15     ` Tomi Valkeinen
  0 siblings, 1 reply; 5+ messages in thread
From: Hiremath, Vaibhav @ 2010-03-04 16:00 UTC (permalink / raw)
  To: Tomi Valkeinen, ext stanley.miao; +Cc: linux-fbdev-devel, linux-omap


> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> owner@vger.kernel.org] On Behalf Of Tomi Valkeinen
> Sent: Thursday, March 04, 2010 4:07 PM
> To: ext stanley.miao
> Cc: linux-fbdev-devel@lists.sourceforge.net; linux-omap@vger.kernel.org
> Subject: Re: vdds_dsi doesn't exist on all omap3430 arch chip
> 
> Hi,
> 
> On Thu, 2010-03-04 at 11:29 +0100, ext stanley.miao wrote:
> > Hi, Tomi,
> >
> > The commit below:
> > http://www.gitorious.org/linux-omap-
> dss2/linux/commit/ec70668fa99b2dd0d305fbdb451a728f2e2a4c58
> > doesn't apply to ti_omap_am3517. There is no "vdds_dsi" on am3517.
> 
> DSS hardware seems to require vdds_dsi power on OMAP3 chips. You need to
> add it to the board file's regulator configuration. Or do you mean that
> on am3517 there's no power connected to OMAP's vdds_dsi line?
> 
[Hiremath, Vaibhav] Tomi,

Currently we do have only one EVM for AM3517 available in the market and which doesn't support DSI interface, so there is no DSI power source available or required. Also the power chip being used is low cost which doesn't have these many sources available. 

At-least for our internal release, the quick solution I did is, I have encapsulated the regulator_* API calls under !cpu_is_omap3517() && !cpu_is_omap3505().

The ideal solution would be to take the input from board hook up part for power supply also, that way we can support OMAP3 based various EVM's where we have different power chip. Since I am busy with some other high priority issues, I will be able to take this up after this only.


Thanks,
Vaibhav

>  Tomi
> 
> 
> --
> 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] 5+ messages in thread

* RE: vdds_dsi doesn't exist on all omap3430 arch chip
  2010-03-04 16:00   ` Hiremath, Vaibhav
@ 2010-03-04 16:15     ` Tomi Valkeinen
  2010-03-05  3:55       ` Hiremath, Vaibhav
  0 siblings, 1 reply; 5+ messages in thread
From: Tomi Valkeinen @ 2010-03-04 16:15 UTC (permalink / raw)
  To: ext Hiremath, Vaibhav; +Cc: ext stanley.miao, linux-fbdev-devel, linux-omap

On Thu, 2010-03-04 at 17:00 +0100, ext Hiremath, Vaibhav wrote:
> > -----Original Message-----
> > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> > owner@vger.kernel.org] On Behalf Of Tomi Valkeinen
> > Sent: Thursday, March 04, 2010 4:07 PM
> > To: ext stanley.miao
> > Cc: linux-fbdev-devel@lists.sourceforge.net; linux-omap@vger.kernel.org
> > Subject: Re: vdds_dsi doesn't exist on all omap3430 arch chip
> > 
> > Hi,
> > 
> > On Thu, 2010-03-04 at 11:29 +0100, ext stanley.miao wrote:
> > > Hi, Tomi,
> > >
> > > The commit below:
> > > http://www.gitorious.org/linux-omap-
> > dss2/linux/commit/ec70668fa99b2dd0d305fbdb451a728f2e2a4c58
> > > doesn't apply to ti_omap_am3517. There is no "vdds_dsi" on am3517.
> > 
> > DSS hardware seems to require vdds_dsi power on OMAP3 chips. You need to
> > add it to the board file's regulator configuration. Or do you mean that
> > on am3517 there's no power connected to OMAP's vdds_dsi line?
> > 
> [Hiremath, Vaibhav] Tomi,
> 
> Currently we do have only one EVM for AM3517 available in the market and which doesn't support DSI interface, so there is no DSI power source available or required. Also the power chip being used is low cost which doesn't have these many sources available. 
> 
> At-least for our internal release, the quick solution I did is, I have encapsulated the regulator_* API calls under !cpu_is_omap3517() && !cpu_is_omap3505().
> 
> The ideal solution would be to take the input from board hook up part for power supply also, that way we can support OMAP3 based various EVM's where we have different power chip. Since I am busy with some other high priority issues, I will be able to take this up after this only.

Hmm okay, so what is AM3517 exactly =)?

An OMAP-like SoC, with the same DSS block as on OMAP?

I think this power issue should be asked from some TI HW guy who can
tell us what is going on there. If OMAP3430 requires vdds_dsi power to
power all the pins (and this is still unclear, although it is the
current assumption), then which OMAP variants need the power and which
do not?

Also something related I've been wondering: Different OMAP versions have
different DSS features. Currently we check these features by checking
what OMAP version we're running on.

But there is a readable revision number in the DSS HW blocks, and if
that could be used to choose which features are available, it'd be a
much better solution. TRM doesn't mention these revision numbers. I
wonder if TI has a list of DSS revisions...

 Tomi



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

* RE: vdds_dsi doesn't exist on all omap3430 arch chip
  2010-03-04 16:15     ` Tomi Valkeinen
@ 2010-03-05  3:55       ` Hiremath, Vaibhav
  0 siblings, 0 replies; 5+ messages in thread
From: Hiremath, Vaibhav @ 2010-03-05  3:55 UTC (permalink / raw)
  To: Tomi Valkeinen; +Cc: ext stanley.miao, linux-fbdev-devel, linux-omap


> -----Original Message-----
> From: Tomi Valkeinen [mailto:tomi.valkeinen@nokia.com]
> Sent: Thursday, March 04, 2010 9:45 PM
> To: Hiremath, Vaibhav
> Cc: ext stanley.miao; linux-fbdev-devel@lists.sourceforge.net; linux-
> omap@vger.kernel.org
> Subject: RE: vdds_dsi doesn't exist on all omap3430 arch chip
> 
> On Thu, 2010-03-04 at 17:00 +0100, ext Hiremath, Vaibhav wrote:
> > > -----Original Message-----
> > > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> > > owner@vger.kernel.org] On Behalf Of Tomi Valkeinen
> > > Sent: Thursday, March 04, 2010 4:07 PM
> > > To: ext stanley.miao
> > > Cc: linux-fbdev-devel@lists.sourceforge.net; linux-omap@vger.kernel.org
> > > Subject: Re: vdds_dsi doesn't exist on all omap3430 arch chip
> > >
> > > Hi,
> > >
> > > On Thu, 2010-03-04 at 11:29 +0100, ext stanley.miao wrote:
> > > > Hi, Tomi,
> > > >
> > > > The commit below:
> > > > http://www.gitorious.org/linux-omap-
> > > dss2/linux/commit/ec70668fa99b2dd0d305fbdb451a728f2e2a4c58
> > > > doesn't apply to ti_omap_am3517. There is no "vdds_dsi" on am3517.
> > >
> > > DSS hardware seems to require vdds_dsi power on OMAP3 chips. You need to
> > > add it to the board file's regulator configuration. Or do you mean that
> > > on am3517 there's no power connected to OMAP's vdds_dsi line?
> > >
> > [Hiremath, Vaibhav] Tomi,
> >
> > Currently we do have only one EVM for AM3517 available in the market and
> which doesn't support DSI interface, so there is no DSI power source
> available or required. Also the power chip being used is low cost which
> doesn't have these many sources available.
> >
> > At-least for our internal release, the quick solution I did is, I have
> encapsulated the regulator_* API calls under !cpu_is_omap3517() &&
> !cpu_is_omap3505().
> >
> > The ideal solution would be to take the input from board hook up part for
> power supply also, that way we can support OMAP3 based various EVM's where
> we have different power chip. Since I am busy with some other high priority
> issues, I will be able to take this up after this only.
> 
> Hmm okay, so what is AM3517 exactly =)?
> 
> An OMAP-like SoC, with the same DSS block as on OMAP?
[Hiremath, Vaibhav] Yes, this is an OMAP-like SoC with some new IP addition and some got removed. But the DSS block is exactly same as OMAP3.

> 
> I think this power issue should be asked from some TI HW guy who can
> tell us what is going on there. If OMAP3430 requires vdds_dsi power to
> power all the pins (and this is still unclear, although it is the
> current assumption), then which OMAP variants need the power and which
> do not?
> 
[Hiremath, Vaibhav] I will take this issue and explore more on this, but as I said will be able to spend time after next week only.

> Also something related I've been wondering: Different OMAP versions have
> different DSS features. Currently we check these features by checking
> what OMAP version we're running on.
> 
> But there is a readable revision number in the DSS HW blocks, and if
> that could be used to choose which features are available, it'd be a
> much better solution. TRM doesn't mention these revision numbers. I
> wonder if TI has a list of DSS revisions...
[Hiremath, Vaibhav] Yes you are right, TRM doesn't talk about it. I will try to get further details on this.

Thanks,
Vaibhav

> 
>  Tomi
> 


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

end of thread, other threads:[~2010-03-05  3:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-04 10:29 vdds_dsi doesn't exist on all omap3430 arch chip stanley.miao
2010-03-04 10:37 ` Tomi Valkeinen
2010-03-04 16:00   ` Hiremath, Vaibhav
2010-03-04 16:15     ` Tomi Valkeinen
2010-03-05  3:55       ` Hiremath, Vaibhav

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).