projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c19f53
)
ralink: resize the flash partition for FireWRT
author
John Crispin
<john@openwrt.org>
Thu, 12 Mar 2015 10:06:31 +0000
(10:06 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 12 Mar 2015 10:06:31 +0000
(10:06 +0000)
Signed-off-by: wengbj <fl.service@t-firefly.com>
SVN-Revision: 44691
target/linux/ramips/dts/FIREWRT.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/FIREWRT.dts
b/target/linux/ramips/dts/FIREWRT.dts
index a6318d0000b9766836a943671b9bc56494bb0f16..54f0e55852cb70a275aaa787bc5f5b9f08b6685c 100644
(file)
--- 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 0x
7
b0000>;
+ reg = <0x50000 0x
f
b0000>;
};
};