powerpc/fsl: Fix SPI compatible on t208xrdb and t1040rdb
authorHou Zhiqiang <Zhiqiang.Hou@freescale.com>
Wed, 13 Jan 2016 07:54:46 +0000 (15:54 +0800)
committerScott Wood <oss@buserror.net>
Mon, 16 May 2016 00:15:44 +0000 (19:15 -0500)
On the t208xrdb and t1040rdb, the SPI device is n25q512ax3
instead of n25q512a.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@freescale.com>
Signed-off-by: Scott Wood <oss@buserror.net>
arch/powerpc/boot/dts/fsl/t104xrdb.dtsi
arch/powerpc/boot/dts/fsl/t208xrdb.dtsi

index 72691ef..7c4afdb 100644 (file)
                        flash@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "micron,n25q512a", "jedec,spi-nor";
+                               compatible = "micron,n25q512ax3", "jedec,spi-nor";
                                reg = <0>;
                                spi-max-frequency = <10000000>; /* input clock */
                        };
index dc93268..ff87e67 100644 (file)
                        flash@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "micron,n25q512a", "jedec,spi-nor";
+                               compatible = "micron,n25q512ax3", "jedec,spi-nor";
                                reg = <0>;
                                spi-max-frequency = <10000000>; /* input clock */
                        };