Searched +full:sm7150 +full:- +full:camcc (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,sm7150-camcc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Camera Clock & Reset Controller on SM715010 - Danila Tikhonov <danila@jiaxyga.com>11 - David Wronek <david@mainlining.org>12 - Jens Reidel <adrian@travitia.xyz>16 domains on SM7150.18 See also:: include/dt-bindings/clock/qcom,sm7150-camcc.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-only7 #include <linux/clk-provider.h>14 #include <dt-bindings/clock/qcom,sm7150-camcc.h>16 #include "clk-alpha-pll.h"17 #include "clk-branch.h"18 #include "clk-rcg.h"19 #include "clk-regmap.h"2025 { .compatible = "qcom,sm7150-camcc" },2044 /* Keep some clocks always-on */ in camcc_sm7150_probe()2047 return qcom_cc_really_probe(&pdev->dev, &camcc_sm7150_desc, regmap); in camcc_sm7150_probe()[all …]