]> asedeno.scripts.mit.edu Git - linux.git/commit
PM / OPP: Fix incorrect cpu-supply property in binding
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 1 Dec 2016 10:58:14 +0000 (16:28 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 6 Dec 2016 01:27:58 +0000 (02:27 +0100)
commit309fe8d65034d1dd04a37f0e04d360b8764a3384
tree114fba418efcbdf115e7e6b663e98faf89c3eab1
parent91291d9ad92faa65a56a9a19d658d8049b78d3d4
PM / OPP: Fix incorrect cpu-supply property in binding

The regulator bindings allow the "<name>-supply" property to define a
single parent supply and not a list of parents.

Fix the wrong example code present in OPP bindings.

While at it also change the compatible string as Rob pointed out earlier
that none of A7 implementation have multiple supplies for the CPU core.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/devicetree/bindings/opp/opp.txt