Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Frank Li and committed by
Andi Shyti
84285825 529a3ff2

+3
+3
Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml
··· 22 22 interrupts: 23 23 maxItems: 1 24 24 25 + clocks: 26 + maxItems: 1 27 + 25 28 clock-frequency: 26 29 default: 100000 27 30