diff options
author | Mathias Kresin <dev@kresin.me> | 2017-02-02 22:11:23 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-28 17:09:24 +0200 |
commit | f1f0b92a795e3f238912d5f03172627141af2375 (patch) | |
tree | bb4f3f6954baeb1e117fb3f57f23cd6191efb404 /target/linux/ramips/dts/AWM003-EVB.dts | |
parent | 6aa0a85fc613970940777b36e1f633f6677e310a (diff) | |
download | upstream-f1f0b92a795e3f238912d5f03172627141af2375.tar.gz upstream-f1f0b92a795e3f238912d5f03172627141af2375.tar.bz2 upstream-f1f0b92a795e3f238912d5f03172627141af2375.zip |
ramips: cleanup SPI flash device tree properties usage
Use only the jedec,spi-nor compatible string. Everything else either
never worked or is only support to keep compatibility.
Remove the linux,modalias property. It is obsolete since kernel 4.4.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/AWM003-EVB.dts')
-rw-r--r-- | target/linux/ramips/dts/AWM003-EVB.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/AWM003-EVB.dts b/target/linux/ramips/dts/AWM003-EVB.dts index b42d77ed2f..7c23f34c26 100644 --- a/target/linux/ramips/dts/AWM003-EVB.dts +++ b/target/linux/ramips/dts/AWM003-EVB.dts @@ -54,7 +54,6 @@ &m25p80 { compatible = "jedec,spi-nor"; - linux,modalias = "m25p80", "mx25l6405d"; }; ðernet { |