treewide: use more descriptive names for concatenated partitions
[openwrt/staging/blogic.git] / target / linux / ath79 / dts / qca9550_airtight_c-75.dts
index 1bdbc86156127b5fb5235bf3d2e297f0527caa57..a76639897166c4376819c71b199d09537292fb9e 100644 (file)
@@ -44,7 +44,7 @@
 
        virtual_flash {
                compatible = "mtd-concat";
-               devices = <&concat0 &concat1>;
+               devices = <&fwconcat0 &fwconcat1>;
 
                partitions {
                        compatible = "fixed-partitions";
                                read-only;
                        };
 
-                       concat0: partition@60000 {
-                               label = "reserved1";
+                       fwconcat0: partition@60000 {
+                               label = "fwconcat0";
                                reg = <0x060000 0xf90000>;
                        };
 
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       concat1: partition@0 {
-                               label = "reserved2";
+                       fwconcat1: partition@0 {
+                               label = "fwconcat1";
                                reg = <0x0 0x1000000>;
                        };
                };