[PATCH v4] bcm63xx: R5010UNv2: fix flash partitions for 16MB flash
Daniel González Cabanelas
dgcbueu at gmail.com
Mon Jun 22 15:44:44 EDT 2020
The router Nucom R5010UN v2 has the partitions defined for a 8MB flash,
but the flash chip is 16MB size. We are wasting half of the flash.
Fix it and use generic names for partitions.
Fixes: 474cde61234c ("brcm63xx: probe SPI flash through DT")
Signed-off-by: Daniel González Cabanelas <dgcbueu at gmail.com>
---
Changes in v4:
- Patch refreshed
- Now using generic node names for the partitions
Changes in v3:
- added missing SOB
Changes in v2:
- the mail client truncated the patch header, fixed
target/linux/bcm63xx/dts/bcm6328-nucom-r5010un-v2.dts | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/bcm63xx/dts/bcm6328-nucom-r5010un-v2.dts b/target/linux/bcm63xx/dts/bcm6328-nucom-r5010un-v2.dts
index 639cef3a7e..365a4552f2 100644
--- a/target/linux/bcm63xx/dts/bcm6328-nucom-r5010un-v2.dts
+++ b/target/linux/bcm63xx/dts/bcm6328-nucom-r5010un-v2.dts
@@ -94,20 +94,20 @@
#address-cells = <1>;
#size-cells = <1>;
- cfe at 0 {
+ partition at 0 {
reg = <0x000000 0x010000>;
label = "cfe";
read-only;
};
- linux at 10000 {
- reg = <0x010000 0x7e0000>;
+ partition at 10000 {
+ reg = <0x010000 0xfe0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
- nvram at 7f0000 {
- reg = <0x7f0000 0x010000>;
+ partition at ff0000 {
+ reg = <0xff0000 0x010000>;
label = "nvram";
};
};
--
2.27.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
http://lists.infradead.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list