[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20251021050954.3462613-1-krishna.kurapati@oss.qualcomm.com>
Date: Tue, 21 Oct 2025 10:39:54 +0530
From: Krishna Kurapati <krishna.kurapati@....qualcomm.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Wesley Cheng <wesley.cheng@....qualcomm.com>
Cc: linux-arm-msm@...r.kernel.org, linux-usb@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Konrad Dybcio <konrad.dybcio@....qualcomm.com>,
Krishna Kurapati <krishna.kurapati@....qualcomm.com>
Subject: [PATCH v8] dt-bindings: usb: qcom,snps-dwc3: Add the SM8750 compatible
From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Add qcom,sm8750-dwc3 compatible to flattened implementation binding.
Signed-off-by: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Signed-off-by: Krishna Kurapati <krishna.kurapati@....qualcomm.com>
---
Changes in v8:
-> Shifted to using flattened implementation.
-> Since the flattened implementation code was provided by Konrad on the
v7 dt patches [1], moved authorship to him.
-> Separating out usb binding patch from DT/Defconfig patches.
-> v7 was actually correcting XO clock. But this patch is adding the
target compatible to new bindings. Although v8 is strictly not a follow
up of v7 and has different content, marking this patch as v8 to retain
context.
[1]: https://lore.kernel.org/all/5a0a0255-3c29-4e31-ab15-d286dea1ccb4@oss.qualcomm.com/
Link to v7:
https://lore.kernel.org/all/20251015105207.2819689-1-krishna.kurapati@oss.qualcomm.com/
Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
index d49a58d5478f..301e873684ae 100644
--- a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
@@ -67,6 +67,7 @@ properties:
- qcom,sm8450-dwc3
- qcom,sm8550-dwc3
- qcom,sm8650-dwc3
+ - qcom,sm8750-dwc3
- qcom,x1e80100-dwc3
- qcom,x1e80100-dwc3-mp
- const: qcom,snps-dwc3
@@ -213,6 +214,7 @@ allOf:
- qcom,sdx65-dwc3
- qcom,sdx75-dwc3
- qcom,sm6350-dwc3
+ - qcom,sm8750-dwc3
then:
properties:
clocks:
@@ -501,6 +503,7 @@ allOf:
- qcom,sm8450-dwc3
- qcom,sm8550-dwc3
- qcom,sm8650-dwc3
+ - qcom,sm8750-dwc3
then:
properties:
interrupts:
--
2.34.1
Powered by blists - more mailing lists