Searched +full:gcc +full:- +full:apq8064 (Results  1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/clock/ | 
| H A D | qcom,gcc-apq8064.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only3 ---
 4 $id: http://devicetree.org/schemas/clock/qcom,gcc-apq8064.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Qualcomm Global Clock & Reset Controller on APQ8064/MSM8960
 10   - Stephen Boyd <sboyd@kernel.org>
 11   - Taniya Das <quic_tdas@quicinc.com>
 15   domains on APQ8064.
 18     include/dt-bindings/clock/qcom,gcc-msm8960.h
 19     include/dt-bindings/reset/qcom,gcc-msm8960.h
 [all …]
 
 | 
| H A D | qcom,kpss-gcc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/clock/qcom,kpss-gcc.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Krait Processor Sub-system (KPSS) Global Clock Controller (GCC)
 10   - Christian Marangi <ansuelsmth@gmail.com>
 13   Krait Processor Sub-system (KPSS) Global Clock Controller (GCC). Used
 15   to the kpss-gcc registers.
 20       - enum:
 21           - qcom,kpss-gcc-ipq8064
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/pci/ | 
| H A D | qcom,pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Bjorn Andersson <bjorn.andersson@linaro.org>
 11   - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 20       - enum:
 21           - qcom,pcie-apq8064
 22           - qcom,pcie-apq8084
 23           - qcom,pcie-ipq4019
 24           - qcom,pcie-ipq5018
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/phy/ | 
| H A D | qcom,usb-hs-phy.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only3 ---
 4 $id: http://devicetree.org/schemas/phy/qcom,usb-hs-phy.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Bjorn Andersson <bjorn.andersson@linaro.org>
 17           - qcom,usb-hs-phy-apq8064
 18           - qcom,usb-hs-phy-msm8660
 19           - qcom,usb-hs-phy-msm8960
 25     reset-names:
 34     reset-names:
 [all …]
 
 | 
| H A D | qcom,sata-phy.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/phy/qcom,sata-phy.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Bjorn Andersson <andersson@kernel.org>
 11   - Konrad Dybcio <konrad.dybcio@linaro.org>
 14   The Qualcomm SATA PHY describes on-chip SATA Physical layer controllers.
 19       - qcom,ipq806x-sata-phy
 20       - qcom,apq8064-sata-phy
 28   clock-names:
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/dma/ | 
| H A D | qcom,bam-dma.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/dma/qcom,bam-dma.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Andy Gross <agross@kernel.org>
 11   - Bjorn Andersson <andersson@kernel.org>
 14   - $ref: dma-controller.yaml#
 19       - enum:
 20           # APQ8064, IPQ8064 and MSM8960
 21           - qcom,bam-v1.3.0
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/nvmem/ | 
| H A D | qcom,qfprom.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
 13   - $ref: nvmem.yaml#
 14   - $ref: nvmem-deprecated-cells.yaml#
 19       - enum:
 20           - qcom,apq8064-qfprom
 21           - qcom,apq8084-qfprom
 22           - qcom,ipq5018-qfprom
 [all …]
 
 | 
| /linux/drivers/clk/qcom/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only167 	  platforms such as apq8064, msm8660, msm8960 etc.
 242 	  CMN PLL consumes the AHB/SYS clocks from GCC and supplies
 243 	  the output clocks to the networking hardware and GCC blocks.
 380 	tristate "APQ8064/MSM8960 Global Clock Controller"
 383 	  Support for the global clock controller on apq8064/msm8960 devices.
 388 	tristate "APQ8064/MSM8960/MDM9650 LPASS Clock Controller"
 391 	  Support for the LPASS clock controller on apq8064/msm8960/mdm9650
 1411 	  Say Y if you want to toggle LPASS-adjacent resets within
 1529 	tristate "High-Frequency PLL (HFPLL) Clock Controller"
 [all …]
 
 |