diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-03-13 23:21:48 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-03-13 23:21:48 +0100 |
commit | 8c8d25d95990ea4660889867469ec8713c5dc0fd (patch) | |
tree | aee93986e57ed1234b0bb3b35753105bc502c964 /Documentation/devicetree/bindings/mtd | |
parent | mtd: Remove support for Carillo Ranch driver (diff) | |
parent | mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase map (diff) | |
download | linux-8c8d25d95990ea4660889867469ec8713c5dc0fd.tar.xz linux-8c8d25d95990ea4660889867469ec8713c5dc0fd.zip |
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/bindings/mtd')
-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: |