summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/FIREWRT.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-12 10:06:31 +0000
committerJohn Crispin <john@openwrt.org>2015-03-12 10:06:31 +0000
commit835b17c333dc927120a0395f9fef7be5a43bb55a (patch)
tree35fba9626e4bb276bff50f641d097e6493d7f5d1 /target/linux/ramips/dts/FIREWRT.dts
parent8c19f53007643b4b089bbf7592ffa5385caaf19a (diff)
downloadmaster-31e0f0ae-835b17c333dc927120a0395f9fef7be5a43bb55a.tar.gz
master-31e0f0ae-835b17c333dc927120a0395f9fef7be5a43bb55a.tar.bz2
master-31e0f0ae-835b17c333dc927120a0395f9fef7be5a43bb55a.zip
ralink: resize the flash partition for FireWRT
Signed-off-by: wengbj <fl.service@t-firefly.com> SVN-Revision: 44691
Diffstat (limited to 'target/linux/ramips/dts/FIREWRT.dts')
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index a6318d0000..54f0e55852 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -26,7 +26,7 @@
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "mx25l12805d";
+ compatible = "w25q128";
reg = <0 0>;
linux,modalias = "m25p80";
spi-max-frequency = <10000000>;
@@ -51,7 +51,7 @@
partition@50000 {
label = "firmware";
- reg = <0x50000 0x7b0000>;
+ reg = <0x50000 0xfb0000>;
};
};