Skip to content

Commit 8428582

Browse files
nxpfrankliAndi Shyti
authored andcommitted
dt-bindings: i2c: nxp,pnx-i2c: allow clocks property
Allow clocks property to fix below CHECK_DTB warnings: arch/arm/boot/dts/nxp/lpc/lpc3250-ea3250.dtb: i2c@300 (nxp,pnx-i2c): Unevaluated properties are not allowed ('clocks' was unexpected) Signed-off-by: Frank Li <[email protected]> Reviewed-by: Vladimir Zapolskiy <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 529a3ff commit 8428582

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ properties:
2222
interrupts:
2323
maxItems: 1
2424

25+
clocks:
26+
maxItems: 1
27+
2528
clock-frequency:
2629
default: 100000
2730

0 commit comments

Comments
 (0)