Skip to content

Commit

Permalink
ramips: dts: fix incorrect flash reg property
Browse files Browse the repository at this point in the history
Most work was done in commit 021c893 ("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>
  • Loading branch information
mans0n authored and adschm committed May 9, 2020
1 parent 1eceab3 commit 0cdf7bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7620a_aigale_ai-br100.dts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

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

partitions {
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7620a_edimax_br-6478ac-v2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

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

partitions {
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7621_mediatek_ap-mt7621a-v60.dts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

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

partitions {
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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

partitions {
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/rt3352_zyxel_nbg-419n-v2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

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

partitions {
Expand Down

0 comments on commit 0cdf7bc

Please sign in to comment.