[PATCH] dt-bindings: usb: ci-hdrc-usb2: Disallow ULPI subnode for non-Qcom variants
From: Krzysztof Kozlowski
Date: Thu Aug 20 2026 - 02:52:29 EST
Only Qualcomm variants can have "ulpi" subnode, because a specific
qcom,usb-hs-phy.yaml schema is required for these, so disallow it for
everyone else to make the binding stricter and more precise.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
index 620b564914d4..18f828e4d6df 100644
--- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
@@ -113,6 +113,7 @@ allOf:
maxItems: 2
clock-names:
maxItems: 2
+ ulpi: false
unevaluatedProperties: false
--
2.53.0