]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
OPP: Allow OPP table to be used for power-domains
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 18 Nov 2016 06:53:46 +0000 (12:23 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 22 Dec 2017 05:16:16 +0000 (10:46 +0530)
Power-domains can also have their active states and this patch enhances
the OPP binding to define those. The power domains can use the OPP
bindings as is, with one additional change to Allow
"operating-points-v2" property to contain multiple phandles for power
domain providers providing multiple domains.

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

index 9d733af26be7161ac332a187887d244b41e4f211..a3953a1bb1a11ce5635084b2b9821c98d18f9aec 100644 (file)
@@ -45,6 +45,11 @@ Devices supporting OPPs must set their "operating-points-v2" property with
 phandle to a OPP table in their DT node. The OPP core will use this phandle to
 find the operating points for the device.
 
+This can contain more than one phandle for power domain providers that provide
+multiple power domains. That is, one phandle for each power domain. If only one
+phandle is available, then the same OPP table will be used for all power domains
+provided by the power domain provider.
+
 If required, this can be extended for SoC vendor specific bindings. Such bindings
 should be documented as Documentation/devicetree/bindings/power/<vendor>-opp.txt
 and should have a compatible description like: "operating-points-v2-<vendor>".
index 14bd9e945ff6453f3290d628b083a13e645e9967..61549840ab3b36f84b18395435cc424192736cfd 100644 (file)
@@ -40,6 +40,12 @@ Optional properties:
   domain's idle states. In the absence of this property, the domain would be
   considered as capable of being powered-on or powered-off.
 
+- operating-points-v2 : Phandles to the OPP tables of power domains provided by
+  a power domain provider. If the provider provides a single power domain only
+  or all the power domains provided by the provider have identical OPP tables,
+  then this shall contain a single phandle. Refer to ../opp/opp.txt for more
+  information.
+
 Example:
 
        power: power-controller@12340000 {