Commit 8a203b05 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Vinod Koul
Browse files

dt-bindings: phy: renesas,rzg3e-usb3-phy: Add RZ/V2H(P) and RZ/V2N support



Add compatibles for the USB3.0 PHY used in the RZ/V2H(P) and RZ/V2N SoCs.
These SoCs integrate the same USB3 PHY IP block as the RZ/G3E, so the
RZ/G3E compatible is used as a fallback for both.

Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://patch.msgid.link/20251222161846.152952-1-prabhakar.mahadev-lad.rj@bp.renesas.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 8f0b4cce
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -11,7 +11,14 @@ maintainers:

properties:
  compatible:
    const: renesas,r9a09g047-usb3-phy
    oneOf:
      - const: renesas,r9a09g047-usb3-phy # RZ/G3E

      - items:
          - enum:
              - renesas,r9a09g056-usb3-phy # RZ/V2N
              - renesas,r9a09g057-usb3-phy # RZ/V2H(P)
          - const: renesas,r9a09g047-usb3-phy

  reg:
    maxItems: 1