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