summaryrefslogtreecommitdiff
path: root/target/linux/ramips/dts/GL-MT750.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-02-02 22:11:23 +0100
committerJo-Philipp Wich <jo@mein.io>2017-04-28 17:09:24 +0200
commitf1f0b92a795e3f238912d5f03172627141af2375 (patch)
treebb4f3f6954baeb1e117fb3f57f23cd6191efb404 /target/linux/ramips/dts/GL-MT750.dts
parent6aa0a85fc613970940777b36e1f633f6677e310a (diff)
downloadmtk-20170518-f1f0b92a795e3f238912d5f03172627141af2375.zip
mtk-20170518-f1f0b92a795e3f238912d5f03172627141af2375.tar.gz
mtk-20170518-f1f0b92a795e3f238912d5f03172627141af2375.tar.bz2
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/GL-MT750.dts')
-rw-r--r--target/linux/ramips/dts/GL-MT750.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/GL-MT750.dts b/target/linux/ramips/dts/GL-MT750.dts
index 4667984..8bf96c7 100644
--- a/target/linux/ramips/dts/GL-MT750.dts
+++ b/target/linux/ramips/dts/GL-MT750.dts
@@ -79,9 +79,8 @@
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "w25q128";
+ compatible = "jedec,spi-nor";
reg = <0>;
- linux,modalias = "m25p80", "w25q128";
spi-max-frequency = <10000000>;
partition@0 {