Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a369fa2 authored by Hou Zhiqiang's avatar Hou Zhiqiang Committed by Scott Wood
Browse files

powerpc/fsl: Fix SPI compatible on t208xrdb and t1040rdb



On the t208xrdb and t1040rdb, the SPI device is n25q512ax3
instead of n25q512a.

Signed-off-by: default avatarHou Zhiqiang <Zhiqiang.Hou@freescale.com>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent 1d4e89cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -109,7 +109,7 @@
			flash@0 {
			flash@0 {
				#address-cells = <1>;
				#address-cells = <1>;
				#size-cells = <1>;
				#size-cells = <1>;
				compatible = "micron,n25q512a", "jedec,spi-nor";
				compatible = "micron,n25q512ax3", "jedec,spi-nor";
				reg = <0>;
				reg = <0>;
				spi-max-frequency = <10000000>; /* input clock */
				spi-max-frequency = <10000000>; /* input clock */
			};
			};
+1 −1
Original line number Original line Diff line number Diff line
@@ -113,7 +113,7 @@
			flash@0 {
			flash@0 {
				#address-cells = <1>;
				#address-cells = <1>;
				#size-cells = <1>;
				#size-cells = <1>;
				compatible = "micron,n25q512a", "jedec,spi-nor";
				compatible = "micron,n25q512ax3", "jedec,spi-nor";
				reg = <0>;
				reg = <0>;
				spi-max-frequency = <10000000>; /* input clock */
				spi-max-frequency = <10000000>; /* input clock */
			};
			};