2023-07-28 11:19:27

by Varshini Rajendran

[permalink] [raw]
Subject: [PATCH v3 32/50] dt-bindings: usb: ehci: Add sam9x7

Document sam9x7 compatible for usb-ehci.

Signed-off-by: Varshini Rajendran <[email protected]>
---
Documentation/devicetree/bindings/usb/generic-ehci.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
index e5c8f4e085de..afc4da89dde5 100644
--- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml
+++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
@@ -82,6 +82,12 @@ properties:
- nuvoton,npcm845-ehci
- ti,ehci-omap
- usb-ehci
+ - items:
+ - enum:
+ - microchip,sam9x7-ehci
+ - enum:
+ - atmel,at91sam9g45-ehci
+ - const: usb-ehci

reg:
minItems: 1
--
2.25.1



2023-07-28 13:23:49

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 32/50] dt-bindings: usb: ehci: Add sam9x7

On 28/07/2023 12:28, Varshini Rajendran wrote:
> Document sam9x7 compatible for usb-ehci.
>
> Signed-off-by: Varshini Rajendran <[email protected]>
> ---
> Documentation/devicetree/bindings/usb/generic-ehci.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
> index e5c8f4e085de..afc4da89dde5 100644
> --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml
> +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
> @@ -82,6 +82,12 @@ properties:
> - nuvoton,npcm845-ehci
> - ti,ehci-omap
> - usb-ehci
> + - items:
> + - enum:
> + - microchip,sam9x7-ehci
> + - enum:
> + - atmel,at91sam9g45-ehci

Same problem.

Best regards,
Krzysztof