Skip to content
Snippets Groups Projects
Commit 1f19d504 authored by Mugunthan V N's avatar Mugunthan V N Committed by Jagan Teki
Browse files

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: default avatarMugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
parent f7276c86
No related branches found
No related tags found
No related merge requests found
...@@ -604,7 +604,7 @@ ...@@ -604,7 +604,7 @@
spi-max-frequency = <48000000>; spi-max-frequency = <48000000>;
m25p80@0 { m25p80@0 {
compatible = "s25fl256s1"; compatible = "s25fl256s1","spi-flash";
spi-max-frequency = <48000000>; spi-max-frequency = <48000000>;
reg = <0>; reg = <0>;
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment