mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:24:43 +01:00
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: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://patch.msgid.link/20251222161846.152952-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
8f0b4cce44
commit
8a203b0571
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue