qcom,lcc-mdm9615.h revision 1.1.1.1
1/*	$NetBSD: qcom,lcc-mdm9615.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
2
3/*
4 * Copyright (c) 2014, The Linux Foundation. All rights reserved.
5 * Copyright (c) BayLibre, SAS.
6 * Author : Neil Armstrong <narmstrong@baylibre.com>
7 *
8 * This software is licensed under the terms of the GNU General Public
9 * License version 2, as published by the Free Software Foundation, and
10 * may be copied, distributed, and modified under those terms.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 */
17
18#ifndef _DT_BINDINGS_CLK_LCC_MDM9615_H
19#define _DT_BINDINGS_CLK_LCC_MDM9615_H
20
21#define PLL4				0
22#define MI2S_OSR_SRC			1
23#define MI2S_OSR_CLK			2
24#define MI2S_DIV_CLK			3
25#define MI2S_BIT_DIV_CLK		4
26#define MI2S_BIT_CLK			5
27#define PCM_SRC				6
28#define PCM_CLK_OUT			7
29#define PCM_CLK				8
30#define SLIMBUS_SRC			9
31#define AUDIO_SLIMBUS_CLK		10
32#define SPS_SLIMBUS_CLK			11
33#define CODEC_I2S_MIC_OSR_SRC		12
34#define CODEC_I2S_MIC_OSR_CLK		13
35#define CODEC_I2S_MIC_DIV_CLK		14
36#define CODEC_I2S_MIC_BIT_DIV_CLK	15
37#define CODEC_I2S_MIC_BIT_CLK		16
38#define SPARE_I2S_MIC_OSR_SRC		17
39#define SPARE_I2S_MIC_OSR_CLK		18
40#define SPARE_I2S_MIC_DIV_CLK		19
41#define SPARE_I2S_MIC_BIT_DIV_CLK	20
42#define SPARE_I2S_MIC_BIT_CLK		21
43#define CODEC_I2S_SPKR_OSR_SRC		22
44#define CODEC_I2S_SPKR_OSR_CLK		23
45#define CODEC_I2S_SPKR_DIV_CLK		24
46#define CODEC_I2S_SPKR_BIT_DIV_CLK	25
47#define CODEC_I2S_SPKR_BIT_CLK		26
48#define SPARE_I2S_SPKR_OSR_SRC		27
49#define SPARE_I2S_SPKR_OSR_CLK		28
50#define SPARE_I2S_SPKR_DIV_CLK		29
51#define SPARE_I2S_SPKR_BIT_DIV_CLK	30
52#define SPARE_I2S_SPKR_BIT_CLK		31
53
54#endif
55