Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame^] | 1 | /* |
| 2 | * This header provides constants for DRA7 ATL (Audio Tracking Logic) |
| 3 | * |
| 4 | * The constants defined in this header are used in dts files |
| 5 | * |
| 6 | * Copyright (C) 2013 Texas Instruments, Inc. |
| 7 | * |
| 8 | * Peter Ujfalusi <peter.ujfalusi@ti.com> |
| 9 | * |
| 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. |
| 13 | * |
| 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. |
| 18 | */ |
| 19 | |
| 20 | #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H |
| 21 | #define _DT_BINDINGS_CLK_DRA7_ATL_H |
| 22 | |
| 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 |
| 39 | |
| 40 | #endif |