Searched full:sdm660 (Results 1 – 25 of 58) sorted by relevance
123
/linux-6.14.4/Documentation/devicetree/bindings/interconnect/ |
D | qcom,sdm660.yaml | 4 $id: http://devicetree.org/schemas/interconnect/qcom,sdm660.yaml# 7 title: Qualcomm SDM660 Network-On-Chip interconnect 13 The Qualcomm SDM660 interconnect providers support adjusting the 19 - qcom,sdm660-a2noc 20 - qcom,sdm660-bimc 21 - qcom,sdm660-cnoc 22 - qcom,sdm660-gnoc 23 - qcom,sdm660-mnoc 24 - qcom,sdm660-snoc 48 const: qcom,sdm660-mnoc [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | qcom,gcc-sdm660.yaml | 4 $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 48 # Example for GCC for SDM660: 52 compatible = "qcom,gcc-sdm660";
|
D | qcom,gpucc-sdm660.yaml | 4 $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 49 #include <dt-bindings/clock/qcom,gcc-sdm660.h> 53 compatible = "qcom,gpucc-sdm660";
|
D | qcom,mmcc.yaml | 31 - qcom,mmcc-sdm660 220 - qcom,mmcc-sdm660 325 - qcom,mmcc-sdm660
|
D | qcom,rpmcc.yaml | 47 - qcom,rpmcc-sdm660 126 - qcom,rpmcc-sdm660
|
/linux-6.14.4/Documentation/devicetree/bindings/media/ |
D | qcom,sdm660-venus.yaml | 4 $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";
|
D | qcom,sdm660-camss.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml# 18 const: qcom,sdm660-camss 226 #include <dt-bindings/clock/qcom,gcc-sdm660.h> 227 #include <dt-bindings/clock/qcom,mmcc-sdm660.h> 230 compatible = "qcom,sdm660-camss";
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | sdm660.dtsi | 137 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";
|
D | sdm630.dtsi | 7 #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> 12 #include <dt-bindings/interconnect/qcom,sdm660.h> 365 compatible = "qcom,sdm660-rpm-proc", "qcom,rpm-proc"; 375 compatible = "qcom,rpm-sdm660", "qcom,glink-smd-rpm"; 379 compatible = "qcom,rpmcc-sdm660", "qcom,rpmcc"; 384 compatible = "qcom,sdm660-rpmpd"; 607 compatible = "qcom,sdm660-bimc"; 618 compatible = "qcom,sdm660-cnoc"; [all …]
|
D | sdm636.dtsi | 8 #include "sdm660.dtsi"
|
D | sdm660-xiaomi-lavender.dts | 9 #include "sdm660.dtsi" 17 compatible = "xiaomi,lavender", "qcom,sdm660";
|
/linux-6.14.4/drivers/interconnect/qcom/ |
D | Makefile | 28 qnoc-sdm660-objs := sdm660.o 69 obj-$(CONFIG_INTERCONNECT_QCOM_SDM660) += qnoc-sdm660.o
|
D | sdm660.c | 3 * Qualcomm SDM630/SDM636/SDM660 Network-on-Chip (NoC) QoS driver 7 #include <dt-bindings/interconnect/qcom,sdm660.h> 1705 { .compatible = "qcom,sdm660-a2noc", .data = &sdm660_a2noc }, 1706 { .compatible = "qcom,sdm660-bimc", .data = &sdm660_bimc }, 1707 { .compatible = "qcom,sdm660-cnoc", .data = &sdm660_cnoc }, 1708 { .compatible = "qcom,sdm660-gnoc", .data = &sdm660_gnoc }, 1709 { .compatible = "qcom,sdm660-mnoc", .data = &sdm660_mnoc }, 1710 { .compatible = "qcom,sdm660-snoc", .data = &sdm660_snoc }, 1719 .name = "qnoc-sdm660", 1724 MODULE_DESCRIPTION("Qualcomm sdm660 NoC driver");
|
D | Kconfig | 206 tristate "Qualcomm SDM660 interconnect driver" 211 This is a driver for the Qualcomm Network-on-Chip on sdm660-based
|
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sdm630-pinctrl.yaml | 7 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
|
/linux-6.14.4/drivers/clk/qcom/ |
D | gpucc-sdm660.c | 18 #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");
|
D | Makefile | 110 obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o 111 obj-$(CONFIG_SDM_MMCC_660) += mmcc-sdm660.o 112 obj-$(CONFIG_SDM_GPUCC_660) += gpucc-sdm660.o
|
D | Kconfig | 764 tristate "SDM660 Global Clock Controller" 768 Support for the global clock controller on SDM660 devices. 773 tristate "SDM660 Multimedia Clock Controller" 778 Support for the multimedia clock controller on SDM660 devices. 783 tristate "SDM660 Graphics Clock Controller"
|
/linux-6.14.4/Documentation/devicetree/bindings/phy/ |
D | qcom,msm8998-qmp-usb3-phy.yaml | 22 - qcom,sdm660-qmp-usb3-phy 101 - qcom,sdm660-qmp-usb3-phy
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,saw2.yaml | 31 - qcom,sdm660-gold-saw2-v4.1-l2 32 - qcom,sdm660-silver-saw2-v4.1-l2
|
/linux-6.14.4/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,adsp.yaml | 26 - qcom,sdm660-adsp-pas 180 - qcom,sdm660-adsp-pas
|
D | qcom,msm8996-mss-pil.yaml | 22 - qcom,sdm660-mss-pil 247 - qcom,sdm660-mss-pil
|
/linux-6.14.4/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.yaml | 41 - qcom,sdm660-dwc3 320 - qcom,sdm660-dwc3 419 - qcom,sdm660-dwc3
|
/linux-6.14.4/include/dt-bindings/interconnect/ |
D | qcom,sdm660.h | 2 /* SDM660 interconnect IDs */
|
/linux-6.14.4/Documentation/devicetree/bindings/display/msm/ |
D | dsi-controller-main.yaml | 28 - qcom,sdm660-dsi-ctrl 379 - qcom,sdm660-dsi-ctrl
|
123