Skip to content

Commit 6b50075

Browse files
nxpfranklibroonie
authored andcommitted
spi: dt-bindings: mxs-spi: allow clocks properpty
Allow clocks property to fix below CHECK_DTB warnings: arch/arm/boot/dts/nxp/mxs/imx28-btt3-0.dtb: spi@80014000 (fsl,imx28-spi): Unevaluated properties are not allowed ('clocks' was unexpected) Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://patch.msgid.link/20250528222821.728544-1-Frank.Li@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent f73dc37 commit 6b50075

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/spi/mxs-spi.yaml

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

27+
clocks:
28+
maxItems: 1
29+
2730
dmas:
2831
maxItems: 1
2932

0 commit comments

Comments
 (0)