aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings/soc
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2019-08-26 20:00:40 -0700
committerArnd Bergmann <arnd@arndb.de>2019-09-04 20:44:34 +0200
commit7a800c418c684372146f98f857d632caa30125f4 (patch)
treebb0b57e05e1821e94794e0fd780eae731ec021c2 /include/dt-bindings/soc
parentfirmware: ti_sci: Allow for device shared and exclusive requests (diff)
downloadwireguard-linux-7a800c418c684372146f98f857d632caa30125f4.tar.xz
wireguard-linux-7a800c418c684372146f98f857d632caa30125f4.zip
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 'include/dt-bindings/soc')
-rw-r--r--include/dt-bindings/soc/ti,sci_pm_domain.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dt-bindings/soc/ti,sci_pm_domain.h b/include/dt-bindings/soc/ti,sci_pm_domain.h
new file mode 100644
index 000000000000..8f2a7360b65e
--- /dev/null
+++ b/include/dt-bindings/soc/ti,sci_pm_domain.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef __DT_BINDINGS_TI_SCI_PM_DOMAIN_H
+#define __DT_BINDINGS_TI_SCI_PM_DOMAIN_H
+
+#define TI_SCI_PD_EXCLUSIVE 1
+#define TI_SCI_PD_SHARED 0
+
+#endif /* __DT_BINDINGS_TI_SCI_PM_DOMAIN_H */