treewide: use more descriptive names for concatenated partitions
[openwrt/staging/blogic.git] / target / linux / ath79 / dts / ar7242_engenius_ecb350-v1.dts
index 8931a206bafe6e5ba2a577b0ec9ae047ded24c05..e73082267c882e2fd69f4eee13b200921263463e 100644 (file)
@@ -51,7 +51,7 @@
        virtual_flash {
                compatible = "mtd-concat";
 
-               devices = <&firmware1 &firmware2>;
+               devices = <&fwconcat0 &fwconcat1>;
 
                partitions {
                        compatible = "fixed-partitions";
                                read-only;
                        };
 
-                       firmware2: partition@b0000 {
-                               label = "firmware2";
+                       fwconcat1: partition@b0000 {
+                               label = "fwconcat1";
                                reg = <0xb0000 0xf0000>;
                        };
 
                                read-only;
                        };
 
-                       firmware1: partition@1b0000 {
-                               label = "firmware1";
+                       fwconcat0: partition@1b0000 {
+                               label = "fwconcat0";
                                reg = <0x1b0000 0x4c0000>;
                        };