ramips: dts: fix incorrect flash reg property

Most work was done in commit 021c893658 ("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 <mans0n@gorani.run>
master
Sungbo Eo 4 years ago committed by Adrian Schmutzler
parent 1eceab3fc0
commit 0cdf7bc4fb

@ -54,7 +54,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0 0>;
reg = <0>;
spi-max-frequency = <10000000>;
partitions {

@ -89,7 +89,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0 0>;
reg = <0>;
spi-max-frequency = <10000000>;
partitions {

@ -79,7 +79,7 @@
flash@0 {
compatible = "mx25l6405d","jedec,spi-nor";
reg = <0 0>;
reg = <0>;
spi-max-frequency = <10000000>;
partitions {

@ -35,7 +35,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0 0>;
reg = <0>;
spi-max-frequency = <10000000>;
partitions {

@ -64,7 +64,7 @@
flash@0 {
compatible = "jedec,spi-nor";
reg = <0 0>;
reg = <0>;
spi-max-frequency = <10000000>;
partitions {

Loading…
Cancel
Save