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 <Frank.Li@nxp.com> Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20250624200444.2514331-1-Frank.Li@nxp.com
1 parent 529a3ff commit 8428582

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)