[PATCH v3] mtd: spi-nor: add dt support for Everspin MRAMs

Cyrille Pitchen cyrille.pitchen at atmel.com
Fri Jan 20 04:57:41 PST 2017


Le 19/01/2017 à 18:56, Rob Herring a écrit :
> On Tue, Jan 17, 2017 at 12:03:38PM +0100, Uwe Kleine-König wrote:
>> The MR25 family doesn't support JEDEC, so they need explicit mentioning
>> in the list of supported spi IDs. This makes it possible to add these
>> using for example:
>>
>> 	compatible = "everspin,mr25h40";
>>
>> There was already an entry for mr25h256. Move that one out of the "keep
>> for compatibility" section and put in a new group for Everspin MRAMs.
>>
>> Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
>> ---
>> Changes since (implicit) v1:
>>
>>  - use Kib instead of kib
>>
>> Changes since v2:
>>
>>  - update dt docs
>>  - handle already existing mr25h256 in m25p_ids[]
>>
>> Thanks to Cyrille for catching these.
>>
>>  Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt | 2 ++
>>  drivers/mtd/devices/m25p80.c                            | 6 +++++-
>>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> Acked-by: Rob Herring <robh at kernel.org>
> 
Applied to git://github.com/spi-nor/linux.git

Thanks!




More information about the linux-mtd mailing list