Lines Matching +full:sm8550 +full:- +full:camcc
1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/clk-provider.h>
13 #include <dt-bindings/clock/qcom,sm8550-camcc.h>
15 #include "clk-alpha-pll.h"
16 #include "clk-branch.h"
17 #include "clk-rcg.h"
18 #include "clk-regmap.h"
3501 { .compatible = "qcom,sm8550-camcc" },
3511 ret = devm_pm_runtime_enable(&pdev->dev); in cam_cc_sm8550_probe()
3515 ret = pm_runtime_resume_and_get(&pdev->dev); in cam_cc_sm8550_probe()
3521 pm_runtime_put(&pdev->dev); in cam_cc_sm8550_probe()
3539 /* Keep some clocks always-on */ in cam_cc_sm8550_probe()
3543 ret = qcom_cc_really_probe(&pdev->dev, &cam_cc_sm8550_desc, regmap); in cam_cc_sm8550_probe()
3545 pm_runtime_put(&pdev->dev); in cam_cc_sm8550_probe()
3553 .name = "cam_cc-sm8550",
3560 MODULE_DESCRIPTION("QTI CAMCC SM8550 Driver");