From: Geert Uytterhoeven Date: Tue, 28 Apr 2015 10:12:56 +0000 (+0200) Subject: ARM: shmobile: henninger dts: Add "nor-jedec" compatible value X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7aa4008133cc5c1dab7006c6f2773de2ce6e8786;p=linux-beck.git ARM: shmobile: henninger 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-henninger.dts b/arch/arm/boot/dts/r8a7791-henninger.dts index e33e4047b0b0..bb80122b4113 100644 --- a/arch/arm/boot/dts/r8a7791-henninger.dts +++ b/arch/arm/boot/dts/r8a7791-henninger.dts @@ -226,7 +226,7 @@ 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>;