1*82efed17STaniya Das /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*82efed17STaniya Das /* 3*82efed17STaniya Das * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. 4*82efed17STaniya Das */ 5*82efed17STaniya Das 6*82efed17STaniya Das #ifndef _DT_BINDINGS_CLK_QCOM_CAM_BIST_MCLK_CC_SM8750_H 7*82efed17STaniya Das #define _DT_BINDINGS_CLK_QCOM_CAM_BIST_MCLK_CC_SM8750_H 8*82efed17STaniya Das 9*82efed17STaniya Das /* CAM_BIST_MCLK_CC clocks */ 10*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK0_CLK 0 11*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK0_CLK_SRC 1 12*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK1_CLK 2 13*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK1_CLK_SRC 3 14*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK2_CLK 4 15*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK2_CLK_SRC 5 16*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK3_CLK 6 17*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK3_CLK_SRC 7 18*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK4_CLK 8 19*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK4_CLK_SRC 9 20*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK5_CLK 10 21*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK5_CLK_SRC 11 22*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK6_CLK 12 23*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK6_CLK_SRC 13 24*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK7_CLK 14 25*82efed17STaniya Das #define CAM_BIST_MCLK_CC_MCLK7_CLK_SRC 15 26*82efed17STaniya Das #define CAM_BIST_MCLK_CC_PLL0 16 27*82efed17STaniya Das #define CAM_BIST_MCLK_CC_SLEEP_CLK 17 28*82efed17STaniya Das #define CAM_BIST_MCLK_CC_SLEEP_CLK_SRC 18 29*82efed17STaniya Das 30*82efed17STaniya Das #endif 31