devicetree: bindings: Add optional dynamic-power-coefficient property
authorPunit Agrawal <punit.agrawal@arm.com>
Tue, 17 Nov 2015 12:06:21 +0000 (12:06 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Dec 2015 23:14:58 +0000 (00:14 +0100)
commit3be3f8f36e7349006f19c8c8f0d686e98462a993
tree2b9161eeb4766f9d18d207167a8e8f803dea5145
parent2dd3e724b4e2237cfaaf155cab72af02c1c420cc
devicetree: bindings: Add optional dynamic-power-coefficient property

The dynamic power consumption of a device is proportional to the
square of voltage (V) and the clock frequency (f). It can be expressed as

Pdyn = dynamic-power-coefficient * V^2 * f.

The coefficient represents the running time dynamic power consumption in
units of mw/MHz/uVolt^2 and can be used in the above formula to
calculate the dynamic power in mW.

Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/devicetree/bindings/arm/cpus.txt