Home
last modified time | relevance | path

Searched +full:sc7280 +full:- +full:camcc (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,sc7280-camcc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sc7280-camcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Camera Clock & Reset Controller on SC7280
10 - Taniya Das <quic_tdas@quicinc.com>
14 power domains on SC7280.
16 See also:: include/dt-bindings/clock/qcom,camcc-sc7280.h
19 - $ref: qcom,gcc.yaml#
23 const: qcom,sc7280-camcc
[all …]
/linux/drivers/clk/qcom/
H A Dcamcc-sc7280.c1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/qcom,camcc-sc7280.h>
17 #include "clk-alpha-pll.h"
18 #include "clk-branch.h"
19 #include "clk-rcg.h"
2463 { .compatible = "qcom,sc7280-camcc" },
2484 return qcom_cc_really_probe(&pdev->dev, &cam_cc_sc7280_desc, regmap); in cam_cc_sc7280_probe()
2490 .name = "cam_cc-sc7280",
2497 MODULE_DESCRIPTION("QTI CAM_CC SC7280 Driver");