From: Mason <slash.tmp@free.fr>
To: linux-pm <linux-pm@vger.kernel.org>,
Viresh Kumar <viresh.kumar@linaro.org>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
Nishanth Menon <nm@ti.com>, Stephen Boyd <sboyd@codeaurora.org>,
Sebastian Frias <sf84@laposte.net>
Subject: cpu cpu0: dev_pm_opp_get_max_volt_latency: Invalid regulator (-6)
Date: Wed, 4 May 2016 15:06:14 +0200 [thread overview]
Message-ID: <5729F3C6.4040302@free.fr> (raw)
Hello,
I'm using next-20160428
I've enabled the generic cpufreq-dt driver.
I'm hitting this dev_err in drivers/base/power/opp/core.c
reg = opp_table->regulator;
if (IS_ERR(reg)) {
/* Regulator may not be required for device */
if (reg)
dev_err(dev, "%s: Invalid regulator (%ld)\n", __func__, PTR_ERR(reg));
Apparent call stack:
dev_pm_opp_get_max_volt_latency()
dev_pm_opp_get_max_transition_latency()
cpufreq_init()
Relevant commit
655c9df961751 PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
My platform's DT
cpu0: cpu@0 {
compatible = "arm,cortex-a9";
next-level-cache = <&l2cc>;
device_type = "cpu";
reg = <0>;
clocks = <&clkgen CPU_CLK>;
clock-latency = <1>;
operating-points = <1215000 0 607500 0 405000 0 243000 0 135000 0>;
};
(My platform does not support voltage scaling.)
Is this error relevant to my platform? (I don't think so.)
Is there a way to mute the error on my platform?
Regards.
next reply other threads:[~2016-05-04 13:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-04 13:06 Mason [this message]
2016-05-04 13:20 ` cpu cpu0: dev_pm_opp_get_max_volt_latency: Invalid regulator (-6) Viresh Kumar
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=5729F3C6.4040302@free.fr \
--to=slash.tmp@free.fr \
--cc=linux-pm@vger.kernel.org \
--cc=nm@ti.com \
--cc=rjw@rjwysocki.net \
--cc=sboyd@codeaurora.org \
--cc=sf84@laposte.net \
--cc=viresh.kumar@linaro.org \
/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