]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: henninger dts: Add "nor-jedec" compatible value
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Apr 2015 10:12:56 +0000 (12:12 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 11 May 2015 06:01:29 +0000 (15:01 +0900)
Spansion s25fl512s is compatible with "nor-jedec". Hence add the
"nor-jedec" compatible value, so the driver can bind against the generic
name, cfr. commit 8ff16cf77ce314c2 ("Documentation: devicetree: m25p80:
add "nor-jedec" binding").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-henninger.dts

index e33e4047b0b0c9207494e8cb3e30e4f2ac7bc6ee..bb80122b4113bd8afc7255c0ea1a8bcdbd36863e 100644 (file)
        flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "spansion,s25fl512s";
+               compatible = "spansion,s25fl512s", "nor-jedec";
                reg = <0>;
                spi-max-frequency = <30000000>;
                spi-tx-bus-width = <4>;