18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2014, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_LCC_MSM8960_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_LCC_MSM8960_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define PLL4				0
108c2ecf20Sopenharmony_ci#define MI2S_OSR_SRC			1
118c2ecf20Sopenharmony_ci#define MI2S_OSR_CLK			2
128c2ecf20Sopenharmony_ci#define MI2S_DIV_CLK			3
138c2ecf20Sopenharmony_ci#define MI2S_BIT_DIV_CLK		4
148c2ecf20Sopenharmony_ci#define MI2S_BIT_CLK			5
158c2ecf20Sopenharmony_ci#define PCM_SRC				6
168c2ecf20Sopenharmony_ci#define PCM_CLK_OUT			7
178c2ecf20Sopenharmony_ci#define PCM_CLK				8
188c2ecf20Sopenharmony_ci#define SLIMBUS_SRC			9
198c2ecf20Sopenharmony_ci#define AUDIO_SLIMBUS_CLK		10
208c2ecf20Sopenharmony_ci#define SPS_SLIMBUS_CLK			11
218c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_OSR_SRC		12
228c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_OSR_CLK		13
238c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_DIV_CLK		14
248c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_BIT_DIV_CLK	15
258c2ecf20Sopenharmony_ci#define CODEC_I2S_MIC_BIT_CLK		16
268c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_OSR_SRC		17
278c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_OSR_CLK		18
288c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_DIV_CLK		19
298c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_BIT_DIV_CLK	20
308c2ecf20Sopenharmony_ci#define SPARE_I2S_MIC_BIT_CLK		21
318c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_OSR_SRC		22
328c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_OSR_CLK		23
338c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_DIV_CLK		24
348c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_BIT_DIV_CLK	25
358c2ecf20Sopenharmony_ci#define CODEC_I2S_SPKR_BIT_CLK		26
368c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_OSR_SRC		27
378c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_OSR_CLK		28
388c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_DIV_CLK		29
398c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_BIT_DIV_CLK	30
408c2ecf20Sopenharmony_ci#define SPARE_I2S_SPKR_BIT_CLK		31
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ci#endif
43