Searched +full:ipq9574 +full:- +full:nsscc (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/clock/qcom,ipq9574-nsscc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Networking Sub System Clock & Reset Controller on IPQ957410 - Bjorn Andersson <andersson@kernel.org>11 - Anusha Rao <quic_anusha@quicinc.com>15 resets on IPQ957418 include/dt-bindings/clock/qcom,ipq9574-nsscc.h19 include/dt-bindings/reset/qcom,ipq9574-nsscc.h[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-only8 #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 …]