diff mbox

[U-Boot,v6,09/16] arm: dts: am437x-gp-evm: add spi-flash comaptible for flash

Message ID 1450882983-31859-10-git-send-email-mugunthanvnm@ti.com
State Accepted
Commit 4416ddba5bd3de4a30ebc226d837eca167793bff
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Mugunthan V N Dec. 23, 2015, 3:02 p.m. UTC
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>
---
 arch/arm/dts/am437x-sk-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/dts/am437x-sk-evm.dts b/arch/arm/dts/am437x-sk-evm.dts
index 3f9d808..89feaf3 100644
--- a/arch/arm/dts/am437x-sk-evm.dts
+++ b/arch/arm/dts/am437x-sk-evm.dts
@@ -567,7 +567,7 @@ 
 
 	spi-max-frequency = <48000000>;
 	m25p80@0 {
-		compatible = "mx66l51235l";
+		compatible = "mx66l51235l","spi-flash";
 		spi-max-frequency = <48000000>;
 		reg = <0>;
 		spi-cpol;