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

Commit 943d45aa authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Gregory CLEMENT
Browse files

ARM: kirkwood: add "jedec,spi-nor" flash compatible binding



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 avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 3abdd583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
			m25p16@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "st,m25p16";
				compatible = "st,m25p16", "jedec,spi-nor";
				reg = <0>;
				spi-max-frequency = <40000000>;
				mode = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
			flash@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "mxicy,mx25l4005a";
				compatible = "mxicy,mx25l4005a", "jedec,spi-nor";
				reg = <0>;
				spi-max-frequency = <20000000>;
				mode = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
			m25p80@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "mxicy,mx25l12805d";
				compatible = "mxicy,mx25l12805d", "jedec,spi-nor";
				spi-max-frequency = <50000000>;
				reg = <0>;

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
			m25p40@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "mxicy,mx25l1606e";
				compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
				reg = <0>;
				spi-max-frequency = <50000000>;
				mode = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
			m25p40@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				compatible = "m25p40";
				compatible = "m25p40", "jedec,spi-nor";
				reg = <0>;
				spi-max-frequency = <25000000>;
				mode = <0>;
Loading