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

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
......@@ -74,7 +74,7 @@ spi@10600 {
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>;
......
......@@ -42,7 +42,7 @@ spi@10600 {
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>;
......
......@@ -93,7 +93,7 @@ spi@10600 {
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "mxicy,mx25l12805d";
compatible = "mxicy,mx25l12805d", "jedec,spi-nor";
spi-max-frequency = <50000000>;
reg = <0>;
......
......@@ -42,7 +42,7 @@ spi@10600 {
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>;
......
......@@ -74,7 +74,7 @@ spi@10600 {
m25p40@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "m25p40";
compatible = "m25p40", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <25000000>;
mode = <0>;
......
......@@ -65,7 +65,7 @@ spi@10600 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "mxicy,mx25l12805d";
compatible = "mxicy,mx25l12805d", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <50000000>;
mode = <0>;
......
......@@ -33,7 +33,7 @@ spi@10600 {
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>;
......
......@@ -29,7 +29,7 @@ spi@10600 {
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>;
......
......@@ -61,7 +61,7 @@ spi@10600 {
m25p128@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p128";
compatible = "st,m25p128", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <20000000>;
mode = <0>;
......
......@@ -217,7 +217,7 @@ spi@10600 {
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
compatible = "st,m25p80", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <20000000>;
mode = <0>;
......
......@@ -88,7 +88,7 @@ spi@10600 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
compatible = "st,m25p80", "jedec,spi-nor";
spi-max-frequency = <86000000>;
reg = <0>;
mode = <0>;
......
......@@ -49,7 +49,7 @@ spi@10600 {
m25p128@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "m25p128";
compatible = "m25p128", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <20000000>;
mode = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment