diff options
author | DENG Qingfang <dqfext@gmail.com> | 2021-02-02 16:10:32 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-02-24 00:30:40 +0100 |
commit | 06af45ec0502d5cb0529ac46fcb34c4c63394723 (patch) | |
tree | 19fd2b1b9faa9a04c5ba34e2ca887b7ef05a0cff /target/linux/ramips/dts/mt7620a_youku_yk1.dts | |
parent | 030bc39c350d301d3cbca4725e845a752c359c5f (diff) | |
download | upstream-06af45ec0502d5cb0529ac46fcb34c4c63394723.tar.gz upstream-06af45ec0502d5cb0529ac46fcb34c4c63394723.tar.bz2 upstream-06af45ec0502d5cb0529ac46fcb34c4c63394723.zip |
ramips: remove obsolete mx25l25635f compatible hack
The kernel bump to 5.4 has removed the mx25l25635f hack, and the
mx25l25635f compatible is no longer required.
Signed-off-by: DENG Qingfang <dqfext@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7620a_youku_yk1.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7620a_youku_yk1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7620a_youku_yk1.dts b/target/linux/ramips/dts/mt7620a_youku_yk1.dts index 86e2031aa6..8727b011d4 100644 --- a/target/linux/ramips/dts/mt7620a_youku_yk1.dts +++ b/target/linux/ramips/dts/mt7620a_youku_yk1.dts @@ -67,7 +67,7 @@ status = "okay"; flash@0 { - compatible = "mx25l25635f", "jedec,spi-nor"; + compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; m25p,fast-read; |