diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-08-16 08:39:17 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-10-19 22:45:12 +0800 |
commit | 79826ac6bb6d12c9a71f6e8db798d3714819d2d5 (patch) | |
tree | e2e7d3cdf37a8ee6ca37e4cf850f4906d93e5963 /arch/arm/boot/dts/imx6sx-sdb.dts | |
parent | a7be1e687731e2444f4ea261897b2e8448f5acbf (diff) | |
download | lwn-79826ac6bb6d12c9a71f6e8db798d3714819d2d5.tar.gz lwn-79826ac6bb6d12c9a71f6e8db798d3714819d2d5.zip |
ARM: dts: imx: add "jedec,spi-nor" flash compatible binding
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: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 0bfc4e7865b2..0ad164ab5729 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts @@ -130,7 +130,7 @@ flash0: n25q256a@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "micron,n25q256a"; + compatible = "micron,n25q256a", "jedec,spi-nor"; spi-max-frequency = <29000000>; reg = <0>; }; @@ -138,7 +138,7 @@ flash1: n25q256a@1 { #address-cells = <1>; #size-cells = <1>; - compatible = "micron,n25q256a"; + compatible = "micron,n25q256a", "jedec,spi-nor"; spi-max-frequency = <29000000>; reg = <1>; }; |