Skip to content

Commit 28d5ee0

Browse files
superna9999robherring
authored andcommitted
dt-bindings: usb: dwc2: fix bindings for amlogic, meson-gxbb-usb
The amlogic,meson-gxbb-usb compatible needs snps,dwc2 aswell like other Amlogic SoC. Fixes: f3ca745 ("dt-bindings: usb: Convert DWC2 bindings to json-schema") Reviewed-by: Benjamin Gaignard <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 39eca91 commit 28d5ee0

File tree

1 file changed

+5
-8
lines changed
  • Documentation/devicetree/bindings/usb

1 file changed

+5
-8
lines changed

Documentation/devicetree/bindings/usb/dwc2.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,11 @@ properties:
4444
- const: lantiq,arx100-usb
4545
- const: lantiq,xrx200-usb
4646
- items:
47-
- const: amlogic,meson8-usb
48-
- const: snps,dwc2
49-
- items:
50-
- const: amlogic,meson8b-usb
51-
- const: snps,dwc2
52-
- const: amlogic,meson-gxbb-usb
53-
- items:
54-
- const: amlogic,meson-g12a-usb
47+
- enum:
48+
- amlogic,meson8-usb
49+
- amlogic,meson8b-usb
50+
- amlogic,meson-gxbb-usb
51+
- amlogic,meson-g12a-usb
5552
- const: snps,dwc2
5653
- const: amcc,dwc-otg
5754
- const: snps,dwc2

0 commit comments

Comments
 (0)