blob: 21b5092babcc2725e9bf2b1006942fab9e497cb2 [file] [log] [blame]
Deepak Katragadda22a9bbe2016-08-02 17:24:10 -07001/*
Deepak Katragadda212952c2017-04-27 11:29:26 -07002 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
Deepak Katragadda22a9bbe2016-08-02 17:24:10 -07003 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Kyle Yan6a20fae2017-02-14 13:34:41 -080014#ifndef _DT_BINDINGS_CLK_MSM_VIDEO_CC_SDM845_H
15#define _DT_BINDINGS_CLK_MSM_VIDEO_CC_SDM845_H
Deepak Katragadda22a9bbe2016-08-02 17:24:10 -070016
17#define VIDEO_CC_APB_CLK 0
18#define VIDEO_CC_AT_CLK 1
Deepak Katragadda212952c2017-04-27 11:29:26 -070019#define VIDEO_CC_QDSS_TRIG_CLK 2
20#define VIDEO_CC_QDSS_TSCTR_DIV8_CLK 3
21#define VIDEO_CC_VCODEC0_AXI_CLK 4
22#define VIDEO_CC_VCODEC0_CORE_CLK 5
23#define VIDEO_CC_VCODEC1_AXI_CLK 6
24#define VIDEO_CC_VCODEC1_CORE_CLK 7
25#define VIDEO_CC_VENUS_AHB_CLK 8
26#define VIDEO_CC_VENUS_CLK_SRC 9
27#define VIDEO_CC_VENUS_CTL_AXI_CLK 10
28#define VIDEO_CC_VENUS_CTL_CORE_CLK 11
29#define VIDEO_PLL0 12
Deepak Katragadda22a9bbe2016-08-02 17:24:10 -070030
Deepak Katragadda22a9bbe2016-08-02 17:24:10 -070031#endif