summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2016-06-07 13:19:00 +0200
committerPatrice Chotard <patrice.chotard@st.com>2016-07-12 13:22:43 +0200
commit6cb4f8dd1044849047023b76567231f41eb64c9e (patch)
treea032ae5a48a1f7abb2213d74dbf041dc501cf6dd /include/dt-bindings
parent6ca59e6e1fc3a8d7ccbf85ff036bd6ff40847c1a (diff)
ARM: sti: stih407-family: Supply defines for CLOCKGEN A0
There are 2 LMI clocks generated by CLOCKGEN A0. We wish to control them individually and need to use these indexes to do so. Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/stih407-clks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/stih407-clks.h b/include/dt-bindings/clock/stih407-clks.h
index 7af2b717b3b2..082edd9badfa 100644
--- a/include/dt-bindings/clock/stih407-clks.h
+++ b/include/dt-bindings/clock/stih407-clks.h
@@ -5,6 +5,10 @@
#ifndef _DT_BINDINGS_CLK_STIH407
#define _DT_BINDINGS_CLK_STIH407
+/* CLOCKGEN A0 */
+#define CLK_IC_LMI0 0
+#define CLK_IC_LMI1 1
+
/* CLOCKGEN C0 */
#define CLK_ICN_GPU 0
#define CLK_FDMA 1