Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594691
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] doc: dt: mtd: add w25q64 to list of supported SPI flashes |
| Date | 2017-03-07 23:00 +0100 |
| Message-ID | <tivjd-5f8-49@gated-at.bofh.it> (permalink) |
| References | <tivjc-5f8-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Sekhar Nori <nsekhar@ti.com>
W25Q64 is found on TI's AM335x ICEv2 board. Add it to list
for supported SPI flash devices. This flash can be identified
using JEDEC READ ID opcode.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt
index 3e920ec..9ce35af 100644
--- a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt
+++ b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt
@@ -40,6 +40,7 @@ Required properties:
w25x80
w25x32
w25q32
+ w25q64
w25q32dw
w25q80bl
w25q128
--
2.10.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] ARM: dts: am335x-icev2: Add support for W25Q64 NOR flash Franklin S Cooper Jr <fcooper@ti.com> - 2017-03-07 23:00 +0100 [PATCH 2/2] ARM: dts: am335x-icev2: Add SPI based NOR Franklin S Cooper Jr <fcooper@ti.com> - 2017-03-07 23:00 +0100 [PATCH 1/2] doc: dt: mtd: add w25q64 to list of supported SPI flashes Franklin S Cooper Jr <fcooper@ti.com> - 2017-03-07 23:00 +0100
csiph-web