lantiq: move partitions into partion table node
[openwrt.git] / target / linux / lantiq / dts / VGV7510KW22.dtsi
index e504dc2..c9045fa 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               boardconfig: partition@fe0000 {
-                                       label = "board_config";
-                                       reg = <0xfe0000 0x20000>;
-                                       read-only;
+                               partitions {
+                                       compatible = "fixed-partitions";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       boardconfig: partition@fe0000 {
+                                               label = "board_config";
+                                               reg = <0xfe0000 0x20000>;
+                                               read-only;
+                                       };
                                };
                        };
                };