Searched +full:gcc +full:- +full:sm6125 (Results  1 – 10 of 10) sorted by relevance
| /linux/Documentation/devicetree/bindings/display/msm/ | 
| H A D | qcom,sm6125-mdss.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/qcom,sm6125-mdss.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SM6125 Display MDSS 10   - Marijn Suijten <marijn.suijten@somainline.org> 13   SM6125 MSM Mobile Display Subsystem (MDSS), which encapsulates sub-blocks 16 $ref: /schemas/display/msm/mdss-common.yaml# 20     const: qcom,sm6125-mdss 24       - description: Display AHB clock from gcc [all …] 
 | 
| H A D | qcom,sc7180-dpu.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/qcom,sc7180-dpu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Krishna Manikandan <quic_mkrishn@quicinc.com> 12 $ref: /schemas/display/msm/dpu-common.yaml# 17       - qcom,sc7180-dpu 18       - qcom,sm6125-dpu 19       - qcom,sm6350-dpu 20       - qcom,sm6375-dpu [all …] 
 | 
| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | sm6125.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,dispcc-sm6125.h> 7 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h> 8 #include <dt-bindings/clock/qcom,gcc-sm6125.h> 9 #include <dt-bindings/clock/qcom,rpmcc.h> 10 #include <dt-bindings/dma/qcom-gpi.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/power/qcom-rpmpd.h> 16 	interrupt-parent = <&intc>; [all …] 
 | 
| /linux/drivers/clk/qcom/ | 
| H A 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 …] 
 | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 242 	  CMN PLL consumes the AHB/SYS clocks from GCC and supplies 243 	  the output clocks to the networking hardware and GCC blocks. 1079 	tristate "SM6125 Display Clock Controller" 1084 	  SM6125 devices. 1188 	tristate "SM6125 Global Clock Controller" 1192 	  Support for the global clock controller on SM6125 devices. 1315 	tristate "SM6125 Graphics Clock Controller" 1319 	  Support for the graphics clock controller on SM6125 devices. 1411 	  Say Y if you want to toggle LPASS-adjacent resets within [all …] 
 | 
| H A D | gcc-sm6125.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/clk-provider.h> 13 #include <linux/reset-controller.h> 15 #include <dt-bindings/clock/qcom,gcc-sm6125.h> 17 #include "clk-alpha-pll.h" 18 #include "clk-branch.h" 19 #include "clk-rcg.h" 20 #include "clk-regmap.h" 4130 	{ .compatible = "qcom,gcc-sm6125" }, 4164 	return qcom_cc_really_probe(&pdev->dev, &gcc_sm6125_desc, regmap);  in gcc_sm6125_probe() [all …] 
 | 
| /linux/Documentation/devicetree/bindings/phy/ | 
| H A D | qcom,sc8280xp-qmp-ufs-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-ufs-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Vinod Koul <vkoul@kernel.org> 19       - items: 20           - enum: 21               - qcom,qcs615-qmp-ufs-phy 22           - const: qcom,sm6115-qmp-ufs-phy 23       - items: [all …] 
 | 
| /linux/Documentation/devicetree/bindings/usb/ | 
| H A D | qcom,dwc3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Wesley Cheng <quic_wcheng@quicinc.com> 12 # Use the combined qcom,snps-dwc3 instead 21     - compatible 26       - enum: 27           - qcom,ipq4019-dwc3 28           - qcom,ipq5018-dwc3 29           - qcom,ipq5332-dwc3 [all …] 
 | 
| H A D | qcom,snps-dwc3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/qcom,snps-dwc3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Wesley Cheng <quic_wcheng@quicinc.com> 19         const: qcom,snps-dwc3 21     - compatible 26       - enum: 27           - qcom,ipq4019-dwc3 28           - qcom,ipq5018-dwc3 [all …] 
 | 
| /linux/Documentation/devicetree/bindings/mailbox/ | 
| H A D | qcom,apcs-kpss-global.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mailbox/qcom,apcs-kpss-global.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 14   - Jassi Brar <jassisinghbrar@gmail.com> 19       - items: 20           - enum: 21               - qcom,ipq5018-apcs-apps-global 22               - qcom,ipq5332-apcs-apps-global 23               - qcom,ipq5424-apcs-apps-global [all …] 
 |