Searched +full:ipq6018 +full:- +full:a53pll (Results 1 – 3 of 3) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | qcom,a53pll.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,a53pll.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sivaprakash Murugesan <sivaprak@codeaurora.org> 19 - qcom,ipq6018-a53pll 20 - qcom,msm8916-a53pll 25 '#clock-cells': 30 - description: board XO clock 32 clock-names: [all …]
|
/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | ipq6018.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * IPQ6018 SoC device tree source 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/qcom,gcc-ipq6018.h> 10 #include <dt-bindings/reset/qcom,gcc-ipq6018.h> 11 #include <dt-bindings/clock/qcom,apss-ipq.h> 14 #address-cells = <2>; 15 #size-cells = <2>; 16 interrupt-parent = <&intc>; 19 sleep_clk: sleep-clk { [all …]
|
/linux-5.10/drivers/clk/qcom/ |
D | apss-ipq-pll.c | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <linux/clk-provider.h> 8 #include "clk-alpha-pll.h" 29 .name = "a53pll", 57 struct device *dev = &pdev->dev; in apss_ipq_pll_probe() 81 { .compatible = "qcom,ipq6018-a53pll" }, 88 .name = "qcom-ipq-apss-pll",
|