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/MLWG2.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/MLWG2.dts')
-rw-r--r-- | target/linux/ramips/dts/MLWG2.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MLWG2.dts b/target/linux/ramips/dts/MLWG2.dts index 9c71c91c1c..fc281934e1 100644 --- a/target/linux/ramips/dts/MLWG2.dts +++ b/target/linux/ramips/dts/MLWG2.dts @@ -62,7 +62,6 @@ #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <0>; - linux,modalias = "m25p80"; spi-max-frequency = <10000000>; partition@0 { |