Skip to content

Commit 31eebee

Browse files
prabhakarladvinodkoul
authored andcommitted
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 <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent cc52a69 commit 31eebee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ allOf:
107107
contains:
108108
const: renesas,rzg2l-usb2-phy
109109
then:
110+
properties:
111+
clocks:
112+
minItems: 2
110113
required:
111114
- resets
112115

0 commit comments

Comments
 (0)