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/MAC1200RV2.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/MAC1200RV2.dts')
-rw-r--r-- | target/linux/ramips/dts/MAC1200RV2.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/MAC1200RV2.dts b/target/linux/ramips/dts/MAC1200RV2.dts index f52be3c51c..45c26e1e80 100644 --- a/target/linux/ramips/dts/MAC1200RV2.dts +++ b/target/linux/ramips/dts/MAC1200RV2.dts @@ -30,9 +30,8 @@ m25p80@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "w25q128"; + compatible = "jedec,spi-nor"; reg = <0 0>; - linux,modalias = "m25p80", "w25q128"; spi-max-frequency = <10000000>; m25p,chunked-io = <32>; |