diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-23 20:39:43 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-01-13 18:47:28 +0530 |
commit | f7276c86152e1dc0bf29d511be37b99aaef4950f (patch) | |
tree | 5f517f64c3682793206f7d174751488d02edfc68 | |
parent | 4416ddba5bd3de4a30ebc226d837eca167793bff (diff) | |
download | u-boot-f7276c86152e1dc0bf29d511be37b99aaef4950f.tar.gz u-boot-f7276c86152e1dc0bf29d511be37b99aaef4950f.tar.xz u-boot-f7276c86152e1dc0bf29d511be37b99aaef4950f.zip |
arm: dts: dra7-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>
-rw-r--r-- | arch/arm/dts/dra7-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts index e4daa991e9..797d411d6f 100644 --- a/arch/arm/dts/dra7-evm.dts +++ b/arch/arm/dts/dra7-evm.dts @@ -487,7 +487,7 @@ spi-max-frequency = <48000000>; m25p80@0 { - compatible = "s25fl256s1"; + compatible = "s25fl256s1","spi-flash"; spi-max-frequency = <48000000>; reg = <0>; spi-tx-bus-width = <1>; |