[PATCH v2 1/5] dt-bindings: usb: qcom,snps-dwc3: Drop stale child node comment

Krzysztof Kozlowski posted 5 patches 1 week, 4 days ago
[PATCH v2 1/5] dt-bindings: usb: qcom,snps-dwc3: Drop stale child node comment
Posted by Krzysztof Kozlowski 1 week, 4 days ago
After moving the binding to style with combined wrapper+device (so one
node) there is no child node required.  Drop the stale comment about it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

---

Changes in v2:
1. None
---
 Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
index f879e2e104c4..2b6a0939d98d 100644
--- a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
@@ -153,8 +153,6 @@ properties:
 
   wakeup-source: true
 
-# Required child node:
-
 required:
   - compatible
   - reg

-- 
2.51.0
Re: [PATCH v2 1/5] dt-bindings: usb: qcom,snps-dwc3: Drop stale child node comment
Posted by Rob Herring (Arm) 1 week, 2 days ago
On Mon, 23 Mar 2026 09:54:12 +0100, Krzysztof Kozlowski wrote:
> After moving the binding to style with combined wrapper+device (so one
> node) there is no child node required.  Drop the stale comment about it.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> ---
> 
> Changes in v2:
> 1. None
> ---
>  Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml | 2 --
>  1 file changed, 2 deletions(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>