From: Geert Uytterhoeven Date: Wed, 20 May 2015 18:16:52 +0000 (+0200) Subject: ARM: shmobile: lager dts: Replace "nor-jedec" by "jedec,spi-nor" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=755185b279171d78a12f879d06502866c6173b04;p=linux-beck.git ARM: shmobile: lager dts: Replace "nor-jedec" by "jedec,spi-nor" Cfr. commit 8947e396a8296c52 ('Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"') Signed-off-by: Geert Uytterhoeven Acked-by: Brian Norris Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index b6cffcedd116..2eb8a995ae9f 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", "nor-jedec"; + compatible = "spansion,s25fl512s", "jedec,spi-nor"; reg = <0>; spi-max-frequency = <30000000>; spi-tx-bus-width = <4>;