[PATCH 02/21] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible

Varshini Rajendran posted 21 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH 02/21] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
Posted by Varshini Rajendran 2 years, 8 months ago
Document at91sam9g45-ehci compatible for usb-ehci

Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
---
 Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
index 9445764bd8de..7e486cc6cfb8 100644
--- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml
+++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
@@ -66,6 +66,7 @@ properties:
           - const: generic-ehci
       - items:
           - enum:
+              - atmel,at91sam9g45-ehci
               - cavium,octeon-6335-ehci
               - ibm,usb-ehci-440epx
               - ibm,usb-ehci-460ex
-- 
2.25.1
Re: [PATCH 02/21] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
Posted by Rob Herring 2 years, 7 months ago
On Sun, 04 Jun 2023 01:32:24 +0530, Varshini Rajendran wrote:
> Document at91sam9g45-ehci compatible for usb-ehci
> 
> Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
> ---
>  Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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