diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-03-26 23:14:05 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-04 14:56:14 +0800 |
commit | 92daa06f22c5268277be92b55a28de5e26c19636 (patch) | |
tree | 5e47596826be9e4ef062db0ffb25a80a72cb1607 /target/linux/ramips/dts | |
parent | 437aaae6ca6fb30a5647b9478f7830b13c1b2dff (diff) | |
download | upstream-92daa06f22c5268277be92b55a28de5e26c19636.tar.gz upstream-92daa06f22c5268277be92b55a28de5e26c19636.tar.bz2 upstream-92daa06f22c5268277be92b55a28de5e26c19636.zip |
ramips: mt7621: drop obsolete mx25l25635f dts hack
5.4 kernel has fixed this issue, so the hack is no longer needed.
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_gehua_ghl-r-001.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_gehua_ghl-r-001.dts b/target/linux/ramips/dts/mt7621_gehua_ghl-r-001.dts index b501034b7f..602fd846cb 100644 --- a/target/linux/ramips/dts/mt7621_gehua_ghl-r-001.dts +++ b/target/linux/ramips/dts/mt7621_gehua_ghl-r-001.dts @@ -49,7 +49,7 @@ status = "okay"; flash@0 { - compatible = "mx25l25635f", "jedec,spi-nor"; + compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; m25p,fast-read; diff --git a/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts b/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts index f17bc4d145..711ddbf398 100644 --- a/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts +++ b/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts @@ -77,7 +77,7 @@ status = "okay"; m25p80@0 { - compatible = "mx25l25635f", "jedec,spi-nor"; + compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; m25p,fast-read; |