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