Most work was done in commit 021c8936584d ("ramips: fix size-cells on spi nodes"), but a few more DTS files using the old reg style have been added since then. This commit fixes them. Signed-off-by: Sungbo Eo <[email protected]>
@@ -54,7 +54,7 @@
flash@0 {
compatible = "jedec,spi-nor";
- reg = <0 0>;
+ reg = <0>;
spi-max-frequency = <10000000>;
partitions {
@@ -89,7 +89,7 @@
@@ -79,7 +79,7 @@
compatible = "mx25l6405d","jedec,spi-nor";
@@ -35,7 +35,7 @@
@@ -64,7 +64,7 @@