mediatek: consolidate partition names and settings
[openwrt/staging/jow.git] / target / linux / mediatek / files-4.19 / arch / arm64 / boot / dts / mediatek / mt7622-rfb1.dts
index ecd344c956e31ba938d149bf53f19652398da049..04829f63975238a5aa4668dc1fe7fba065f15cfb 100644 (file)
                         #size-cells = <1>;
 
                         partition@0 {
-                                label = "Preloader";
+                                label = "preloader";
                                 reg = <0x00000 0x0080000>;
                                 read-only;
                         };
                         partition@80000 {
                                 label = "ATF";
                                 reg = <0x80000 0x0040000>;
+                                read-only;
                         };
 
                         partition@c0000 {
-                                label = "Bootloader";
+                                label = "uboot";
                                 reg = <0xc0000 0x0080000>;
+                                read-only;
                         };
 
                         partition@140000 {
-                                label = "Config";
+                                label = "uboot-env";
                                 reg = <0x140000 0x0080000>;
+                                read-only;
                         };
 
                         partition@1c0000 {
-                                label = "Factory";
+                                label = "factory";
                                 reg = <0x1c0000 0x0040000>;
+                                read-only;
                         };
 
                         partition@200000 {
-                                label = "Kernel";
+                                label = "firmware";
                                 reg = <0x200000 0x2000000>;
                         };
 
                         partition@2200000 {
-                                label = "User_data";
+                                label = "reserved";
                                 reg = <0x2200000 0x4000000>;
                         };
                 };