summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/DB-WRT01.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-21 19:46:49 +0000
committerJohn Crispin <john@openwrt.org>2016-04-21 19:46:49 +0000
commitd2654729ac15e240d46f39207cb62c948ca9b528 (patch)
tree17387f35763f1cb61821eacec63d42dcb8b7105d /target/linux/ramips/dts/DB-WRT01.dts
parent2be52030555ef9b8de18aa31d85f3a880dd9af21 (diff)
downloadmaster-31e0f0ae-d2654729ac15e240d46f39207cb62c948ca9b528.tar.gz
master-31e0f0ae-d2654729ac15e240d46f39207cb62c948ca9b528.tar.bz2
master-31e0f0ae-d2654729ac15e240d46f39207cb62c948ca9b528.zip
ramips: update DTS file for Planex DB-WRT01
update DTS files to use jedec,spi-nor compatible string for m25p80 to fix probe issues. Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com> SVN-Revision: 49209
Diffstat (limited to 'target/linux/ramips/dts/DB-WRT01.dts')
-rw-r--r--target/linux/ramips/dts/DB-WRT01.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DB-WRT01.dts b/target/linux/ramips/dts/DB-WRT01.dts
index e3a7770835..097b87b284 100644
--- a/target/linux/ramips/dts/DB-WRT01.dts
+++ b/target/linux/ramips/dts/DB-WRT01.dts
@@ -17,7 +17,7 @@
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "en25q64";
+ compatible = "jedec,spi-nor";
reg = <0 0>;
linux,modalias = "m25p80", "mx25l6405d";
spi-max-frequency = <10000000>;