Skip to content

Commit fd4a06a

Browse files
prabhakarladpH5
authored andcommitted
dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/V2N SoC support
Document support for the USB2PHY reset controller found on the Renesas RZ/V2N (R9A09G056) SoC. The reset controller IP is functionally identical to that on the RZ/V2H(P) SoC, so no driver changes are needed. The existing `renesas,r9a09g057-usb2phy-reset` compatible will be used as a fallback for the RZ/V2N SoC. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250528133031.167647-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 25ef956 commit fd4a06a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ description:
1515

1616
properties:
1717
compatible:
18-
const: renesas,r9a09g057-usb2phy-reset # RZ/V2H(P)
18+
oneOf:
19+
- items:
20+
- const: renesas,r9a09g056-usb2phy-reset # RZ/V2N
21+
- const: renesas,r9a09g057-usb2phy-reset
22+
23+
- const: renesas,r9a09g057-usb2phy-reset # RZ/V2H(P)
1924

2025
reg:
2126
maxItems: 1

0 commit comments

Comments
 (0)