Searched +full:sa8775p +full:- +full:camcc (Results 1 – 3 of 3) sorted by relevance
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>13 #include <dt-bindings/clock/qcom,qcs8300-camcc.h>15 #include "clk-alpha-pll.h"16 #include "clk-branch.h"17 #include "clk-pll.h"18 #include "clk-rcg.h"19 #include "clk-regmap.h"20 #include "clk-regmap-divider.h"21 #include "clk-regmap-mux.h"[all …]
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */9 #include "qcom,sa8775p-camcc.h"11 /* QCS8300 introduces below new clocks compared to SA8775P */