Home
last modified time | relevance | path

Searched full:sdm660 (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,gcc-sdm660.yaml4 $id: http://devicetree.org/schemas/clock/qcom,gcc-sdm660.yaml#
7 title: Qualcomm SDM660/SDM630/SDM636 Global Clock & Reset Controller
15 domains on SDM630, SDM636 and SDM660
18 include/dt-bindings/clock/qcom,gcc-sdm660.h (qcom,gcc-sdm630 and qcom,gcc-sdm660)
26 - qcom,gcc-sdm660
47 # Example for GCC for SDM660:
51 compatible = "qcom,gcc-sdm660";
H A Dqcom,gpucc-sdm660.yaml4 $id: http://devicetree.org/schemas/clock/qcom,gpucc-sdm660.yaml#
7 title: Qualcomm Graphics Clock & Reset Controller on SDM630 and SDM660
14 power domains on SDM630 and SDM660.
16 See also dt-bindings/clock/qcom,gpucc-sdm660.h.
22 - qcom,gpucc-sdm660
61 #include <dt-bindings/clock/qcom,gcc-sdm660.h>
65 compatible = "qcom,gpucc-sdm660";
H A Dqcom,mmcc.yaml31 - qcom,mmcc-sdm660
216 - qcom,mmcc-sdm660
321 - qcom,mmcc-sdm660
H A Dqcom,rpmcc.yaml45 - qcom,rpmcc-sdm660
122 - qcom,rpmcc-sdm660
/openbmc/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,rpm.yaml40 - qcom,sdm660-a2noc
41 - qcom,sdm660-bimc
42 - qcom,sdm660-cnoc
43 - qcom,sdm660-gnoc
44 - qcom,sdm660-mnoc
45 - qcom,sdm660-snoc
126 - qcom,sdm660-bimc
127 - qcom,sdm660-cnoc
128 - qcom,sdm660-gnoc
129 - qcom,sdm660-snoc
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dqcom,sdm660-venus.yaml4 $id: http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml#
7 title: Qualcomm SDM660 Venus video encode and decode accelerators
22 const: qcom,sdm660-venus
108 #include <dt-bindings/clock/qcom,mmcc-sdm660.h>
112 compatible = "qcom,sdm660-venus";
H A Dqcom,sdm660-camss.yaml5 $id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml#
19 const: qcom,sdm660-camss
227 #include <dt-bindings/clock/qcom,gcc-sdm660.h>
228 #include <dt-bindings/clock/qcom,mmcc-sdm660.h>
231 compatible = "qcom,sdm660-camss";
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm660.dtsi137 compatible = "qcom,gcc-sdm660";
141 compatible = "qcom,gpucc-sdm660";
145 compatible = "qcom,sdm660-mdp5", "qcom,mdp5";
159 compatible = "qcom,sdm660-dsi-ctrl",
237 compatible = "qcom,mmcc-sdm660";
251 compatible = "qcom,sdm660-pinctrl";
H A Dsdm630.dtsi7 #include <dt-bindings/clock/qcom,gcc-sdm660.h>
8 #include <dt-bindings/clock/qcom,gpucc-sdm660.h>
9 #include <dt-bindings/clock/qcom,mmcc-sdm660.h>
11 #include <dt-bindings/interconnect/qcom,sdm660.h>
363 compatible = "qcom,sdm660-rpm-proc", "qcom,rpm-proc";
373 compatible = "qcom,rpm-sdm660";
377 compatible = "qcom,rpmcc-sdm660", "qcom,rpmcc";
382 compatible = "qcom,sdm660-rpmpd";
605 compatible = "qcom,sdm660-bimc";
619 compatible = "qcom,sdm660-cnoc";
[all …]
H A Dsdm636.dtsi8 #include "sdm660.dtsi"
/openbmc/linux/drivers/interconnect/qcom/
H A DMakefile21 qnoc-sdm660-objs := sdm660.o
49 obj-$(CONFIG_INTERCONNECT_QCOM_SDM660) += qnoc-sdm660.o
H A Dsdm660.c3 * Qualcomm SDM630/SDM636/SDM660 Network-on-Chip (NoC) QoS driver
7 #include <dt-bindings/interconnect/qcom,sdm660.h>
1701 { .compatible = "qcom,sdm660-a2noc", .data = &sdm660_a2noc },
1702 { .compatible = "qcom,sdm660-bimc", .data = &sdm660_bimc },
1703 { .compatible = "qcom,sdm660-cnoc", .data = &sdm660_cnoc },
1704 { .compatible = "qcom,sdm660-gnoc", .data = &sdm660_gnoc },
1705 { .compatible = "qcom,sdm660-mnoc", .data = &sdm660_mnoc },
1706 { .compatible = "qcom,sdm660-snoc", .data = &sdm660_snoc },
1715 .name = "qnoc-sdm660",
1720 MODULE_DESCRIPTION("Qualcomm sdm660 NoC driver");
H A DKconfig141 tristate "Qualcomm SDM660 interconnect driver"
146 This is a driver for the Qualcomm Network-on-Chip on sdm660-based
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sdm630-pinctrl.yaml7 title: Qualcomm SDM630 and SDM660 TLMM pin controller
14 Top Level Mode Multiplexer pin controller in Qualcomm SDM630 and SDM660 SoC.
23 - qcom,sdm660-pinctrl
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,spm.yaml21 - qcom,sdm660-gold-saw2-v4.1-l2
22 - qcom,sdm660-silver-saw2-v4.1-l2
/openbmc/linux/drivers/clk/qcom/
H A Dgpucc-sdm660.c18 #include <dt-bindings/clock/qcom,gpucc-sdm660.h>
301 { .compatible = "qcom,gpucc-sdm660" },
339 .name = "gpucc-sdm660",
345 MODULE_DESCRIPTION("Qualcomm SDM630/SDM660 GPUCC Driver");
H A DMakefile92 obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o
93 obj-$(CONFIG_SDM_MMCC_660) += mmcc-sdm660.o
94 obj-$(CONFIG_SDM_GPUCC_660) += gpucc-sdm660.o
H A DKconfig621 tristate "SDM660 Global Clock Controller"
625 Support for the global clock controller on SDM660 devices.
630 tristate "SDM660 Multimedia Clock Controller"
635 Support for the multimedia clock controller on SDM660 devices.
640 tristate "SDM660 Graphics Clock Controller"
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dqcom,apcs-kpss-global.yaml48 - qcom,sdm660-apcs-hmss-global
143 - qcom,sdm660-apcs-hmss-global
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,adsp.yaml26 - qcom,sdm660-adsp-pas
196 - qcom,sdm660-adsp-pas
H A Dqcom,msm8996-mss-pil.yaml22 - qcom,sdm660-mss-pil
250 - qcom,sdm660-mss-pil
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dqcom,dwc3.yaml32 - qcom,sdm660-dwc3
282 - qcom,sdm660-dwc3
415 - qcom,sdm660-dwc3
/openbmc/linux/include/dt-bindings/interconnect/
H A Dqcom,sdm660.h2 /* SDM660 interconnect IDs */
/openbmc/linux/drivers/pinctrl/qcom/
H A DKconfig.msm241 tristate "Qualcomm Technologies Inc SDM660 pin controller driver"
246 Technologies Inc SDM660 platform.
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Ddsi-controller-main.yaml27 - qcom,sdm660-dsi-ctrl
354 - qcom,sdm660-dsi-ctrl

123