[][kernel][nor][Modify the factory partition size]

[Description]
Change the factory partition to 2048KB.

[Release-log]
N/A

Change-Id: I5f7da802d5365652869c61eaf88345d9f4cab8fa
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7101656
diff --git a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7988c-dsa-10g-spim-nor.dts b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7988c-dsa-10g-spim-nor.dts
index 83b47b0..aced0d4 100644
--- a/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7988c-dsa-10g-spim-nor.dts
+++ b/target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7988c-dsa-10g-spim-nor.dts
@@ -79,15 +79,15 @@
 		};
 		factory: partition@50000 {
 			label = "Factory";
-			reg = <0x50000 0x00B0000>;
+			reg = <0x50000 0x0200000>;
 		};
-		partition@100000 {
+		partition@250000 {
 			label = "FIP";
-			reg = <0x100000 0x0080000>;
+			reg = <0x250000 0x0080000>;
 		};
-		partition@180000 {
+		partition@2D0000 {
 			label = "firmware";
-			reg = <0x180000 0xE00000>;
+			reg = <0x2D0000 0x1D30000>;
 		};
 	};
 };