Searched +full:videocc +full:- +full:sc7280 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | qcom,videocc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,videocc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Taniya Das <tdas@codeaurora.org> 17 dt-bindings/clock/qcom,videocc-sc7180.h 18 dt-bindings/clock/qcom,videocc-sc7280.h 19 dt-bindings/clock/qcom,videocc-sdm845.h 20 dt-bindings/clock/qcom,videocc-sm8150.h 21 dt-bindings/clock/qcom,videocc-sm8250.h [all …]
|
/Linux-v5.15/drivers/clk/qcom/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o 4 clk-qcom-y += common.o 5 clk-qcom-y += clk-regmap.o 6 clk-qcom-y += clk-alpha-pll.o 7 clk-qcom-y += clk-pll.o 8 clk-qcom-y += clk-rcg.o 9 clk-qcom-y += clk-rcg2.o 10 clk-qcom-y += clk-branch.o 11 clk-qcom-y += clk-regmap-divider.o [all …]
|
D | videocc-sc7280.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/clk-provider.h> 11 #include <dt-bindings/clock/qcom,videocc-sc7280.h> 13 #include "clk-alpha-pll.h" 14 #include "clk-branch.h" 15 #include "clk-rcg.h" 286 { .compatible = "qcom,sc7280-videocc" }, 307 .name = "video_cc-sc7280", 324 MODULE_DESCRIPTION("QTI VIDEO_CC sc7280 Driver");
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | sc7280.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * sc7280 SoC device tree source 5 * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. 8 #include <dt-bindings/clock/qcom,gcc-sc7280.h> 9 #include <dt-bindings/clock/qcom,rpmh.h> 10 #include <dt-bindings/interconnect/qcom,sc7280.h> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/mailbox/qcom-ipcc.h> 13 #include <dt-bindings/power/qcom-aoss-qmp.h> 14 #include <dt-bindings/power/qcom-rpmpd.h> [all …]
|