Searched +full:sc7280 +full:- +full:lpasscc (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.06 #include <linux/clk-provider.h>14 #include <dt-bindings/clock/qcom,lpass-sc7280.h>16 #include "clk-regmap.h"17 #include "clk-branch.h"110 ret = devm_pm_runtime_enable(&pdev->dev); in lpass_cc_sc7280_probe()114 ret = pm_clk_create(&pdev->dev); in lpass_cc_sc7280_probe()118 ret = pm_clk_add(&pdev->dev, "iface"); in lpass_cc_sc7280_probe()120 dev_err(&pdev->dev, "failed to acquire iface clock\n"); in lpass_cc_sc7280_probe()124 ret = pm_runtime_resume_and_get(&pdev->dev); in lpass_cc_sc7280_probe()[all …]