Lines Matching +full:sar2130p +full:- +full:gcc
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2021-2023, The Linux Foundation. All rights reserved.
7 #include <linux/clk-provider.h>
13 #include <dt-bindings/clock/qcom,sar2130p-gcc.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"
20 #include "clk-regmap-mux.h"
21 #include "clk-regmap-phy-mux.h"
2314 { .compatible = "qcom,sar2130p-gcc" },
2333 /* Keep some clocks always-on */ in gcc_sar2130p_probe()
2339 /* Clear GDSC_SLEEP_ENA_VOTE to stop votes being auto-removed in sleep. */ in gcc_sar2130p_probe()
2342 return qcom_cc_really_probe(&pdev->dev, &gcc_sar2130p_desc, regmap); in gcc_sar2130p_probe()
2348 .name = "gcc-sar2130p",
2365 MODULE_DESCRIPTION("QTI GCC SAR2130P Driver");