From: nm@ti•com (Nishanth Menon)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH V5 2/3] OPP: Allow multiple OPP tables to be passed via DT
Date: Thu, 21 May 2015 00:34:47 -0500 [thread overview]
Message-ID: <555D6E77.3060206@ti.com> (raw)
In-Reply-To: <4690ad854263d6553debab67d65d230105c206ec.1432091956.git.viresh.kumar@linaro.org>
On 05/19/2015 10:41 PM, Viresh Kumar wrote:
Thinking a little more..
> +Example 5: Multiple OPP tables
> +
> +/ {
> + cpus {
> + cpu at 0 {
> + compatible = "arm,cortex-a7";
> + ...
> +
> + opp-supply = <&cpu_supply>
> + operating-points-v2 = <&cpu0_opp0>, <&cpu0_opp1>;
> + };
> + };
> +
> + cpu0_opp0: opp0 {
Maybe we should rename these as cpu0_opp_table_slow opp_table-fast
> + compatible = "operating-points-v2";
> + opp-name = "opp-slow";
just name = "slow" ?
> + opp-shared;
> +
> + entry00 {
rename these as opp0, opp01 etc?
these are the actual OPP description, while, what we call "cpu0_opp0" is
actually an OPP table choice we have.
> + opp-hz = <600000000>;
> + ...
> + };
> +
> + entry01 {
> + opp-hz = <800000000>;
> + ...
> + };
> + };
> +
> + cpu0_opp1: opp1 {
> + compatible = "operating-points-v2";
> + opp-name = "opp-fast";
> + opp-shared;
> +
> + entry10 {
> + opp-hz = <1000000000>;
> + ...
> + };
> +
> + entry11 {
> + opp-hz = <1100000000>;
> + ...
> + };
> + };
> +};
>
--
Regards,
Nishanth Menon
next prev parent reply other threads:[~2015-05-21 5:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 3:41 [PATCH V5 0/3] OPP: Introduce OPP (V2) bindings Viresh Kumar
2015-05-20 3:41 ` [PATCH V5 1/3] OPP: Redefine bindings to overcome shortcomings Viresh Kumar
2015-05-20 13:27 ` Rob Herring
2015-05-20 13:35 ` Viresh Kumar
2015-05-21 5:27 ` Nishanth Menon
2015-05-21 5:46 ` Viresh Kumar
2015-05-21 5:58 ` Nishanth Menon
2015-05-21 6:06 ` Viresh Kumar
2015-05-22 15:55 ` Rob Herring
2015-05-26 5:20 ` Viresh Kumar
2015-05-26 5:14 ` Viresh Kumar
2015-05-20 3:41 ` [PATCH V5 2/3] OPP: Allow multiple OPP tables to be passed via DT Viresh Kumar
2015-05-21 5:34 ` Nishanth Menon [this message]
2015-05-21 5:50 ` Viresh Kumar
2015-05-26 4:51 ` Viresh Kumar
2015-05-20 3:41 ` [PATCH V5 3/3] OPP: Add binding for 'opp-suspend' Viresh Kumar
2015-05-21 5:32 ` Nishanth Menon
2015-05-21 5:49 ` Viresh Kumar
2015-05-21 6:04 ` Nishanth Menon
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=555D6E77.3060206@ti.com \
--to=nm@ti$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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