Searched +full:sm6350 +full:- +full:camcc (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o4 clk-qcom-y += common.o5 clk-qcom-y += clk-regmap.o6 clk-qcom-y += clk-alpha-pll.o7 clk-qcom-y += clk-pll.o8 clk-qcom-y += clk-rcg.o9 clk-qcom-y += clk-rcg2.o10 clk-qcom-y += clk-branch.o11 clk-qcom-y += clk-regmap-divider.o[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 #include <linux/clk-provider.h>13 #include <dt-bindings/clock/qcom,sm6350-camcc.h>15 #include "clk-alpha-pll.h"16 #include "clk-branch.h"17 #include "clk-rcg.h"1883 { .compatible = "qcom,sm6350-camcc" },1901 return qcom_cc_really_probe(&pdev->dev, &camcc_sm6350_desc, regmap); in camcc_sm6350_probe()1907 .name = "sm6350-camcc",1914 MODULE_DESCRIPTION("QTI CAMCC SM6350 Driver");