arm: dts: dra72-evm: add spi-flash comaptible for flash
authorMugunthan V N <mugunthanvnm@ti.com>
Wed, 23 Dec 2015 15:09:44 +0000 (20:39 +0530)
committerJagan Teki <jteki@openedev.com>
Wed, 13 Jan 2016 13:17:28 +0000 (18:47 +0530)
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>
arch/arm/dts/dra72-evm.dts

index efb544c..a62550f 100644 (file)
 
        spi-max-frequency = <48000000>;
        m25p80@0 {
-               compatible = "s25fl256s1";
+               compatible = "s25fl256s1","spi-flash";
                spi-max-frequency = <48000000>;
                reg = <0>;
                spi-tx-bus-width = <1>;