timer/sysclt: Restrict timer migration sysctl values to 0 and 1
[linux/fpc-iii.git] / include / dt-bindings / clk / ti-dra7-atl.h
blob42dd4164f6f4df69617db81032094bc125099d93
1 /*
2 * This header provides constants for DRA7 ATL (Audio Tracking Logic)
4 * The constants defined in this header are used in dts files
6 * Copyright (C) 2013 Texas Instruments, Inc.
8 * Peter Ujfalusi <peter.ujfalusi@ti.com>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
14 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
15 * kind, whether express or implied; without even the implied warranty
16 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
20 #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
21 #define _DT_BINDINGS_CLK_DRA7_ATL_H
23 #define DRA7_ATL_WS_MCASP1_FSR 0
24 #define DRA7_ATL_WS_MCASP1_FSX 1
25 #define DRA7_ATL_WS_MCASP2_FSR 2
26 #define DRA7_ATL_WS_MCASP2_FSX 3
27 #define DRA7_ATL_WS_MCASP3_FSX 4
28 #define DRA7_ATL_WS_MCASP4_FSX 5
29 #define DRA7_ATL_WS_MCASP5_FSX 6
30 #define DRA7_ATL_WS_MCASP6_FSX 7
31 #define DRA7_ATL_WS_MCASP7_FSX 8
32 #define DRA7_ATL_WS_MCASP8_FSX 9
33 #define DRA7_ATL_WS_MCASP8_AHCLKX 10
34 #define DRA7_ATL_WS_XREF_CLK3 11
35 #define DRA7_ATL_WS_XREF_CLK0 12
36 #define DRA7_ATL_WS_XREF_CLK1 13
37 #define DRA7_ATL_WS_XREF_CLK2 14
38 #define DRA7_ATL_WS_OSC1_X1 15
40 #endif