From: Mugunthan V N <mugunthanvnm@ti.com>
Date: Wed, 23 Dec 2015 15:09:44 +0000 (+0530)
Subject: arm: dts: dra72-evm: add spi-flash comaptible for flash
X-Git-Tag: v2025.01-rc5-pxa1908~10747
X-Git-Url: http://git.dujemihanovic.xyz/img/login.html?a=commitdiff_plain;h=1f19d504ccbafa280f928fe78ff2f26e58e31a47;p=u-boot.git

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>
---

diff --git a/arch/arm/dts/dra72-evm.dts b/arch/arm/dts/dra72-evm.dts
index efb544c6bb..a62550f0e0 100644
--- a/arch/arm/dts/dra72-evm.dts
+++ b/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>;