Searched +full:lpasscorecc +full:- +full:sc7280 (Results 1 – 2 of 2) 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.0-only6 #include <linux/clk-provider.h>15 #include <dt-bindings/clock/qcom,lpasscorecc-sc7280.h>17 #include "clk-alpha-pll.h"18 #include "clk-branch.h"19 #include "clk-rcg.h"20 #include "clk-regmap.h"21 #include "clk-regmap-divider.h"379 { .compatible = "qcom,sc7280-lpasscorecc" },409 return qcom_cc_really_probe(&pdev->dev, &lpass_core_cc_sc7280_desc, regmap); in lpass_core_cc_sc7280_probe()[all …]