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,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>

authored by

Lad Prabhakar and committed by
Vinod Koul
8a203b05 8f0b4cce

+8 -1
+8 -1
Documentation/devicetree/bindings/phy/renesas,rzg3e-usb3-phy.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - const: renesas,r9a09g047-usb3-phy 14 + oneOf: 15 + - const: renesas,r9a09g047-usb3-phy # RZ/G3E 16 + 17 + - items: 18 + - enum: 19 + - renesas,r9a09g056-usb3-phy # RZ/V2N 20 + - renesas,r9a09g057-usb3-phy # RZ/V2H(P) 21 + - const: renesas,r9a09g047-usb3-phy 15 22 16 23 reg: 17 24 maxItems: 1