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

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

powerpc/fsl/dts: Add "jedec,spi-nor" flash compatible



Starting with commit <8947e396> ("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: default avatarHou Zhiqiang <Zhiqiang.Hou@freescale.com>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent fd5475a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@
			flash@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "sst,sst25wf040";
				compatible = "sst,sst25wf040", "jedec,spi-nor";
				reg = <0>;
				spi-max-frequency = <40000000>; /* input clock */
			};
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
		flash@0 {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "spansion,s25sl12801";
			compatible = "spansion,s25sl12801", "jedec,spi-nor";
			reg = <0>;
			spi-max-frequency = <50000000>;

+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
		flash@0 {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "spansion,s25sl12801";
			compatible = "spansion,s25sl12801", "jedec,spi-nor";
			reg = <0>;
			spi-max-frequency = <30000000>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@
		flash@0 {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "spansion,s25sl12801";
			compatible = "spansion,s25sl12801", "jedec,spi-nor";
			reg = <0>;
			spi-max-frequency = <50000000>;

+2 −2
Original line number Diff line number Diff line
@@ -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>;
			};
Loading