diff options
author | Hou Zhiqiang <Zhiqiang.Hou@freescale.com> | 2016-03-09 17:50:55 +0800 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-11 20:06:41 -0600 |
commit | fba4e9f9898ab181703723b9890ba29345edfe08 (patch) | |
tree | 30f830df6647747916e430e0a25e03672a87624f /arch/powerpc/boot/dts/fsl/t208xqds.dtsi | |
parent | fd5475a75bdce0d1f77aeb18e6d5d44d67a0838f (diff) | |
download | lwn-fba4e9f9898ab181703723b9890ba29345edfe08.tar.gz lwn-fba4e9f9898ab181703723b9890ba29345edfe08.zip |
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/t208xqds.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t208xqds.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t208xqds.dtsi b/arch/powerpc/boot/dts/fsl/t208xqds.dtsi index 869f9159b4d1..ec080bd01b09 100644 --- a/arch/powerpc/boot/dts/fsl/t208xqds.dtsi +++ b/arch/powerpc/boot/dts/fsl/t208xqds.dtsi @@ -112,7 +112,7 @@ flash@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "micron,n25q128a11"; /* 16MB */ + compatible = "micron,n25q128a11", "jedec,spi-nor"; /* 16MB */ reg = <0>; spi-max-frequency = <40000000>; /* input clock */ }; @@ -120,7 +120,7 @@ flash@1 { #address-cells = <1>; #size-cells = <1>; - compatible = "sst,sst25wf040"; + compatible = "sst,sst25wf040", "jedec,spi-nor"; reg = <1>; spi-max-frequency = <35000000>; }; @@ -128,7 +128,7 @@ flash@2 { #address-cells = <1>; #size-cells = <1>; - compatible = "eon,en25s64"; + compatible = "eon,en25s64", "jedec,spi-nor"; reg = <2>; spi-max-frequency = <35000000>; }; |