aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
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/t104xqds.dtsi
parentpowerpc/T104xRDB: add tdm riser card node to device tree (diff)
downloadlinux-dev-fba4e9f9898ab181703723b9890ba29345edfe08.tar.xz
linux-dev-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/t104xqds.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/t104xqds.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t104xqds.dtsi b/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
index a02715b85ee8..977af355b388 100644
--- a/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t104xqds.dtsi
@@ -261,7 +261,7 @@
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "micron,n25q128a11";
+ compatible = "micron,n25q128a11", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <10000000>; /* input clock */
};