ralink: resize the flash partition for FireWRT
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Mar 2015 10:06:31 +0000 (10:06 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Mar 2015 10:06:31 +0000 (10:06 +0000)
Signed-off-by: wengbj <fl.service@t-firefly.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44691 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/dts/FIREWRT.dts

index a6318d0..54f0e55 100644 (file)
@@ -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>;
                                };
 
                        };