summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/RT-N14U.dts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-18 22:26:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-18 22:26:40 +0000
commit32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81 (patch)
treea0e294fe42abde8eb89ca8e6838875daa90a17e4 /target/linux/ramips/dts/RT-N14U.dts
parent41aa066df90f3fb33c6c9dfc517a5d7501f03714 (diff)
downloadmaster-31e0f0ae-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.tar.gz
master-31e0f0ae-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.tar.bz2
master-31e0f0ae-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.zip
ramips: update DTS files to use jedec,spi-nor compatible string for m25p80 to fix probe issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47935
Diffstat (limited to 'target/linux/ramips/dts/RT-N14U.dts')
-rw-r--r--target/linux/ramips/dts/RT-N14U.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RT-N14U.dts b/target/linux/ramips/dts/RT-N14U.dts
index 964b3a5462..4c03c0d45e 100644
--- a/target/linux/ramips/dts/RT-N14U.dts
+++ b/target/linux/ramips/dts/RT-N14U.dts
@@ -21,8 +21,7 @@
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
- #compatible = "mx25l6405d";
- compatible = "w25q128";
+ compatible = "jedec,spi-nor";
reg = <0 0>;
linux,modalias = "m25p80", "w25q128";
spi-max-frequency = <10000000>;