···8899maintainers:1010 - Taniya Das <quic_tdas@quicinc.com>1111+ - Imran Shaik <quic_imrashai@quicinc.com>11121213description: |1314 Qualcomm camera clock control module provides the clocks, resets and power1415 domains on SA8775p.15161616- See also: include/dt-bindings/clock/qcom,sa8775p-camcc.h1717+ See also:1818+ include/dt-bindings/clock/qcom,qcs8300-camcc.h1919+ include/dt-bindings/clock/qcom,sa8775p-camcc.h17201821properties:1922 compatible:2023 enum:2424+ - qcom,qcs8300-camcc2125 - qcom,sa8775p-camcc22262327 clocks:
···11+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */22+/*33+ * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.44+ */55+66+#ifndef _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H77+#define _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H88+99+#include "qcom,sa8775p-camcc.h"1010+1111+/* QCS8300 introduces below new clocks compared to SA8775P */1212+1313+/* CAM_CC clocks */1414+#define CAM_CC_TITAN_TOP_ACCU_SHIFT_CLK 861515+1616+#endif
+17
include/dt-bindings/clock/qcom,qcs8300-gpucc.h
···11+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */22+/*33+ * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.44+ */55+66+#ifndef _DT_BINDINGS_CLK_QCOM_GPUCC_QCS8300_H77+#define _DT_BINDINGS_CLK_QCOM_GPUCC_QCS8300_H88+99+#include "qcom,sa8775p-gpucc.h"1010+1111+/* QCS8300 introduces below new clocks compared to SA8775P */1212+1313+/* GPU_CC clocks */1414+#define GPU_CC_CX_ACCU_SHIFT_CLK 231515+#define GPU_CC_GX_ACCU_SHIFT_CLK 241616+1717+#endif