diff options
author | Hou Zhiqiang <Zhiqiang.Hou@freescale.com> | 2016-03-09 12:50:55 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-12 05:06:41 +0300 |
commit | fba4e9f9898ab181703723b9890ba29345edfe08 (patch) | |
tree | 30f830df6647747916e430e0a25e03672a87624f /arch/powerpc/boot/dts/fsl/mvme2500.dts | |
parent | fd5475a75bdce0d1f77aeb18e6d5d44d67a0838f (diff) | |
download | linux-fba4e9f9898ab181703723b9890ba29345edfe08.tar.xz |
powerpc/fsl/dts: Add "jedec,spi-nor" flash compatible
Starting with commit <8947e396a829> ("Documentation: dt: mtd:
replace "nor-jedec" binding with "jedec, spi-nor"") we have
"jedec,spi-nor" binding indicating support for JEDEC identification.
Use it for all flashes that are supposed to support READ ID op
according to the datasheets.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@freescale.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/mvme2500.dts')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/mvme2500.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mvme2500.dts b/arch/powerpc/boot/dts/fsl/mvme2500.dts index c7bc1a0c7194..69559e970e99 100644 --- a/arch/powerpc/boot/dts/fsl/mvme2500.dts +++ b/arch/powerpc/boot/dts/fsl/mvme2500.dts @@ -70,12 +70,12 @@ fsl,espi-num-chipselects = <2>; flash@0 { - compatible = "atmel,at25df641"; + compatible = "atmel,at25df641", "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; }; flash@1 { - compatible = "atmel,at25df641"; + compatible = "atmel,at25df641", "jedec,spi-nor"; reg = <1>; spi-max-frequency = <10000000>; }; |