treewide: use more descriptive names for concatenated partitions
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9341_pisen_wmb001n.dts
index 3d9c6cb7810142cea6ef8bd03ab547a6d08db933..aaa4d1576bd2fe4565591700d314c26a29609315 100644 (file)
@@ -96,7 +96,7 @@
 
        virtual_flash {
                compatible = "mtd-concat";
-               devices = <&fwpart1 &fwpart2>;
+               devices = <&fwconcat0 &fwconcat1>;
 
                partitions {
                        compatible = "fixed-partitions";
                                read-only;
                        };
 
-                       fwpart1: partition@20000 {
-                               label = "fwpart1";
+                       fwconcat0: partition@20000 {
+                               label = "fwconcat0";
                                reg = <0x20000 0xdc0000>;
                        };
 
                                reg = <0xde0000 0x10000>;
                        };
 
-                       fwpart2: partition@df0000 {
-                               label = "fwpart2";
+                       fwconcat1: partition@df0000 {
+                               label = "fwconcat1";
                                reg = <0xdf0000 0x1f0000>;
                        };