12345678910111213141516171819202122232425262728293031 |
- /*
- * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 and
- * only version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
- #ifndef _DT_BINDINGS_CLK_MSM_VIDEO_CC_SDM845_H
- #define _DT_BINDINGS_CLK_MSM_VIDEO_CC_SDM845_H
- #define VIDEO_CC_APB_CLK 0
- #define VIDEO_CC_AT_CLK 1
- #define VIDEO_CC_QDSS_TRIG_CLK 2
- #define VIDEO_CC_QDSS_TSCTR_DIV8_CLK 3
- #define VIDEO_CC_VCODEC0_AXI_CLK 4
- #define VIDEO_CC_VCODEC0_CORE_CLK 5
- #define VIDEO_CC_VCODEC1_AXI_CLK 6
- #define VIDEO_CC_VCODEC1_CORE_CLK 7
- #define VIDEO_CC_VENUS_AHB_CLK 8
- #define VIDEO_CC_VENUS_CLK_SRC 9
- #define VIDEO_CC_VENUS_CTL_AXI_CLK 10
- #define VIDEO_CC_VENUS_CTL_CORE_CLK 11
- #define VIDEO_PLL0 12
- #endif
|