]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
treewide: add linux,rootfs to rootfs labeled partitions 20951/head
authorRosen Penev <rosenp@gmail.com>
Thu, 27 Nov 2025 03:30:03 +0000 (19:30 -0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 14 Jun 2026 21:58:17 +0000 (23:58 +0200)
A step towards removing hack/420-mtd-support-OpenWrt-s-MTD_ROOTFS_ROOT_DEV.patch

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20951
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
54 files changed:
target/linux/ath79/dts/ar7241_ubnt_unifi-ap-outdoor-plus.dts
target/linux/ath79/dts/ar9344_ubnt_unifi-ap-pro.dts
target/linux/ipq40xx/dts/qcom-ipq4018-ea6350v3.dts
target/linux/ipq40xx/dts/qcom-ipq4018-ecw5211.dts
target/linux/ipq40xx/dts/qcom-ipq4018-mf287.dts
target/linux/ipq40xx/dts/qcom-ipq4018-mf287plus.dts
target/linux/ipq40xx/dts/qcom-ipq4018-mf287pro.dts
target/linux/ipq40xx/dts/qcom-ipq4018-nbg6617.dts
target/linux/ipq40xx/dts/qcom-ipq4018-rutx.dtsi
target/linux/ipq40xx/dts/qcom-ipq4018-wac510.dts
target/linux/ipq40xx/dts/qcom-ipq4018-whw01.dts
target/linux/ipq40xx/dts/qcom-ipq4019-mf18a.dts
target/linux/ipq40xx/dts/qcom-ipq4019-mf282plus.dts
target/linux/ipq40xx/dts/qcom-ipq4019-mf286d.dts
target/linux/ipq40xx/dts/qcom-ipq4019-mf289f.dts
target/linux/ipq40xx/dts/qcom-ipq4019-oap100.dts
target/linux/ipq40xx/dts/qcom-ipq4019-rtl30vw.dts
target/linux/ipq40xx/dts/qcom-ipq4019-whw03v2.dts
target/linux/ipq40xx/dts/qcom-ipq4019-xx8300.dtsi
target/linux/ipq806x/dts/qcom-ipq8064-ad7200-c2600.dtsi
target/linux/ipq806x/dts/qcom-ipq8065-ac400i.dts
target/linux/lantiq/dts/danube_lantiq_easy50712.dts
target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts
target/linux/mvebu/files/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi
target/linux/mvebu/files/arch/arm/boot/dts/marvell/armada-385-nas1dual.dts
target/linux/qualcommax/dts/ipq5018-ax6000.dts
target/linux/qualcommax/dts/ipq5018-ax830.dts
target/linux/qualcommax/dts/ipq5018-ax850.dts
target/linux/qualcommax/dts/ipq6000-gl-ax1800.dts
target/linux/qualcommax/dts/ipq6000-gl-axt1800.dts
target/linux/qualcommax/dts/ipq6010-xe3-4.dts
target/linux/qualcommax/dts/ipq6018-fap650.dts
target/linux/qualcommax/dts/ipq8070-cax1800.dts
target/linux/qualcommax/dts/ipq8071-ax3600.dtsi
target/linux/qualcommax/dts/ipq8071-mf269.dts
target/linux/qualcommax/dts/ipq8072-ax880.dts
target/linux/qualcommax/dts/ipq8072-ax9000.dts
target/linux/qualcommax/dts/ipq8072-mx5300.dts
target/linux/qualcommax/dts/ipq8072-mx8500.dts
target/linux/qualcommax/dts/ipq8072-wpq873.dts
target/linux/qualcommax/dts/ipq8072-zbt-z800ax.dts
target/linux/qualcommax/dts/ipq8074-rax120v2.dts
target/linux/qualcommax/dts/ipq8074-sxk80.dtsi
target/linux/qualcommax/dts/ipq807x-nwax10ax.dtsi
target/linux/qualcommax/dts/ipq8174-mx4200.dtsi
target/linux/qualcommax/dts/ipq8174-mx4300.dts
target/linux/qualcommbe/patches-6.12/0304-arm64-dts-qcom-ipq9574-add-QPIC-SPI-NAND-default-par.patch
target/linux/qualcommbe/patches-6.18/0347-arm64-dts-qcom-ipq9574-add-QPIC-SPI-NAND-default-par.patch
target/linux/ramips/dts/mt7621_arcadyan_we410443.dts
target/linux/ramips/dts/mt7621_arcadyan_we420223-99.dts
target/linux/ramips/dts/mt7621_mediatek_mt7621-eval-board.dts
target/linux/realtek/dts/rtl9303_xikestor_sks7300-4x4t.dts
target/linux/realtek/dts/rtl9303_xikestor_sks8300-8x.dts
target/linux/realtek/dts/rtl9313_xikestor_sks8300-12x-v1.dts

index 354a25ac0a72284cb3d8eb04a96293bcef57f4ae..e121ec2b12f0dd505296c40348aaadcac6778c68 100644 (file)
@@ -74,6 +74,7 @@
                                partition@300000 {
                                        label = "rootfs";
                                        reg = <0x300000 0xc60000>;
+                                       linux,rootfs;
                                };
                        };
 
index 2aba2bd2c013c71420396f5da96b1541a09b716c..8fa6f4a752e36395197b846f9beeb4f4ac54defd 100644 (file)
@@ -91,6 +91,7 @@
                                partition@300000 {
                                        label = "rootfs";
                                        reg = <0x300000 0xc60000>;
+                                       linux,rootfs;
                                };
                        };
 
index b2a263a5352233e7ff3437cf684c64bd1d352b5e..7ef472d904431baef5ea9ea2f0e6d0614016ff4d 100644 (file)
                        rootfs@500000 {
                                label = "rootfs";
                                reg = <0x00500000 0x02300000>;
+                               linux,rootfs;
                        };
                        alt_kernel@2800000 {
                                label = "alt_kernel";
index da19a4c93e1efa50fe8949e2092ba6ad7b07d67f..25c5a0811d816b67eaab4275979258d5207e8cad 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x00000000 0x04000000>;
+                               linux,rootfs;
                        };
                };
        };
index af4025d35d0cd7cb001cc9425a5bb50a1f3d4774..6bda3456fd9971d1c168d78561038f3ba3aec5a4 100644 (file)
                        partition@1300000 {
                                label = "rootfs";
                                reg = <0x1300000 0x2200000>;
+                               linux,rootfs;
                        };
 
                        partition@3500000 {
index 1333f0c2ce1d13d0e3f06bb98608e2f90604af7e..d777155d5d001f038bed7e6eee888f9e473b9798 100644 (file)
                        partition@1300000 {
                                label = "rootfs";
                                reg = <0x1300000 0x2200000>;
+                               linux,rootfs;
                        };
 
                        partition@3500000 {
index 3cee984c0857305f83f4a72537d645f424fa1b47..57ad277d6dbd06558cebf64add86972740841dd4 100644 (file)
                        partition@1800000 {
                                label = "rootfs";
                                reg = <0x1800000 0x1d00000>;
+                               linux,rootfs;
                        };
 
                        partition@3500000 {
index 0f9140573726d76f574350167f40cc4058521299..6fff828202aae25b605b5e50b300423e58d59893 100644 (file)
                        partition13@7a0000 {
                                label = "rootfs";
                                reg = <0x007a0000 0x01860000>;
+                               linux,rootfs;
                        };
                };
        };
index 37535e57b53359a32b8e646fd81cf7b044d808b8..30f57e0c0f7b0d44a996c6ae9d1902c896de025a 100644 (file)
                        partition@8000000 {
                                label = "rootfs";
                                reg = <0x08000000 0x08000000>;
+                               linux,rootfs;
                        };
                };
        };
index eb92be7f5cda16d6f20acde8998fd00a5370877b..d341ab56d7681a0500d673be96fddeb03a7d882a 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x00000000 0x03800000>;
+                               linux,rootfs;
                        };
 
                        partition@3800000 {
index 190924920a1fbe7d731823e45e72e92df68722fd..1c7f62298d83764fb448fac8f497294bc2b0d53c 100644 (file)
                        partition@600000 {
                                label = "rootfs";
                                reg = <0x0600000 0x4a00000>;
+                               linux,rootfs;
                        };
 
                        partition@5000000 {
index bc239d592f3bd9c29dc0da857c2b638a31bc3db8..336d597bb0f68b56b09b32cf8fb2358139c2d76e 100644 (file)
                        partition@1800000 {
                                label = "rootfs";
                                reg = <0x1800000 0x1d00000>;
+                               linux,rootfs;
                        };
 
                        partition@3500000 {
index 0977e7bc5d04ebbeee1cb7f1e08785ba6ba90889..1c63776f5f20867f656c28870d7a6a38b56a2c49 100644 (file)
                        partition@1800000 {
                                label = "rootfs";
                                reg = <0x1800000 0x1d00000>;
+                               linux,rootfs;
                        };
 
                        partition@3500000 {
index eef1b8d4f9df095a14f9c5723c5ae247db4c6731..0199f5eed2227354c91c00976ab031f84f51c3bd 100644 (file)
                        partition@1800000 {
                                label = "rootfs";
                                reg = <0x1800000 0x1d00000>;
+                               linux,rootfs;
                        };
 
                        partition@3500000 {
index b151dde4e2bd2b119532f6266f40bb522bd06c49..fa3f26c9bb066679814ce5c496cd434f18e8dd12 100644 (file)
                        partition@1800000 {
                                label = "rootfs";
                                reg = <0x1800000 0x1d00000>;
+                               linux,rootfs;
                        };
 
                        partition@3500000 {
index db439515b4fdb1fcc174dac4797b70c87aff0ed1..250c9789ee2f4b571f384537e5ad220c881eb4ba 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x00000000 0x4000000>;
+                               linux,rootfs;
                        };
                };
        };
index 983f9f27b70a2d4b893d1f3029508fdccde182e1..0a8b366be64c2d1c9ebb8495e81512f9318672e5 100644 (file)
                        partition@400000 {
                                label = "rootfs";
                                reg = <0x400000 0x2000000>;
+                               linux,rootfs;
                        };
 
                        partition@2400000 {
index 7f5e6fd0b4379ff6fa356b8f2c0441fa3db7c564..724cdf3f7dab6cebcd82443cd9b5618d2dafd596 100644 (file)
                        partition@d00000 {
                                label = "rootfs";
                                reg = <0xd00000 0x9b00000>;
+                               linux,rootfs;
                        };
 
                        partition@a800000 {
index 88c5102e3d566e76729b0d551c78916e9850d7a6..c7128373f61ed2d76b3abff1f206d3274de7039d 100644 (file)
                        partition@c80000 {
                                label = "rootfs";
                                reg = <0xc80000 0x5300000>;
+                               linux,rootfs;
                        };
 
                        partition@5f80000 {
index 764aaa6209b11cd278d2ac316c0635199894f800..0840745c5af051066e849f4da8b572825d6364df 100644 (file)
                                partition@5f0000 {
                                        label = "rootfs";
                                        reg = <0x5f0000 0x1900000>;
+                                       linux,rootfs;
                                };
 
                                defaultmac: partition@1ef0000 {
index ef30ff314d1415d77de1b67410d8e548055bf8c9..9c01d1c4f70ab3a160d6ff8522047e2e40dcb8a0 100644 (file)
                        rootfs@0 {
                                label = "rootfs";
                                reg = <0x0000000 0x4000000>;
+                               linux,rootfs;
                        };
 
                        rootfs_1@4000000 {
index 92091507c024cd8d08c6d09bbbd4139178b3acaa..30803f62ca5eefc28e085c5e92eaeef9f5ad6169 100644 (file)
@@ -59,6 +59,7 @@
                        partition@400000 {
                                label = "rootfs";
                                reg = <0x400000 0x400000>;
+                               linux,rootfs;
                        };
                };
        };
index f6208e3b823fd1bd41d2d3f01a146713ea5acf27..3b8c940a6899ca26114f4d54038cd04ae79fa20f 100644 (file)
@@ -67,6 +67,7 @@
                                partition@80000 {
                                        reg = <0x80000 0x27c0000>;
                                        label = "rootfs";
+                                       linux,rootfs;
                                };
 
                                partition@2840000 {
index a1adddc4e04ebb00814e88c841b999dd30453856..cd2eed157cf03fa99fb9f3c064535fc44ab43825 100644 (file)
                        partition@800000 {
                                reg = <0x800000 0x1800000>;
                                label = "rootfs";
+                               linux,rootfs;
                        };
 
                        partition@2000000 {
index b3dca335c9609f82fa5e43c9efda1b61cf6283bc..aa5f73eb3f06aa175eaab5ae7571cb1b8c0bca84 100644 (file)
                                partition@600000 {
                                        reg = <0x00600000 0x038c0000>;
                                        label = "rootfs";
+                                       linux,rootfs;
                                };
                        };
 
index d032a10625f93a94f182f7462d5cad5a5684a000..df967bd414be65ae2c298be6cc154efc09308dee 100644 (file)
                        partition@2e80000 {
                                label = "rootfs";
                                reg = <0x02e80000 0x5180000>;
+                               linux,rootfs;
                        };
                };
        };
index 310548a7ba1ade2b25c7882b81c6f8426c35c092..4772b51050a9e3e34348b2615db812ec5db370fc 100644 (file)
                        partition@3e80000 {
                                label = "rootfs";
                                reg = <0x3e80000 0x3e00000>;
+                               linux,rootfs;
                        };
                };
        };
index 30b5bc2747731391b07041812e8d8ac9ef5a1ca0..02dacde426eafc9a1fee0a36e1dde49ffa1fdead 100644 (file)
                        partition@3e80000 {
                                label = "rootfs";
                                reg = <0x3e80000 0x3e00000>;
+                               linux,rootfs;
                        };
                };
        };
index cd6e74960748a636fae8c730380eeb6f7d3ddb82..bd3f0c3c64316180871af38fce3f16c613443a88 100644 (file)
@@ -17,6 +17,7 @@
        partition@a00000 {
                label = "rootfs";
                reg = <0x0a00000 0x7300000>;
+               linux,rootfs;
        };
 };
 
index ca9ef8c745a11a52148416f39a1c000b0c2ab674..5db3c8e1edf907c2e3152c95db07f13142619376 100644 (file)
        partition@a00000 {
                label = "rootfs";
                reg = <0x0a00000 0x7280000>;
+               linux,rootfs;
        };
 
        partition@7c80000 {
index 014d788757eddfc34f2d56dd057695b7766768ac..f0094a7d8f03023014914da26ec0d1fb3a348321 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x0 0x6000000>;
+                               linux,rootfs;
                        };
 
                        partition@6000000 {
index 414b6e749455532f4bb9d36a805037b7751a2d0f..c7f7f699929ee2cca5223eccd58ffb2e1fa3b197 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x00000000 0x03c00000>;
+                               linux,rootfs;
                        };
 
                        partition@3c00000 {
index 8eb534f39480c125198e248af5adc52bb9f7525b..728820e6bb4cea184df44fdf9e54343f09136e65 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x0000000 0x3400000>;
+                               linux,rootfs;
                        };
                };
        };
index 6afafb35546e00ba90fd72fe0bd4ffce8fbf79f6..c3c41ae2c1663cef7f0544df8fa9d0b19b15aab5 100644 (file)
                        rootfs: partition@2dc0000 {
                                label = "rootfs";
                                reg = <0x2dc0000 0xd240000>;
+                               linux,rootfs;
                        };
                };
        };
index a45c28b2c548d7b618e72bc93f75c4c1b5553688..da72f6bf7195a47fc6531f9ccc622453fa31601b 100644 (file)
                        partition@5fc0000 {
                                label = "rootfs";
                                reg = <0x5fc0000 0x9a00000>;
+                               linux,rootfs;
                        };
                };
        };
index 96aff3d77a0e36647cb8d217b941e6cbcc18bcd9..70310daf0fb3445667f04d23f82b0cec1205dc9d 100644 (file)
                        rootfs: partition@3c00000 {
                                label = "rootfs";
                                reg = <0x3c00000 0x3400000>;
+                               linux,rootfs;
                        };
 
                        partition@7000000 {
index b44eaa4c42821cb1d602753e4746c2b9624a169d..c879c5ef7308263340e8302a4ffc4965392e155b 100644 (file)
                        partition@4980000 {
                                label = "rootfs";
                                reg = <0x4980000 0xb680000>;
+                               linux,rootfs;
                        };
                };
        };
index 2da82f1a2b2ff8f03d64ed5f6236612634fc064b..ea93cdcf4c7e8ce8af28926c9a729a30e826c6b9 100644 (file)
                        partition@1680000 {
                                label = "rootfs";
                                reg = <0x1680000 0x9000000>;
+                               linux,rootfs;
                        };
 
                        partition@a680000 {
index 749aec9d1ae993d675a21a32add2fef4b37830c8..f7837debbccedf320a3a6d9966cd23a34d8df5ff 100644 (file)
                        partition@1680000 {
                                label = "rootfs";
                                reg = <0x1680000 0x9000000>;
+                               linux,rootfs;
                        };
 
                        partition@a680000 {
index d678bea294e957b645cadb78ec9ce8283d031043..f0fd1331e604234d6dc0cf1309b1c11595d240c0 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x0000000 0x3400000>;
+                               linux,rootfs;
                        };
 
                        partition@3400000 {
index 2e29da5e0f6c501bad6975aadbc536716925fc2b..be7c77d3feb75904c8d31f6495ad76b50381d81b 100644 (file)
                        partition@0 {
                                label = "rootfs";
                                reg = <0x0000000 0x3400000>;
+                               linux,rootfs;
                        };
 
                        partition@3400000 {
index 36e315cc8078bd92a23f72422e59880c0bef5fed..4822cbe9a69dd1163bd38a45f748eb9a217d3651 100644 (file)
                        partition@e8800000 {
                                label = "rootfs";
                                reg = <0xe880000 0x11780000>;
+                               linux,rootfs;
                        };
                };
        };
index 221de781881e8f2cece1ec27ecdcfc8578de90d7..db0e4475c31b6fa7d38769692364c10ad0aa2777 100644 (file)
                        partition@1fa0000 {
                                label = "rootfs";
                                reg = <0x1fa0000 0x66e0000>;
+                               linux,rootfs;
                        };
 
                        partition@8680000 {
index f92d901bc873d19300deb13d79255f9e82633301..7c2bd698ea662a64b82aaf2f022afe65306c2e19 100644 (file)
                partition@0 {
                        reg = <0x00 0x3c00000>;
                        label = "rootfs";
+                       linux,rootfs;
                };
 
                partition@3c00000 {
index 16fd4b5237a94d89e8121cf19c58840de1b4a651..c2f2ac563b5c714d0fe2e8980a50c697810d09ef 100644 (file)
                        partition@1680000 {
                                label = "rootfs";
                                reg = <0x1680000 0x9000000>;
+                               linux,rootfs;
                        };
 
                        partition@a680000 {
index 7e72195b5f5fd42c11dfe0f0e592670ddf02eb9a..5010d96c28b4d2f9eef8c40c2dfd4257dce58929 100644 (file)
                        partition@1a40000 {
                                label = "rootfs";
                                reg = <0x1a40000 0xa740000>;
+                               linux,rootfs;
                        };
 
                        partition@c180000 {
index e0b84b121856e7cf73310091c73ffb8074f00391..b76039c4487a0101586e16bd45452f005f66b7a8 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574-rdp-common.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp-common.dtsi
-@@ -189,6 +189,34 @@
+@@ -189,6 +189,35 @@
                nand-ecc-engine = <&qpic_nand>;
                nand-ecc-strength = <4>;
                nand-ecc-step-size = <512>;
@@ -38,6 +38,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
 +                      partition@c0000 {
 +                              label = "rootfs";
 +                              reg = <0xc0000 0x3c00000>;
++                              linux,rootfs;
 +                      };
 +
 +                      partition@3cc0000 {
index 9061e678787ef2152186bdffdf140892c4594316..8a283672d3aa60e7892dc586052bfcaf884baff8 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574-rdp-common.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp-common.dtsi
-@@ -189,6 +189,34 @@
+@@ -189,6 +189,35 @@
                nand-ecc-engine = <&qpic_nand>;
                nand-ecc-strength = <4>;
                nand-ecc-step-size = <512>;
@@ -38,6 +38,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
 +                      partition@c0000 {
 +                              label = "rootfs";
 +                              reg = <0xc0000 0x3c00000>;
++                              linux,rootfs;
 +                      };
 +
 +                      partition@3cc0000 {
index ad261d77efcd8057d6e69ff9de2f2309b3e39579..6ce8688b28914bcafe78f6622ea572b8a9375e70 100644 (file)
                                partition@400000 {
                                        label = "rootfs";
                                        reg = <0x440000 0x1b20000>;
+                                       linux,rootfs;
                                };
                        };
 
index 04a5396b52c7d18705a18eef83a80d59c4585126..b7103779d5d79cf6c3fa8126ebd32803f23132fe 100644 (file)
                        partition@490000 {
                                label = "rootfs";
                                reg = <0x490000 0x1b20000>;
+                               linux,rootfs;
                        };
 
                        partition@1000000 {
index ecce30330b00da6d9b9f4235301c24f57e6095e7..dc1e12ba8d52f9c73ed080e4e84a05c83cb2f35b 100644 (file)
@@ -31,6 +31,7 @@
                partition@140000 {
                        label = "rootfs";
                        reg = <0x140000 0xec0000>;
+                       linux,rootfs;
                };
        };
 };
index 7e446b37e5fe963e5b2c993e6646d8bef888937e..1763f6aaec95bf1f2be5d31cfa901317eb1a0b3c 100644 (file)
                                partition@800000 {
                                        label = "rootfs";
                                        reg = <0x800000 0x1380000>;
+                                       linux,rootfs;
                                };
                        };
                };
index b76c2e69d510bcfddac8901da1bda1a11815fc20..b66797c09638433b5ea9c12d0728ddb14f1b5e35 100644 (file)
                                partition@800000 {
                                        label = "rootfs";
                                        reg = <0x800000 0x1600000>;
+                                       linux,rootfs;
                                };
                        };
                };
index c61851357c3a318cedea0a9d76ff2e18c24e87fa..d18883b3cfee37a5b2a093dc22eef12d99391d47 100644 (file)
                                partition@800000 {
                                        label = "rootfs";
                                        reg = <0x800000 0x1600000>;
+                                       linux,rootfs;
                                };
                        };
                };