diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-06-07 13:19:00 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-07-12 13:22:43 +0200 |
commit | 6cb4f8dd1044849047023b76567231f41eb64c9e (patch) | |
tree | a032ae5a48a1f7abb2213d74dbf041dc501cf6dd /include/dt-bindings | |
parent | 6ca59e6e1fc3a8d7ccbf85ff036bd6ff40847c1a (diff) | |
download | linux-6cb4f8dd1044849047023b76567231f41eb64c9e.tar.bz2 |
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.h | 4 |
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 |