Message ID | 20230728102836.266918-1-varshini.rajendran@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On 28/07/2023 12:28, Varshini Rajendran wrote: > Document sam9x7 compatible for usb-ehci. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> > --- > 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
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
Document sam9x7 compatible for usb-ehci. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> --- Documentation/devicetree/bindings/usb/generic-ehci.yaml | 6 ++++++ 1 file changed, 6 insertions(+)