arm: dts: dra72-evm: add spi-flash comaptible for flash

In U-Boot most flashes uses "spi-flash" as compatible to bind the
device to flash driver, so adding "spi-flash" compatible to
m25p80 node.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
master
Mugunthan V N 9 years ago committed by Jagan Teki
parent f7276c8615
commit 1f19d504cc
  1. 2
      arch/arm/dts/dra72-evm.dts

@ -604,7 +604,7 @@
spi-max-frequency = <48000000>;
m25p80@0 {
compatible = "s25fl256s1";
compatible = "s25fl256s1","spi-flash";
spi-max-frequency = <48000000>;
reg = <0>;
spi-tx-bus-width = <1>;

Loading…
Cancel
Save