Skip to content

Commit f3c8498

Browse files
claudiubezneavinodkoul
authored andcommitted
dt-bindings: phy: renesas,usb2-phy: Document RZ/G3S phy bindings
Document the RZ/G3S PHY bindings. The RZ/G3S USB PHY is almost identical with the RZ/G2L USB PHY. The difference is that there is a hardware limitation on the max burst size used when the BUS master interface issues a transfer request for RZ/G3S that is configured though PHY registers. Signed-off-by: Claudiu Beznea <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 4eae163 commit f3c8498

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ properties:
1313
compatible:
1414
oneOf:
1515
- items:
16-
- const: renesas,usb2-phy-r8a77470 # RZ/G1C
16+
- enum:
17+
- renesas,usb2-phy-r8a77470 # RZ/G1C
18+
- renesas,usb2-phy-r9a08g045 # RZ/G3S
1719

1820
- items:
1921
- enum:

0 commit comments

Comments
 (0)