You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
/*
|
|
* Copyright (c) 2018, 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_QCOM_VIDEO_CC_SDMMAGPIE_H
|
|
#define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SDMMAGPIE_H
|
|
|
|
#define VIDEO_PLL0 0
|
|
#define VIDEO_CC_IRIS_AHB_CLK 1
|
|
#define VIDEO_CC_IRIS_CLK_SRC 2
|
|
#define VIDEO_CC_MVS0_AXI_CLK 3
|
|
#define VIDEO_CC_MVS0_CORE_CLK 4
|
|
#define VIDEO_CC_MVS1_AXI_CLK 5
|
|
#define VIDEO_CC_MVS1_CORE_CLK 6
|
|
#define VIDEO_CC_MVSC_CORE_CLK 7
|
|
#define VIDEO_CC_MVSC_CTL_AXI_CLK 8
|
|
#define VIDEO_CC_VENUS_AHB_CLK 9
|
|
#define VIDEO_CC_XO_CLK 10
|
|
#define VIDEO_CC_XO_CLK_SRC 11
|
|
|
|
#endif
|
|
|