1279377Simp/*
2279377Simp * Copyright (c) 2014, The Linux Foundation. All rights reserved.
3279377Simp *
4279377Simp * This software is licensed under the terms of the GNU General Public
5279377Simp * License version 2, as published by the Free Software Foundation, and
6279377Simp * may be copied, distributed, and modified under those terms.
7279377Simp *
8279377Simp * This program is distributed in the hope that it will be useful,
9279377Simp * but WITHOUT ANY WARRANTY; without even the implied warranty of
10279377Simp * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11279377Simp * GNU General Public License for more details.
12279377Simp */
13279377Simp
14279377Simp#ifndef _DT_BINDINGS_CLK_LCC_MSM8960_H
15279377Simp#define _DT_BINDINGS_CLK_LCC_MSM8960_H
16279377Simp
17279377Simp#define PLL4				0
18279377Simp#define MI2S_OSR_SRC			1
19279377Simp#define MI2S_OSR_CLK			2
20279377Simp#define MI2S_DIV_CLK			3
21279377Simp#define MI2S_BIT_DIV_CLK		4
22279377Simp#define MI2S_BIT_CLK			5
23279377Simp#define PCM_SRC				6
24279377Simp#define PCM_CLK_OUT			7
25279377Simp#define PCM_CLK				8
26279377Simp#define SLIMBUS_SRC			9
27279377Simp#define AUDIO_SLIMBUS_CLK		10
28279377Simp#define SPS_SLIMBUS_CLK			11
29279377Simp#define CODEC_I2S_MIC_OSR_SRC		12
30279377Simp#define CODEC_I2S_MIC_OSR_CLK		13
31279377Simp#define CODEC_I2S_MIC_DIV_CLK		14
32279377Simp#define CODEC_I2S_MIC_BIT_DIV_CLK	15
33279377Simp#define CODEC_I2S_MIC_BIT_CLK		16
34279377Simp#define SPARE_I2S_MIC_OSR_SRC		17
35279377Simp#define SPARE_I2S_MIC_OSR_CLK		18
36279377Simp#define SPARE_I2S_MIC_DIV_CLK		19
37279377Simp#define SPARE_I2S_MIC_BIT_DIV_CLK	20
38279377Simp#define SPARE_I2S_MIC_BIT_CLK		21
39279377Simp#define CODEC_I2S_SPKR_OSR_SRC		22
40279377Simp#define CODEC_I2S_SPKR_OSR_CLK		23
41279377Simp#define CODEC_I2S_SPKR_DIV_CLK		24
42279377Simp#define CODEC_I2S_SPKR_BIT_DIV_CLK	25
43279377Simp#define CODEC_I2S_SPKR_BIT_CLK		26
44279377Simp#define SPARE_I2S_SPKR_OSR_SRC		27
45279377Simp#define SPARE_I2S_SPKR_OSR_CLK		28
46279377Simp#define SPARE_I2S_SPKR_DIV_CLK		29
47279377Simp#define SPARE_I2S_SPKR_BIT_DIV_CLK	30
48279377Simp#define SPARE_I2S_SPKR_BIT_CLK		31
49279377Simp
50279377Simp#endif
51