Skip to content

Commit 9c4fbef

Browse files
prabhakarladvinodkoul
authored andcommitted
dt-bindings: phy: renesas,usb2-phy: Document RZ/V2H(P) SoC
Document USB2.0 phy bindings for RZ/V2H(P) ("R9A09gG57") SoC. RZ/V2H(P) USB2.0 phy is similar to one found on the RZ/G2L SoC, but it needs additional configuration to be done as compared RZ/G2L USB2.0 phy. To handle this difference a SoC specific compat string is added for RZ/V2H(P) SoC. Like the RZ/G2L SoC, the RZ/V2H(P) USB2.0 PHY requires the `resets` property and has two clocks. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250414145729.343133-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 31eebee commit 9c4fbef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ properties:
1616
- enum:
1717
- renesas,usb2-phy-r8a77470 # RZ/G1C
1818
- renesas,usb2-phy-r9a08g045 # RZ/G3S
19+
- renesas,usb2-phy-r9a09g057 # RZ/V2H(P)
1920

2021
- items:
2122
- enum:
@@ -105,7 +106,9 @@ allOf:
105106
properties:
106107
compatible:
107108
contains:
108-
const: renesas,rzg2l-usb2-phy
109+
enum:
110+
- renesas,usb2-phy-r9a09g057
111+
- renesas,rzg2l-usb2-phy
109112
then:
110113
properties:
111114
clocks:

0 commit comments

Comments
 (0)