diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-05-07 23:34:22 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-09 14:49:33 +0200 |
commit | 0cdf7bc4fbaba1a3854ddc48a3f44baaed7e8fad (patch) | |
tree | 0b4dfc4d0537ed59181f431c8c06f66ac12d0d82 /target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts | |
parent | 1eceab3fc0f9875da0cc6b83be4438593f617287 (diff) | |
download | upstream-0cdf7bc4fbaba1a3854ddc48a3f44baaed7e8fad.tar.gz upstream-0cdf7bc4fbaba1a3854ddc48a3f44baaed7e8fad.tar.bz2 upstream-0cdf7bc4fbaba1a3854ddc48a3f44baaed7e8fad.zip |
ramips: dts: fix incorrect flash reg property
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 <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts b/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts index e31369009a..4a05264d7f 100644 --- a/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts +++ b/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts @@ -35,7 +35,7 @@ flash@0 { compatible = "jedec,spi-nor"; - reg = <0 0>; + reg = <0>; spi-max-frequency = <10000000>; partitions { |