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_IPQ806X_H
15279377Simp#define _DT_BINDINGS_CLK_LCC_IPQ806X_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 SPDIF_SRC			9
27279377Simp#define SPDIF_CLK			10
28279377Simp#define AHBIX_CLK			11
29279377Simp
30279377Simp#endif
31