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: Add RZ/T2H and RZ/N2H support

Document the USB2 PHY controller for the Renesas RZ/T2H (r9a09g077) and
RZ/N2H (r9a09g087) SoCs. These SoCs share the same PHY block, which is
similar to the one on RZ/G2L but differs in clocks, resets, and register
bits. To account for these differences, a new compatible string
`renesas,usb2-phy-r9a09g077` is introduced.

The RZ/N2H SoC uses the same PHY as RZ/T2H, so it reuses the RZ/T2H
compatible string as a fallback.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250808215209.3692744-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Lad Prabhakar and committed by
Vinod Koul
ab9c8aeb 89627713

+17
+17
Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml
··· 44 44 - const: renesas,usb2-phy-r9a09g056 # RZ/V2N 45 45 - const: renesas,usb2-phy-r9a09g057 46 46 47 + - const: renesas,usb2-phy-r9a09g077 # RZ/T2H 48 + 49 + - items: 50 + - const: renesas,usb2-phy-r9a09g087 # RZ/N2H 51 + - const: renesas,usb2-phy-r9a09g077 52 + 47 53 reg: 48 54 maxItems: 1 49 55 ··· 125 119 minItems: 2 126 120 required: 127 121 - resets 122 + 123 + - if: 124 + properties: 125 + compatible: 126 + contains: 127 + const: renesas,usb2-phy-r9a09g077 128 + then: 129 + properties: 130 + clocks: 131 + minItems: 2 132 + resets: false 128 133 129 134 additionalProperties: false 130 135