]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
OPP: Introduce "required-opp" property
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 18 Dec 2017 09:53:48 +0000 (15:23 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 22 Dec 2017 05:16:18 +0000 (10:46 +0530)
commite856f078bcf120e1627c750014d2612974ed81a2
treed1df3c700981f61da85ab3581eb1d926b77e03fa
parent972bc90ed8f6008f5e2d42c72d894b2401736519
OPP: Introduce "required-opp" property

Devices have inter-dependencies some times. For example a device that
needs to run at 800 MHz, needs another device (e.g. Its power domain) to
be configured at a particular operating performance point.

This patch introduces a new property "required-opp" which can be present
directly in a device's node (if it doesn't need to change its OPPs), or
in device's OPP nodes. More details on the property can be seen in the
binding itself.

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Documentation/devicetree/bindings/opp/opp.txt
Documentation/devicetree/bindings/power/power_domain.txt