aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/MPRA2.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
commit59ec05318094f453a6d00a55208ec6ea14b9fbf1 (patch)
treee912a3d5a30437073cf4be17edc2f0a1be3a8fe2 /target/linux/ramips/dts/MPRA2.dts
parent53f8ee9b01a6075ebe02f47f56fc119c03bc1b37 (diff)
downloadmaster-187ad058-59ec05318094f453a6d00a55208ec6ea14b9fbf1.tar.gz
master-187ad058-59ec05318094f453a6d00a55208ec6ea14b9fbf1.tar.bz2
master-187ad058-59ec05318094f453a6d00a55208ec6ea14b9fbf1.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47935 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/MPRA2.dts')
-rw-r--r--target/linux/ramips/dts/MPRA2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MPRA2.dts b/target/linux/ramips/dts/MPRA2.dts
index 9dc8a18502..86c741f101 100644
--- a/target/linux/ramips/dts/MPRA2.dts
+++ b/target/linux/ramips/dts/MPRA2.dts
@@ -13,7 +13,7 @@
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "s25fl064k";
+ compatible = "jedec,spi-nor";
reg = <0 0>;
linux,modalias = "m25p80", "s25fl064k";
spi-max-frequency = <10000000>;