Lines Matching +full:sm8650 +full:- +full:videocc
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2023-2024, Qualcomm Innovation Center, Inc. All rights reserved.
6 #include <linux/clk-provider.h>
13 #include <dt-bindings/clock/qcom,sm8650-videocc.h>
15 #include "clk-alpha-pll.h"
16 #include "clk-branch.h"
17 #include "clk-rcg.h"
18 #include "clk-regmap.h"
19 #include "clk-regmap-divider.h"
533 { .compatible = "qcom,sm8550-videocc" },
534 { .compatible = "qcom,sm8650-videocc" },
545 ret = devm_pm_runtime_enable(&pdev->dev); in video_cc_sm8550_probe()
549 ret = pm_runtime_resume_and_get(&pdev->dev); in video_cc_sm8550_probe()
555 pm_runtime_put(&pdev->dev); in video_cc_sm8550_probe()
559 if (of_device_is_compatible(pdev->dev.of_node, "qcom,sm8650-videocc")) { in video_cc_sm8550_probe()
577 /* Keep some clocks always-on */ in video_cc_sm8550_probe()
582 ret = qcom_cc_really_probe(&pdev->dev, &video_cc_sm8550_desc, regmap); in video_cc_sm8550_probe()
584 pm_runtime_put(&pdev->dev); in video_cc_sm8550_probe()
592 .name = "video_cc-sm8550",
599 MODULE_DESCRIPTION("QTI VIDEOCC SM8550 Driver");