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>
42 lines
1.4 KiB
Diff
42 lines
1.4 KiB
Diff
From 3865a64284cc4845c61cf3dc6c7246349d80cc49 Mon Sep 17 00:00:00 2001
|
|
From: Nitheesh Sekar <quic_nsekar@quicinc.com>
|
|
Date: Thu, 31 Aug 2023 08:35:03 +0530
|
|
Subject: [PATCH] dt-bindings: usb: dwc3: Add IPQ5018 compatible
|
|
|
|
Document the IPQ5018 dwc3 compatible.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Nitheesh Sekar <quic_nsekar@quicinc.com>
|
|
Link: https://lore.kernel.org/r/20230831030503.17100-1-quic_nsekar@quicinc.com
|
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
---
|
|
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
|
|
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
|
|
@@ -14,6 +14,7 @@ properties:
|
|
items:
|
|
- enum:
|
|
- qcom,ipq4019-dwc3
|
|
+ - qcom,ipq5018-dwc3
|
|
- qcom,ipq5332-dwc3
|
|
- qcom,ipq6018-dwc3
|
|
- qcom,ipq8064-dwc3
|
|
@@ -238,6 +239,7 @@ allOf:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
+ - qcom,ipq5018-dwc3
|
|
- qcom,ipq5332-dwc3
|
|
- qcom,msm8994-dwc3
|
|
- qcom,qcs404-dwc3
|
|
@@ -411,6 +413,7 @@ allOf:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
+ - qcom,ipq5018-dwc3
|
|
- qcom,ipq5332-dwc3
|
|
- qcom,sdm660-dwc3
|
|
then:
|