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