diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-04-28 13:12:54 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-05-11 09:01:31 +0300 |
commit | b20cac26acb53a652b28efc5b94757fe2ef6178e (patch) | |
tree | db372b4e34f8b8578f931a418ab89f59e5376b92 /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | e31cc1e28791e73ae7f9fb382e25b60257790dc6 (diff) | |
download | linux-b20cac26acb53a652b28efc5b94757fe2ef6178e.tar.xz |
ARM: shmobile: koelsch 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/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 74c3212f1f11..70e9d5e9afdd 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -474,7 +474,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>; |