PM / OPP: Rename OPP nodes as opp@<opp-hz>
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 11 Nov 2015 02:40:57 +0000 (08:10 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 23 Nov 2015 22:38:36 +0000 (23:38 +0100)
commit754dcf35f34698661801ae1d391efa02affe83a7
treee56298491cad8c59bc9d13509385fdd0e37aa215
parentaf87a39a5f7cf6ef252b1aec3e2e6508a40e51f1
PM / OPP: Rename OPP nodes as opp@<opp-hz>

It would be better to name OPP nodes as opp@<opp-hz> as that will ensure
that multiple DT nodes don't contain the same frequency. Of course we
expect the writer to name the node with its opp-hz frequency and not any
other frequency.

And that will let the compile error out if multiple nodes are using the
same opp-hz frequency.

Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/devicetree/bindings/opp/opp.txt
This page took 0.025705 seconds and 5 git commands to generate.