Re: [PATCH v5 3/5] dt-bindings: Add TI SCI PM Domains

From: Rob Herring
Date: Sat Mar 18 2017 - 16:39:11 EST


On Thu, Mar 16, 2017 at 1:27 PM, Dave Gerlach <d-gerlach@xxxxxx> 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@xxxxxx>
> Signed-off-by: Dave Gerlach <d-gerlach@xxxxxx>
> ---
> .../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@xxxxxxxxxx>