diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-04-28 12:12:55 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-05-11 08:01:30 +0200 |
commit | 7821637c4da224bdcca54421d07a0bb43e6955a9 (patch) | |
tree | afdae44d764172e9bef7a33c1da00da6838c433a /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | ARM: shmobile: bockw-reference dts: Add "nor-jedec" compatible value (diff) | |
download | linux-7821637c4da224bdcca54421d07a0bb43e6955a9.tar.xz linux-7821637c4da224bdcca54421d07a0bb43e6955a9.zip |
ARM: shmobile: lager dts: Add "nor-jedec" compatible value
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index aaa4f258e279..a6c793de8d80 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -429,7 +429,7 @@ flash: 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>; |