diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-03-14 01:21:48 +0300 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-03-14 01:21:48 +0300 |
commit | 8c8d25d95990ea4660889867469ec8713c5dc0fd (patch) | |
tree | aee93986e57ed1234b0bb3b35753105bc502c964 /Documentation/devicetree | |
parent | 77bf032528393d2dc9430b3cea1fee8d0762a86f (diff) | |
parent | 6a9eda34418fc4dc05c2a7d6741c475e287d418c (diff) | |
download | linux-8c8d25d95990ea4660889867469ec8713c5dc0fd.tar.xz |
Merge tag 'spi-nor/for-6.9' into mtd/next
SPI NOR gets the non uniform erase code cleaned. We stopped using
bitmasks for erase types and flags, and instead introduced dedicated
members. We then passed the SPI NOR erase map to MTD. Users can now
determine the erase regions and make informed decisions on partitions
size.
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml index 58f0cea160ef..6e3afb42926e 100644 --- a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml +++ b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml @@ -52,6 +52,9 @@ properties: minItems: 1 maxItems: 2 + interrupts: + maxItems: 1 + m25p,fast-read: type: boolean description: |