1
0
Fork 0

ARM: dts: da850-evm: Use generic jedec, spi-nor for flash

Logic PD re-spun the L138 and AM1808 SOM's with larger flash.
The m25p80 driver has a generic 'jedec,spi-nor' compatible option
which is requests to use whenever possible since it will read the
JEDEC READ ID opcode.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
alistair/sunxi64-5.4-dsi
Adam Ford 2019-07-23 07:10:42 -05:00 committed by Sekhar Nori
parent 5f9e832c13
commit 01cc0596ef
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@
flash: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "m25p64";
compatible = "jedec,spi-nor";
spi-max-frequency = <30000000>;
m25p,fast-read;
reg = <0>;