diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2017-06-02 15:21:19 +1200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2017-06-08 16:32:11 -0700 |
commit | 4379075a870b8de43a9ecd5b46884953234fc669 (patch) | |
tree | 668961c36e393c96c949d970e4202c4ae7194f10 /Documentation/devicetree | |
parent | 2f071ff175ea221710d583222b55f915d90901f0 (diff) | |
download | op-kernel-dev-4379075a870b8de43a9ecd5b46884953234fc669.zip op-kernel-dev-4379075a870b8de43a9ecd5b46884953234fc669.tar.gz |
mtd: mchp23k256: Add support for mchp23lcv1024
The mchp23lcv1024 is similar to the mchp23k256, the differences (from a
software point of view) are the capacity of the chip and the size of the
addresses used.
There is no way to detect the specific chip so we must be told via a
Device Tree or default to mchp23k256 when device tree is not used.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt b/Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt index 25e5ad3..7328eb9 100644 --- a/Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt +++ b/Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt @@ -3,7 +3,7 @@ Required properties: - #address-cells, #size-cells : Must be present if the device has sub-nodes representing partitions. -- compatible : Must be "microchip,mchp23k256" +- compatible : Must be one of "microchip,mchp23k256" or "microchip,mchp23lcv1024" - reg : Chip-Select number - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at |