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>
23 lines
800 B
Diff
23 lines
800 B
Diff
From: Sricharan Ramabadhran <quic_srichara@quicinc.com>
|
|
Subject: [PATCH V2 1/1] dt-bindings: nvmem: Add compatible for IPQ5018
|
|
Date: Fri, 15 Sep 2023 17:31:20 +0530
|
|
|
|
Document the QFPROM on IPQ5018.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com>
|
|
---
|
|
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
|
|
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
|
|
@@ -18,6 +18,7 @@ properties:
|
|
- enum:
|
|
- qcom,apq8064-qfprom
|
|
- qcom,apq8084-qfprom
|
|
+ - qcom,ipq5018-qfprom
|
|
- qcom,ipq5332-qfprom
|
|
- qcom,ipq6018-qfprom
|
|
- qcom,ipq8064-qfprom
|