[PATCH] dt-bindings: usb: ci-hdrc-usb2: Disallow ULPI subnode for non-Qcom variants
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-usb,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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