Searched +full:sm8550 +full:- +full:gpucc (Results 1 – 2 of 2) 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>12 #include <dt-bindings/clock/qcom,sm8550-gpucc.h>14 #include "clk-alpha-pll.h"15 #include "clk-branch.h"16 #include "clk-rcg.h"17 #include "clk-regmap.h"18 #include "clk-regmap-divider.h"562 { .compatible = "qcom,sm8550-gpucc" },578 /* Keep some clocks always-on */ in gpu_cc_sm8550_probe()[all …]