Searched +full:sc7280 +full:- +full:lpasscc (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,sc7280-lpasscc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sc7280-lpasscc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm LPASS Core Clock Controller on SC7280 10 - Taniya Das <quic_tdas@quicinc.com> 14 domains on SC7280. 16 See also:: include/dt-bindings/clock/qcom,lpass-sc7280.h 21 - qcom,sc7280-lpasscc 25 - description: gcc_cfg_noc_lpass_clk from GCC [all …]
|
/linux/drivers/clk/qcom/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o 4 clk-qcom-y += common.o 5 clk-qcom-y += clk-regmap.o 6 clk-qcom-y += clk-alpha-pll.o 7 clk-qcom-y += clk-pll.o 8 clk-qcom-y += clk-rcg.o 9 clk-qcom-y += clk-rcg2.o 10 clk-qcom-y += clk-branch.o 11 clk-qcom-y += clk-regmap-divider.o [all …]
|
H A D | lpasscc-sc7280.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #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 …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | x1e80100.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,rpmh.h> 7 #include <dt-bindings/clock/qcom,sc8280xp-lpasscc.h> 8 #include <dt-bindings/clock/qcom,x1e80100-dispcc.h> 9 #include <dt-bindings/clock/qcom,x1e80100-gcc.h> 10 #include <dt-bindings/clock/qcom,x1e80100-gpucc.h> 11 #include <dt-bindings/clock/qcom,x1e80100-tcsr.h> 12 #include <dt-bindings/dma/qcom-gpi.h> 13 #include <dt-bindings/interconnect/qcom,icc.h> 14 #include <dt-bindings/interconnect/qcom,x1e80100-rpmh.h> [all …]
|