Skip to content

Commit 7704f24

Browse files
miquelraynalgregkh
authored andcommitted
dt-bindings: spi: mxic: The interrupt property is not mandatory
commit 90c204d upstream. The interrupt property is not mandatory at all, this property should not be part of the required properties list, so move it into the optional properties list. Fixes: 326e5c8 ("dt-binding: spi: Document Macronix controller bindings") Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/linux-mtd/20211216111654.238086-8-miquel.raynal@bootlin.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 648ab1d commit 7704f24

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/spi/spi-mxic.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Required properties:
88
- reg: should contain 2 entries, one for the registers and one for the direct
99
mapping area
1010
- reg-names: should contain "regs" and "dirmap"
11-
- interrupts: interrupt line connected to the SPI controller
1211
- clock-names: should contain "ps_clk", "send_clk" and "send_dly_clk"
1312
- clocks: should contain 3 entries for the "ps_clk", "send_clk" and
1413
"send_dly_clk" clocks
1514

15+
Optional properties:
16+
- interrupts: interrupt line connected to the SPI controller
17+
1618
Example:
1719

1820
spi@43c30000 {

0 commit comments

Comments
 (0)