diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-04-28 12:12:58 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-05-11 15:01:31 +0900 |
commit | e31cc1e28791e73ae7f9fb382e25b60257790dc6 (patch) | |
tree | 2495c8f4608b6b24307d80f8f38a4013435f861a /arch/arm/boot/dts/r8a7778-bockw.dts | |
parent | 7821637c4da224bdcca54421d07a0bb43e6955a9 (diff) | |
download | blackbird-obmc-linux-e31cc1e28791e73ae7f9fb382e25b60257790dc6.tar.gz blackbird-obmc-linux-e31cc1e28791e73ae7f9fb382e25b60257790dc6.zip |
ARM: shmobile: bockw dts: Add "nor-jedec" compatible value
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778-bockw.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index 787fa6f9f46d..7ebc4a4f4608 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts @@ -186,7 +186,7 @@ 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; |