File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Documentation/devicetree/bindings/usb Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,14 @@ description: |
25
25
The Amlogic A1 embeds a DWC3 USB IP Core configured for USB2 in
26
26
host-only mode.
27
27
28
- The Amlogic GXL & GXM SoCs doesn't embed an USB3 PHY.
28
+ The Amlogic GXL, GXM & AXG SoCs doesn't embed an USB3 PHY.
29
29
30
30
properties :
31
31
compatible :
32
32
enum :
33
33
- amlogic,meson-gxl-usb-ctrl
34
34
- amlogic,meson-gxm-usb-ctrl
35
+ - amlogic,meson-axg-usb-ctrl
35
36
- amlogic,meson-g12a-usb-ctrl
36
37
- amlogic,meson-a1-usb-ctrl
37
38
@@ -151,6 +152,25 @@ allOf:
151
152
152
153
required :
153
154
- clock-names
155
+ - if :
156
+ properties :
157
+ compatible :
158
+ enum :
159
+ - amlogic,meson-axg-usb-ctrl
160
+
161
+ then :
162
+ properties :
163
+ phy-names :
164
+ items :
165
+ - const : usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
166
+ clocks :
167
+ minItems : 2
168
+ clock-names :
169
+ items :
170
+ - const : usb_ctrl
171
+ - const : ddr
172
+ required :
173
+ - clock-names
154
174
- if :
155
175
properties :
156
176
compatible :
You can’t perform that action at this time.
0 commit comments