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 clock constraint for RZ/G2L family

The RZ/G2L family requires two clocks for USB2 PHY, which are already
defined in the DTSI files. Add a constraint in the DT binding document
to ensure validation with `dtbs_check`.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250414145729.343133-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
31eebeef cc52a697

+3
+3
Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml
··· 107 107 contains: 108 108 const: renesas,rzg2l-usb2-phy 109 109 then: 110 + properties: 111 + clocks: 112 + minItems: 2 110 113 required: 111 114 - resets 112 115