Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Lad Prabhakar and committed by
Vinod Koul
9c4fbefc 31eebeef

+4 -1
+4 -1
Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml
··· 16 16 - enum: 17 17 - renesas,usb2-phy-r8a77470 # RZ/G1C 18 18 - renesas,usb2-phy-r9a08g045 # RZ/G3S 19 + - renesas,usb2-phy-r9a09g057 # RZ/V2H(P) 19 20 20 21 - items: 21 22 - enum: ··· 106 105 properties: 107 106 compatible: 108 107 contains: 109 - const: renesas,rzg2l-usb2-phy 108 + enum: 109 + - renesas,usb2-phy-r9a09g057 110 + - renesas,rzg2l-usb2-phy 110 111 then: 111 112 properties: 112 113 clocks: