diff options
| author | Imran Shaik <quic_imrashai@quicinc.com> | 2025-01-09 14:27:46 +0530 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-02-14 11:32:25 -0600 |
| commit | 25abbf6b8b9cbfa8e42c3ab44c642818b3adc7a2 (patch) | |
| tree | 7b5978f925717b9087aa1924276ab9b36ee5eafc /include | |
| parent | 6c9edce7a0e91c33ac800a83e160da6475c4bdab (diff) | |
| download | linux-25abbf6b8b9cbfa8e42c3ab44c642818b3adc7a2.tar.gz linux-25abbf6b8b9cbfa8e42c3ab44c642818b3adc7a2.zip | |
dt-bindings: clock: qcom: Add CAMCC clocks for QCS8300
The QCS8300 camera clock controller is a derivative of SA8775P, but has
an additional clock and minor differences. Hence, reuse the SA8775P
camera bindings and add additional clock required for QCS8300.
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Imran Shaik <quic_imrashai@quicinc.com>
Link: https://lore.kernel.org/r/20250109-qcs8300-mm-patches-new-v4-3-63e8ac268b02@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/qcom,qcs8300-camcc.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,qcs8300-camcc.h b/include/dt-bindings/clock/qcom,qcs8300-camcc.h new file mode 100644 index 000000000000..fc535c847859 --- /dev/null +++ b/include/dt-bindings/clock/qcom,qcs8300-camcc.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ +/* + * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#ifndef _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H +#define _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H + +#include "qcom,sa8775p-camcc.h" + +/* QCS8300 introduces below new clocks compared to SA8775P */ + +/* CAM_CC clocks */ +#define CAM_CC_TITAN_TOP_ACCU_SHIFT_CLK 86 + +#endif |
