summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/ste-ab8500.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-23 16:28:17 -0500
committerTom Rini <trini@konsulko.com>2020-01-23 16:28:17 -0500
commit2c871f9e084b2c03d1961884228a6901387ab8d6 (patch)
tree3d5adbb8b209dc38b11c0b12ff47e0ec37633a7d /include/dt-bindings/clock/ste-ab8500.h
parent052170c6a043eec4e73fad80955876cf1ba5e4f2 (diff)
parenta9d1c0e2bc3fced595b742d90e65c744c55616b3 (diff)
Merge branch '2020-01-22-master-imports'
- Re-add U8500 platform support - Add bcm968360bg support - Assorted Keymile fixes - Other assorted bugfixes
Diffstat (limited to 'include/dt-bindings/clock/ste-ab8500.h')
-rw-r--r--include/dt-bindings/clock/ste-ab8500.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/ste-ab8500.h b/include/dt-bindings/clock/ste-ab8500.h
new file mode 100644
index 0000000000..fb42dd0cab
--- /dev/null
+++ b/include/dt-bindings/clock/ste-ab8500.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __STE_CLK_AB8500_H__
+#define __STE_CLK_AB8500_H__
+
+#define AB8500_SYSCLK_BUF2 0
+#define AB8500_SYSCLK_BUF3 1
+#define AB8500_SYSCLK_BUF4 2
+#define AB8500_SYSCLK_ULP 3
+#define AB8500_SYSCLK_INT 4
+#define AB8500_SYSCLK_AUDIO 5
+
+#endif