summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/kmcoge4.dts
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@freescale.com>2016-03-09 17:50:55 +0800
committerScott Wood <oss@buserror.net>2016-03-11 20:06:41 -0600
commitfba4e9f9898ab181703723b9890ba29345edfe08 (patch)
tree30f830df6647747916e430e0a25e03672a87624f /arch/powerpc/boot/dts/fsl/kmcoge4.dts
parentfd5475a75bdce0d1f77aeb18e6d5d44d67a0838f (diff)
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/kmcoge4.dts')
-rw-r--r--arch/powerpc/boot/dts/fsl/kmcoge4.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/kmcoge4.dts b/arch/powerpc/boot/dts/fsl/kmcoge4.dts
index 6858ec9ef295..2d4b64fcee88 100644
--- a/arch/powerpc/boot/dts/fsl/kmcoge4.dts
+++ b/arch/powerpc/boot/dts/fsl/kmcoge4.dts
@@ -63,7 +63,7 @@
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "spansion,s25fl256s1";
+ compatible = "spansion,s25fl256s1", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <20000000>; /* input clock */
};
@@ -77,7 +77,7 @@
flash@2 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "micron,m25p32";
+ compatible = "micron,m25p32", "jedec,spi-nor";
reg = <2>;
spi-max-frequency = <15000000>;
};