diff options
author | Frank Li <Frank.Li@nxp.com> | 2025-06-24 16:04:43 -0400 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2025-07-24 00:37:59 +0200 |
commit | 8428582554c66de11d6f96074be91a53affdb66e (patch) | |
tree | 7b83f9d9479a23679fe4a3780e5ff9560c9c0e5b | |
parent | 529a3ff283e7e788dd23d372aaf0820dac5822ae (diff) |
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
-rw-r--r-- | Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml b/Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml index 798a6939b894..e645784b77d3 100644 --- a/Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml @@ -22,6 +22,9 @@ properties: interrupts: maxItems: 1 + clocks: + maxItems: 1 + clock-frequency: default: 100000 |