Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1487216

[RFC PATCH 3/3] dt-bindings: Add support for devices with multiple PM domains

From Jon Hunter <jonathanh@nvidia.com>
Newsgroups linux.kernel
Subject [RFC PATCH 3/3] dt-bindings: Add support for devices with multiple PM domains
Date 2016-09-20 12:30 +0200
Message-ID <sjqtk-1J4-19@gated-at.bofh.it> (permalink)
References <sjqtk-1J4-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Now that the generic PM domain framework supports devices that require
multiple PM domains, update the device-tree binding for generic PM
domains to state that one or more PM domain is permitted for a device.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 Documentation/devicetree/bindings/power/power_domain.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt
index 025b5e7df61c..12131159b605 100644
--- a/Documentation/devicetree/bindings/power/power_domain.txt
+++ b/Documentation/devicetree/bindings/power/power_domain.txt
@@ -20,8 +20,9 @@ Required properties:
    as specified by device tree binding documentation of particular provider.
 
 Optional properties:
- - power-domains : A phandle and PM domain specifier as defined by bindings of
-                   the power controller specified by phandle.
+ - power-domains : An array of one or more PM domain specifiers (defined by the
+		   bindings of the PM domain provider) for each PM domain that
+		   is required by the device.
    Some power domains might be powered from another power domain (or have
    other hardware specific dependencies). For representing such dependency
    a standard PM domain consumer binding is used. When provided, all domains
-- 
2.1.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC PATCH 0/3] PM / Domains: Add support for devices that require multiple domains Jon Hunter <jonathanh@nvidia.com> - 2016-09-20 12:30 +0200
  [RFC PATCH 3/3] dt-bindings: Add support for devices with multiple PM domains Jon Hunter <jonathanh@nvidia.com> - 2016-09-20 12:30 +0200
  [RFC PATCH 1/3] PM / Domains: Add helper functions for finding and attaching PM domains Jon Hunter <jonathanh@nvidia.com> - 2016-09-20 12:30 +0200

csiph-web