]> git.baikalelectronics.ru Git - kernel.git/commit
PM / OPP: Documentation: Fix opp-microvolt in examples
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 1 Mar 2017 11:09:55 +0000 (16:39 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 1 Mar 2017 21:47:30 +0000 (22:47 +0100)
commit5d13c8fe8a76d3c2ea5d2bf74b50eca801dc6bff
tree42e2239593f064e91124e4b98882087a8f445fbe
parentcc479e6d5e25d4c15e42914e400c5c0814f00712
PM / OPP: Documentation: Fix opp-microvolt in examples

The triplet present in "opp-microvolt" property should be in the order
<target min max>, while all the examples have it in the order
<min target max>.

Fix it.

Luckily all of the users of "opp-microvolt" property have applied brain
instead of copying the examples from documentation and none of the
actual dts files have it wrong.

Reported-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