Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adam Ford and committed by
Sekhar Nori
01cc0596 5f9e832c

+1 -1
+1 -1
arch/arm/boot/dts/da850-evm.dts
··· 281 281 flash: m25p80@0 { 282 282 #address-cells = <1>; 283 283 #size-cells = <1>; 284 - compatible = "m25p64"; 284 + compatible = "jedec,spi-nor"; 285 285 spi-max-frequency = <30000000>; 286 286 m25p,fast-read; 287 287 reg = <0>;