Home
last modified time | relevance | path

Searched +full:ipq9574 +full:- +full:nsscc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/clock/
Dqcom,ipq9574-nsscc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,ipq9574-nsscc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Networking Sub System Clock & Reset Controller on IPQ9574
10 - Bjorn Andersson <andersson@kernel.org>
11 - Anusha Rao <quic_anusha@quicinc.com>
15 resets on IPQ9574
18 include/dt-bindings/clock/qcom,ipq9574-nsscc.h
19 include/dt-bindings/reset/qcom,ipq9574-nsscc.h
[all …]
/linux-6.15/drivers/clk/qcom/
DMakefile1 # 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 …]
Dnsscc-ipq9574.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/clk-provider.h>
10 #include <linux/interconnect-provider.h>
20 #include <dt-bindings/clock/qcom,ipq9574-nsscc.h>
21 #include <dt-bindings/interconnect/qcom,ipq9574.h>
22 #include <dt-bindings/reset/qcom,ipq9574-nsscc.h>
24 #include "clk-alpha-pll.h"
25 #include "clk-branch.h"
26 #include "clk-pll.h"
27 #include "clk-rcg.h"
[all …]