diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-08-27 06:00:40 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-09-04 21:44:34 +0300 |
commit | 7a800c418c684372146f98f857d632caa30125f4 (patch) | |
tree | bb0b57e05e1821e94794e0fd780eae731ec021c2 /MAINTAINERS | |
parent | 45b659ee75d7bcff7d0206967d150d879f1d3eb9 (diff) | |
download | linux-7a800c418c684372146f98f857d632caa30125f4.tar.xz |
dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access
TISCI protocol supports for enabling the device either with exclusive
permissions for the requesting host or with sharing across the hosts.
There are certain devices which are exclusive to Linux context and
there are certain devices that are shared across different host contexts.
So add support for getting this information from DT by increasing
the power-domain cells to 2.
Acked-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ad386626c9fa..3ecca5d04e51 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15869,6 +15869,7 @@ F: drivers/firmware/ti_sci* F: include/linux/soc/ti/ti_sci_protocol.h F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt F: drivers/soc/ti/ti_sci_pm_domains.c +F: include/dt-bindings/soc/ti,sci_pm_domain.h F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt F: drivers/clk/keystone/sci-clk.c |