162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2014, The Linux Foundation. All rights reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_LCC_MSM8960_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_LCC_MSM8960_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define PLL4				0
1062306a36Sopenharmony_ci#define MI2S_OSR_SRC			1
1162306a36Sopenharmony_ci#define MI2S_OSR_CLK			2
1262306a36Sopenharmony_ci#define MI2S_DIV_CLK			3
1362306a36Sopenharmony_ci#define MI2S_BIT_DIV_CLK		4
1462306a36Sopenharmony_ci#define MI2S_BIT_CLK			5
1562306a36Sopenharmony_ci#define PCM_SRC				6
1662306a36Sopenharmony_ci#define PCM_CLK_OUT			7
1762306a36Sopenharmony_ci#define PCM_CLK				8
1862306a36Sopenharmony_ci#define SLIMBUS_SRC			9
1962306a36Sopenharmony_ci#define AUDIO_SLIMBUS_CLK		10
2062306a36Sopenharmony_ci#define SPS_SLIMBUS_CLK			11
2162306a36Sopenharmony_ci#define CODEC_I2S_MIC_OSR_SRC		12
2262306a36Sopenharmony_ci#define CODEC_I2S_MIC_OSR_CLK		13
2362306a36Sopenharmony_ci#define CODEC_I2S_MIC_DIV_CLK		14
2462306a36Sopenharmony_ci#define CODEC_I2S_MIC_BIT_DIV_CLK	15
2562306a36Sopenharmony_ci#define CODEC_I2S_MIC_BIT_CLK		16
2662306a36Sopenharmony_ci#define SPARE_I2S_MIC_OSR_SRC		17
2762306a36Sopenharmony_ci#define SPARE_I2S_MIC_OSR_CLK		18
2862306a36Sopenharmony_ci#define SPARE_I2S_MIC_DIV_CLK		19
2962306a36Sopenharmony_ci#define SPARE_I2S_MIC_BIT_DIV_CLK	20
3062306a36Sopenharmony_ci#define SPARE_I2S_MIC_BIT_CLK		21
3162306a36Sopenharmony_ci#define CODEC_I2S_SPKR_OSR_SRC		22
3262306a36Sopenharmony_ci#define CODEC_I2S_SPKR_OSR_CLK		23
3362306a36Sopenharmony_ci#define CODEC_I2S_SPKR_DIV_CLK		24
3462306a36Sopenharmony_ci#define CODEC_I2S_SPKR_BIT_DIV_CLK	25
3562306a36Sopenharmony_ci#define CODEC_I2S_SPKR_BIT_CLK		26
3662306a36Sopenharmony_ci#define SPARE_I2S_SPKR_OSR_SRC		27
3762306a36Sopenharmony_ci#define SPARE_I2S_SPKR_OSR_CLK		28
3862306a36Sopenharmony_ci#define SPARE_I2S_SPKR_DIV_CLK		29
3962306a36Sopenharmony_ci#define SPARE_I2S_SPKR_BIT_DIV_CLK	30
4062306a36Sopenharmony_ci#define SPARE_I2S_SPKR_BIT_CLK		31
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ci#endif
43