summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/soc/qcom,rpmh-rsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/soc/qcom,rpmh-rsc.h')
-rw-r--r--dts/include/dt-bindings/soc/qcom,rpmh-rsc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/soc/qcom,rpmh-rsc.h b/dts/include/dt-bindings/soc/qcom,rpmh-rsc.h
new file mode 100644
index 0000000000..868f998ea9
--- /dev/null
+++ b/dts/include/dt-bindings/soc/qcom,rpmh-rsc.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
+ */
+
+#ifndef __DT_QCOM_RPMH_RSC_H__
+#define __DT_QCOM_RPMH_RSC_H__
+
+#define SLEEP_TCS 0
+#define WAKE_TCS 1
+#define ACTIVE_TCS 2
+#define CONTROL_TCS 3
+
+#endif /* __DT_QCOM_RPMH_RSC_H__ */