xref: /linux/include/dt-bindings/clock/qcom,qcs8300-camcc.h (revision ad1b832bf1cf2df9304f8eb72943111625c7e5a7)
1*0e193cc5SImran Shaik /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*0e193cc5SImran Shaik /*
3*0e193cc5SImran Shaik  * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
4*0e193cc5SImran Shaik  */
5*0e193cc5SImran Shaik 
6*0e193cc5SImran Shaik #ifndef _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H
7*0e193cc5SImran Shaik #define _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H
8*0e193cc5SImran Shaik 
9*0e193cc5SImran Shaik #include "qcom,sa8775p-camcc.h"
10*0e193cc5SImran Shaik 
11*0e193cc5SImran Shaik /* QCS8300 introduces below new clocks compared to SA8775P */
12*0e193cc5SImran Shaik 
13*0e193cc5SImran Shaik /* CAM_CC clocks */
14*0e193cc5SImran Shaik #define CAM_CC_TITAN_TOP_ACCU_SHIFT_CLK				86
15*0e193cc5SImran Shaik 
16*0e193cc5SImran Shaik #endif
17