]> git.sur5r.net Git - u-boot/commitdiff
arm: dts: dra7-evm: add spi-flash comaptible for flash
authorMugunthan V N <mugunthanvnm@ti.com>
Wed, 23 Dec 2015 15:09:43 +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/dra7-evm.dts

index e4daa991e9529fecef7ff7ba523829d7b55f74f6..797d411d6f7160d6c52ad64d86c1db23b287f881 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>;