From: Mugunthan V N Date: Wed, 23 Dec 2015 15:09:43 +0000 (+0530) Subject: arm: dts: dra7-evm: add spi-flash comaptible for flash X-Git-Tag: v2016.03-rc1~348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7276c86152e1dc0bf29d511be37b99aaef4950f;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Jagan Teki --- diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts index e4daa99..797d411 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>;