diff options
author | Mathias Kresin <dev@kresin.me> | 2017-02-02 22:11:23 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-02-02 22:48:54 +0100 |
commit | 05b1fcc70b4cd65f069ce0640b5130484c58c227 (patch) | |
tree | d2d4078535015dd3732be59494bcb5cd7e9a99f2 /target/linux/ramips/dts/DCH-M225.dts | |
parent | 063d5a61e5a6f3b7c8be52c448c43ff54794fa32 (diff) | |
download | upstream-05b1fcc70b4cd65f069ce0640b5130484c58c227.tar.gz upstream-05b1fcc70b4cd65f069ce0640b5130484c58c227.tar.bz2 upstream-05b1fcc70b4cd65f069ce0640b5130484c58c227.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/DCH-M225.dts')
-rw-r--r-- | target/linux/ramips/dts/DCH-M225.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DCH-M225.dts b/target/linux/ramips/dts/DCH-M225.dts index 21133a9b88..3465c70ad0 100644 --- a/target/linux/ramips/dts/DCH-M225.dts +++ b/target/linux/ramips/dts/DCH-M225.dts @@ -100,7 +100,6 @@ #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <0>; - linux,modalias = "m25p80"; spi-max-frequency = <80000000>; m25p,fast-read; |