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/AWM002-8M.dtsi | |
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/AWM002-8M.dtsi')
-rw-r--r-- | target/linux/ramips/dts/AWM002-8M.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/AWM002-8M.dtsi b/target/linux/ramips/dts/AWM002-8M.dtsi index 1e6970ddec..3ea20e6a95 100644 --- a/target/linux/ramips/dts/AWM002-8M.dtsi +++ b/target/linux/ramips/dts/AWM002-8M.dtsi @@ -7,5 +7,4 @@ &m25p80 { compatible = "jedec,spi-nor"; - linux,modalias = "m25p80", "mx25l6405d"; }; |