Searched +full:sc7180 +full:- +full:lpasscorecc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/qcom,lpass-cpu.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>11 - Rohit kumar <quic_rohkumar@quicinc.com>14 Qualcomm Technologies Inc. SOC Low-Power Audio SubSystem (LPASS) that consist16 is a module to configure Low-Power Audio Interface(LPAIF) core registers22 - qcom,lpass-cpu23 - qcom,apq8016-lpass-cpu[all …]
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-only6 #include <linux/clk-provider.h>14 #include <dt-bindings/clock/qcom,lpasscorecc-sc7180.h>16 #include "clk-alpha-pll.h"17 #include "clk-branch.h"18 #include "clk-rcg.h"19 #include "clk-regmap.h"362 pm_runtime_use_autosuspend(&pdev->dev); in lpass_setup_runtime_pm()363 pm_runtime_set_autosuspend_delay(&pdev->dev, 500); in lpass_setup_runtime_pm()365 ret = devm_pm_runtime_enable(&pdev->dev); in lpass_setup_runtime_pm()[all …]