[PATCH v5 3/5] dt-bindings: Add TI SCI PM Domains
From: robh+dt@kernel.org (Rob Herring)
Date: 2017-03-18 20:39:10
Also in:
linux-devicetree, linux-pm, lkml
From: robh+dt@kernel.org (Rob Herring)
Date: 2017-03-18 20:39:10
Also in:
linux-devicetree, linux-pm, lkml
On Thu, Mar 16, 2017 at 1:27 PM, Dave Gerlach [off-list ref] wrote:
Add a generic power domain implementation, TI SCI PM Domains, that will hook into the genpd framework and allow the TI SCI protocol to control device power states. Also, provide macros representing each device index as understood by TI SCI to be used in the device node power-domain references. These are identifiers for the K2G devices managed by the PMMC. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Dave Gerlach <redacted> --- .../devicetree/bindings/soc/ti/sci-pm-domain.txt | 57 ++++++++++++++ MAINTAINERS | 2 + include/dt-bindings/genpd/k2g.h | 90 ++++++++++++++++++++++ 3 files changed, 149 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt create mode 100644 include/dt-bindings/genpd/k2g.h
Acked-by: Rob Herring <robh@kernel.org>