]> git.sur5r.net Git - u-boot/commitdiff
arm: dts: am437x-gp-evm: add spi-flash comaptible for flash
authorMugunthan V N <mugunthanvnm@ti.com>
Wed, 23 Dec 2015 15:09:42 +0000 (20:39 +0530)
committerJagan Teki <jteki@openedev.com>
Wed, 13 Jan 2016 13:17:27 +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/am437x-sk-evm.dts

index 3f9d8080910d027394091d0fd00426bd86c11400..89feaf3eb7181857bb38208e8f681be81aed8c12 100644 (file)
 
        spi-max-frequency = <48000000>;
        m25p80@0 {
-               compatible = "mx66l51235l";
+               compatible = "mx66l51235l","spi-flash";
                spi-max-frequency = <48000000>;
                reg = <0>;
                spi-cpol;