ath79: airtight c-75: use second flash chip
authorTomasz Maciej Nowak <tmn505@gmail.com>
Thu, 17 Dec 2020 16:24:27 +0000 (17:24 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 19 Dec 2020 18:42:00 +0000 (19:42 +0100)
The flash capacity is divided in two flash chips and currently only
first is used. Increase available space for OpenWrt by additional 16 MiB
using mtd-concat driver. Because U-Boot might not be able to load kernel
image spanned through two flash chips, the size of kernel is limited
to space available on first first chip.

Cc: Vladimir Georgievsky <vladimir.georgievsky@yahoo.com>
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
target/linux/ath79/dts/qca9550_airtight_c-75.dts
target/linux/ath79/image/generic.mk

index 566aa6aef6eb1a7e57b1fa98781b96024b70be2c..1bdbc86156127b5fb5235bf3d2e297f0527caa57 100644 (file)
                        linux,default-trigger = "phy1tpt";
                };
        };
+
+       virtual_flash {
+               compatible = "mtd-concat";
+               devices = <&concat0 &concat1>;
+
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       partition@0 {
+                               label = "firmware";
+                               reg = <0x0 0x1f90000>;
+                               compatible = "denx,uimage";
+                       };
+               };
+       };
 };
 
 &eth0 {
                                read-only;
                        };
 
-                       partition@60000 {
-                               label = "firmware";
+                       concat0: partition@60000 {
+                               label = "reserved1";
                                reg = <0x060000 0xf90000>;
-                               compatible = "denx,uimage";
                        };
 
                        art: partition@ff0000 {
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       partition@0 {
-                               label = "opt";
+                       concat1: partition@0 {
+                               label = "reserved2";
                                reg = <0x0 0x1000000>;
                        };
                };
index baaea00c30b91d9729e1c3b85e8a2f91ed7ee6e8..4d181245a6ef9afb72457b8977440aa420274b8b 100644 (file)
@@ -246,7 +246,8 @@ define Device/airtight_c-75
   DEVICE_ALT1_VENDOR := WatchGuard
   DEVICE_ALT1_MODEL := AP320
   DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct kmod-usb2
-  IMAGE_SIZE := 15936k
+  IMAGE_SIZE := 32320k
+  KERNEL_SIZE := 15936k
 endef
 TARGET_DEVICES += airtight_c-75