Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mvebu: 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: Gregory CLEMENT <gregory.clement@free-electrons.com>

authored by

Rafał Miłecki and committed by
Gregory CLEMENT
e9f3ed4a 943d45aa

+12 -12
+1 -1
arch/arm/boot/dts/armada-370-db.dts
··· 162 162 spi-flash@0 { 163 163 #address-cells = <1>; 164 164 #size-cells = <1>; 165 - compatible = "mx25l25635e"; 165 + compatible = "mx25l25635e", "jedec,spi-nor"; 166 166 reg = <0>; /* Chip select 0 */ 167 167 spi-max-frequency = <50000000>; 168 168 };
+1 -1
arch/arm/boot/dts/armada-370-synology-ds213j.dts
··· 92 92 spi-flash@0 { 93 93 #address-cells = <1>; 94 94 #size-cells = <1>; 95 - compatible = "micron,n25q064"; 95 + compatible = "micron,n25q064", "jedec,spi-nor"; 96 96 reg = <0>; /* Chip select 0 */ 97 97 spi-max-frequency = <20000000>; 98 98
+1 -1
arch/arm/boot/dts/armada-375-db.dts
··· 81 81 spi-flash@0 { 82 82 #address-cells = <1>; 83 83 #size-cells = <1>; 84 - compatible = "n25q128a13"; 84 + compatible = "n25q128a13", "jedec,spi-nor"; 85 85 reg = <0>; /* Chip select 0 */ 86 86 spi-max-frequency = <108000000>; 87 87 };
+1 -1
arch/arm/boot/dts/armada-385-db-ap.dts
··· 70 70 spi-flash@0 { 71 71 #address-cells = <1>; 72 72 #size-cells = <1>; 73 - compatible = "st,m25p128"; 73 + compatible = "st,m25p128", "jedec,spi-nor"; 74 74 reg = <0>; /* Chip select 0 */ 75 75 spi-max-frequency = <54000000>; 76 76 };
+1 -1
arch/arm/boot/dts/armada-388-db.dts
··· 73 73 spi-flash@0 { 74 74 #address-cells = <1>; 75 75 #size-cells = <1>; 76 - compatible = "w25q32"; 76 + compatible = "w25q32", "jedec,spi-nor"; 77 77 reg = <0>; /* Chip select 0 */ 78 78 spi-max-frequency = <108000000>; 79 79 };
+1 -1
arch/arm/boot/dts/armada-388-gp.dts
··· 69 69 spi-flash@0 { 70 70 #address-cells = <1>; 71 71 #size-cells = <1>; 72 - compatible = "st,m25p128"; 72 + compatible = "st,m25p128", "jedec,spi-nor"; 73 73 reg = <0>; /* Chip select 0 */ 74 74 spi-max-frequency = <50000000>; 75 75 m25p,fast-read;
+1 -1
arch/arm/boot/dts/armada-388-rd.dts
··· 74 74 spi-flash@0 { 75 75 #address-cells = <1>; 76 76 #size-cells = <1>; 77 - compatible = "st,m25p128"; 77 + compatible = "st,m25p128", "jedec,spi-nor"; 78 78 reg = <0>; /* Chip select 0 */ 79 79 spi-max-frequency = <108000000>; 80 80 };
+1 -1
arch/arm/boot/dts/armada-398-db.dts
··· 73 73 spi-flash@0 { 74 74 #address-cells = <1>; 75 75 #size-cells = <0>; 76 - compatible = "n25q128a13"; 76 + compatible = "n25q128a13", "jedec,spi-nor"; 77 77 reg = <0>; 78 78 spi-max-frequency = <108000000>; 79 79
+1 -1
arch/arm/boot/dts/armada-xp-axpwifiap.dts
··· 140 140 spi-flash@0 { 141 141 #address-cells = <1>; 142 142 #size-cells = <1>; 143 - compatible = "n25q128a13"; 143 + compatible = "n25q128a13", "jedec,spi-nor"; 144 144 reg = <0>; /* Chip select 0 */ 145 145 spi-max-frequency = <108000000>; 146 146 };
+1 -1
arch/arm/boot/dts/armada-xp-db.dts
··· 222 222 spi-flash@0 { 223 223 #address-cells = <1>; 224 224 #size-cells = <1>; 225 - compatible = "m25p64"; 225 + compatible = "m25p64", "jedec,spi-nor"; 226 226 reg = <0>; /* Chip select 0 */ 227 227 spi-max-frequency = <20000000>; 228 228 };
+1 -1
arch/arm/boot/dts/armada-xp-gp.dts
··· 227 227 spi-flash@0 { 228 228 #address-cells = <1>; 229 229 #size-cells = <1>; 230 - compatible = "n25q128a13"; 230 + compatible = "n25q128a13", "jedec,spi-nor"; 231 231 reg = <0>; /* Chip select 0 */ 232 232 spi-max-frequency = <108000000>; 233 233 };
+1 -1
arch/arm/boot/dts/armada-xp-synology-ds414.dts
··· 114 114 spi-flash@0 { 115 115 #address-cells = <1>; 116 116 #size-cells = <1>; 117 - compatible = "micron,n25q064"; 117 + compatible = "micron,n25q064", "jedec,spi-nor"; 118 118 reg = <0>; /* Chip select 0 */ 119 119 spi-max-frequency = <20000000>; 120 120