]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: bockw dts: Add "nor-jedec" compatible value
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Apr 2015 10:12:58 +0000 (12:12 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 11 May 2015 06:01:31 +0000 (15:01 +0900)
Spansion s25fl008k 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/r8a7778-bockw.dts

index 787fa6f9f46ddf4d2bd0d0db9abb82e4223c2413..7ebc4a4f4608f0aff503f227c075bb4592e29d82 100644 (file)
        flash: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "spansion,s25fl008k";
+               compatible = "spansion,s25fl008k", "nor-jedec";
                reg = <0>;
                spi-max-frequency = <104000000>;
                m25p,fast-read;