mediatek: make use of whole spi nor for konka komi-a31

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-10-06 16:37:41 +08:00
parent b3a41b80d4
commit b8b8ccdf89
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@
+
+ partition@180000 {
+ label = "fit";
+ reg = <0x180000 0xe00000>;
+ reg = <0x180000 0xe80000>;
+ };
+ };
+ };

View File

@ -142,7 +142,7 @@
nor_rootdisk: partition@180000 {
compatible = "denx,fit";
label = "fit";
reg = <0x180000 0xe00000>;
reg = <0x180000 0xe80000>;
};
};
};