* cpufreq on PandaBoard
@ 2013-11-19 14:59 Ben Gamari
2013-11-19 15:01 ` Nishanth Menon
0 siblings, 1 reply; 5+ messages in thread
From: Ben Gamari @ 2013-11-19 14:59 UTC (permalink / raw)
To: linux-arm-kernel
Booting a PandaBoard with a recent kernel and devicetree appears to be a
rather messy process. There are dozens of devicetree-related warnings
spewed on boot (many pertaining to missing regulators). At the moment,
however, I'm most interested in this,
cpufreq-cpu0 cpufreq-cpu0.0: no of_node; not parsing pinctrl DT
cpu cpu0: dummy supplies not allowed
cpufreq_cpu0: failed to get cpu0 regulator: -19
cpufreq_cpu0: failed to get cpu0 clock: -2
cpufreq-cpu0: probe of cpufreq-cpu0.0 failed with error -2
What is the status of cpufreq on the PandaBoard? Is this expected to
work?
More generally, if one wants a fairly recent kernel supporting the
PandaBoard's hardware what kernel tree should be used? Is mainline not
yet appropriate? Is linux-next preferred? Perhaps a ti-maintained tree?
Cheers,
- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131119/97cdc213/attachment.sig>
^ permalink raw reply [flat|nested] 5+ messages in thread
* cpufreq on PandaBoard
2013-11-19 14:59 cpufreq on PandaBoard Ben Gamari
@ 2013-11-19 15:01 ` Nishanth Menon
2013-11-19 17:18 ` Ben Gamari
0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2013-11-19 15:01 UTC (permalink / raw)
To: linux-arm-kernel
On 11/19/2013 08:59 AM, Ben Gamari wrote:
>
> Booting a PandaBoard with a recent kernel and devicetree appears to be a
> rather messy process. There are dozens of devicetree-related warnings
> spewed on boot (many pertaining to missing regulators). At the moment,
> however, I'm most interested in this,
>
> cpufreq-cpu0 cpufreq-cpu0.0: no of_node; not parsing pinctrl DT
> cpu cpu0: dummy supplies not allowed
> cpufreq_cpu0: failed to get cpu0 regulator: -19
> cpufreq_cpu0: failed to get cpu0 clock: -2
> cpufreq-cpu0: probe of cpufreq-cpu0.0 failed with error -2
>
> What is the status of cpufreq on the PandaBoard? Is this expected to
> work?
>
> More generally, if one wants a fairly recent kernel supporting the
> PandaBoard's hardware what kernel tree should be used? Is mainline not
> yet appropriate? Is linux-next preferred? Perhaps a ti-maintained tree?
for upstream: Wait for the clock nodes to get merged.. we are at v9 of
discussion thread here[1].
for ti-maintained tree, you need to talk to TI support folks for
appropriate kernel for your product line.
[1] http://marc.info/?t=138271672500002&r=1&w=2
--
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 5+ messages in thread
* cpufreq on PandaBoard
2013-11-19 15:01 ` Nishanth Menon
@ 2013-11-19 17:18 ` Ben Gamari
2013-11-19 17:30 ` Nishanth Menon
0 siblings, 1 reply; 5+ messages in thread
From: Ben Gamari @ 2013-11-19 17:18 UTC (permalink / raw)
To: linux-arm-kernel
Nishanth Menon <nm@ti.com> writes:
> On 11/19/2013 08:59 AM, Ben Gamari wrote:
>>
>> Booting a PandaBoard with a recent kernel and devicetree appears to be a
>> rather messy process. There are dozens of devicetree-related warnings
>> spewed on boot (many pertaining to missing regulators). At the moment,
>> however, I'm most interested in this,
>>
>> cpufreq-cpu0 cpufreq-cpu0.0: no of_node; not parsing pinctrl DT
>> cpu cpu0: dummy supplies not allowed
>> cpufreq_cpu0: failed to get cpu0 regulator: -19
>> cpufreq_cpu0: failed to get cpu0 clock: -2
>> cpufreq-cpu0: probe of cpufreq-cpu0.0 failed with error -2
>>
>> What is the status of cpufreq on the PandaBoard? Is this expected to
>> work?
>>
>> More generally, if one wants a fairly recent kernel supporting the
>> PandaBoard's hardware what kernel tree should be used? Is mainline not
>> yet appropriate? Is linux-next preferred? Perhaps a ti-maintained tree?
>
> for upstream: Wait for the clock nodes to get merged.. we are at v9 of
> discussion thread here[1].
>
I take it that the clock node work does not itself fix cpufreq? I've
built the 3.12-dt-clks-v10-dev branch. On the bright side, it boots and
appears to run just fine. Unfortunately, there isn't even a mention of
cpufreq in the boot log.
I've seen your Google+ post[1] from May enumerating the steps to having
working DVFS. It would be useful to post an update showing what has been
merged, what is waiting for merge, and what is still in progress.
> for ti-maintained tree, you need to talk to TI support folks for
> appropriate kernel for your product line.
>
I wasn't asking for official support, just wondering where work is
currently happening.
Thanks for your help.
Cheers,
- Ben
[1] https://plus.google.com/112464029509057661457/posts/gvyZQcNieoq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131119/7e86274a/attachment.sig>
^ permalink raw reply [flat|nested] 5+ messages in thread
* cpufreq on PandaBoard
2013-11-19 17:18 ` Ben Gamari
@ 2013-11-19 17:30 ` Nishanth Menon
2013-11-19 17:51 ` Ben Gamari
0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2013-11-19 17:30 UTC (permalink / raw)
To: linux-arm-kernel
On 11/19/2013 11:18 AM, Ben Gamari wrote:
> Nishanth Menon <nm@ti.com> writes:
>
>> On 11/19/2013 08:59 AM, Ben Gamari wrote:
>>>
>>> Booting a PandaBoard with a recent kernel and devicetree appears to be a
>>> rather messy process. There are dozens of devicetree-related warnings
>>> spewed on boot (many pertaining to missing regulators). At the moment,
>>> however, I'm most interested in this,
>>>
>>> cpufreq-cpu0 cpufreq-cpu0.0: no of_node; not parsing pinctrl DT
>>> cpu cpu0: dummy supplies not allowed
>>> cpufreq_cpu0: failed to get cpu0 regulator: -19
>>> cpufreq_cpu0: failed to get cpu0 clock: -2
>>> cpufreq-cpu0: probe of cpufreq-cpu0.0 failed with error -2
>>>
>>> What is the status of cpufreq on the PandaBoard? Is this expected to
>>> work?
>>>
>>> More generally, if one wants a fairly recent kernel supporting the
>>> PandaBoard's hardware what kernel tree should be used? Is mainline not
>>> yet appropriate? Is linux-next preferred? Perhaps a ti-maintained tree?
>>
>> for upstream: Wait for the clock nodes to get merged.. we are at v9 of
>> discussion thread here[1].
>>
> I take it that the clock node work does not itself fix cpufreq? I've
> built the 3.12-dt-clks-v10-dev branch. On the bright side, it boots and
> appears to run just fine. Unfortunately, there isn't even a mention of
> cpufreq in the boot log.
You are probably picking up a branch that is yet to be posted :)...
and I assume you know the risk of in-development patches ;) - the
branch looks to introduce purely clock nodes which patch [2] adds on
to and makes cpufreq work as a start..
>
> I've seen your Google+ post[1] from May enumerating the steps to having
> working DVFS. It would be useful to post an update showing what has been
> merged, what is waiting for merge, and what is still in progress.
We are still at "step 1 - get clock nodes" :(... and no, situation has
not improved since May 2013 when I originally posted that G+ comment
(and not because we have not been trying..).
>
>> for ti-maintained tree, you need to talk to TI support folks for
>> appropriate kernel for your product line.
>>
> I wasn't asking for official support, just wondering where work is
> currently happening.
they are happening here in linux-omap mailing list.. just that the
changes are pretty fundamental and a lot of discussions have been
taking place
>
> Thanks for your help.
>
> Cheers,
>
> - Ben
>
>
> [1] https://plus.google.com/112464029509057661457/posts/gvyZQcNieoq
>
[2] http://marc.info/?l=linux-omap&m=138193821608515&w=2
--
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 5+ messages in thread
* cpufreq on PandaBoard
2013-11-19 17:30 ` Nishanth Menon
@ 2013-11-19 17:51 ` Ben Gamari
0 siblings, 0 replies; 5+ messages in thread
From: Ben Gamari @ 2013-11-19 17:51 UTC (permalink / raw)
To: linux-arm-kernel
Nishanth Menon <nm@ti.com> writes:
> On 11/19/2013 11:18 AM, Ben Gamari wrote:
>>
>> I take it that the clock node work does not itself fix cpufreq? I've
>> built the 3.12-dt-clks-v10-dev branch. On the bright side, it boots and
>> appears to run just fine. Unfortunately, there isn't even a mention of
>> cpufreq in the boot log.
>
> You are probably picking up a branch that is yet to be posted :)...
> and I assume you know the risk of in-development patches ;)
>
The house hasn't burned down yet... ;)
> - the branch looks to introduce purely clock nodes which patch [2]
> adds on to and makes cpufreq work as a start..
>
Thanks!
>>
>> I've seen your Google+ post[1] from May enumerating the steps to having
>> working DVFS. It would be useful to post an update showing what has been
>> merged, what is waiting for merge, and what is still in progress.
>
> We are still at "step 1 - get clock nodes" :(... and no, situation has
> not improved since May 2013 when I originally posted that G+ comment
> (and not because we have not been trying..).
>
Ouch. Good luck!
>> I wasn't asking for official support, just wondering where work is
>> currently happening.
>
> they are happening here in linux-omap mailing list.. just that the
> changes are pretty fundamental and a lot of discussions have been
> taking place
>
Thanks!
Cheers,
- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131119/f655addd/attachment.sig>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-11-19 17:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 14:59 cpufreq on PandaBoard Ben Gamari
2013-11-19 15:01 ` Nishanth Menon
2013-11-19 17:18 ` Ben Gamari
2013-11-19 17:30 ` Nishanth Menon
2013-11-19 17:51 ` Ben Gamari
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).