
Introduce support for the Qualcomm IPQ50xx SoC. This series adds support for the following components: - minimal boot support: GCC/pinctrl/watchdog/CPUFreq/SDI (upstreamed) - USB2 (upstreamed) - Thermal/Tsens - PCIe gen2 1&2-lane PHY and controller - PWM and PWM LED - QPIC SPI NAND controller - CMN PLL Block (provider of fixed rate clocks to GCC/ethernet/more.) - Ethernet: IPQ5018 Internal GE PHY (1 gbps) - Remoteproc MPD driver for IPQ5018 (2.4G) & QCN6122 (5/6G) Wifi Co-developed-by: Ziyang Huang <hzyitc@outlook.com> Signed-off-by: Ziyang Huang <hzyitc@outlook.com> Signed-off-by: George Moussalem <george.moussalem@outlook.com> Link: https://github.com/openwrt/openwrt/pull/17182 Signed-off-by: Robert Marko <robimarko@gmail.com>
26 lines
968 B
Diff
26 lines
968 B
Diff
From 4d45d56e17348c6b6bb2bce126a4a5ea97b19900 Mon Sep 17 00:00:00 2001
|
|
From: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
|
|
Date: Mon, 25 Sep 2023 15:58:24 +0530
|
|
Subject: [PATCH] dt-bindings: clock: qcom,a53pll: add IPQ5018 compatible
|
|
|
|
Add IPQ5018 compatible to A53 PLL bindings.
|
|
|
|
Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Link: https://lore.kernel.org/r/20230925102826.405446-2-quic_gokulsri@quicinc.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml
|
|
+++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml
|
|
@@ -16,6 +16,7 @@ description:
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
+ - qcom,ipq5018-a53pll
|
|
- qcom,ipq5332-a53pll
|
|
- qcom,ipq6018-a53pll
|
|
- qcom,ipq8074-a53pll
|