Searched +full:sm8250 +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,camcc-sm8250.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Camera Clock & Reset Controller Binding for SM825010 - Jonathan Marek <jonathan@marek.ca>14 power domains on SM8250.16 See also dt-bindings/clock/qcom,camcc-sm8250.h20 const: qcom,sm8250-camcc24 - description: Board XO source[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-only3 * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.6 #include <linux/clk-provider.h>10 #include <linux/reset-controller.h>12 #include <dt-bindings/clock/qcom,camcc-sm8250.h>14 #include "clk-alpha-pll.h"15 #include "clk-branch.h"16 #include "clk-rcg.h"17 #include "clk-regmap-divider.h"2413 { .compatible = "qcom,sm8250-camcc" },[all …]