summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/hsi/hsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/hsi/hsi.h')
-rw-r--r--include/dt-bindings/hsi/hsi.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/dt-bindings/hsi/hsi.h b/include/dt-bindings/hsi/hsi.h
new file mode 100644
index 000000000000..2d6b18140e34
--- /dev/null
+++ b/include/dt-bindings/hsi/hsi.h
@@ -0,0 +1,17 @@
+/*
+ * This header provides constants for hsi client bindings.
+ */
+
+#ifndef _DT_BINDINGS_HSI_H
+#define _DT_BINDINGS_HSI_H
+
+#define HSI_MODE_STREAM 1
+#define HSI_MODE_FRAME 2
+
+#define HSI_FLOW_SYNC 0
+#define HSI_FLOW_PIPE 1
+
+#define HSI_ARB_RR 0
+#define HSI_ARB_PRIO 1
+
+#endif /* _DT_BINDINGS_HSI_H */