developer | f11ee16 | 2022-04-12 11:17:45 +0800 | [diff] [blame] | 1 | diff --git a/arch/arm64/boot/dts/mediatek/mt7986-spim-nand-partition.dtsi b/arch/arm64/boot/dts/mediatek/mt7986-spim-nand-partition.dtsi |
| 2 | index 4cc7961..924f8cc 100644 |
| 3 | --- a/arch/arm64/boot/dts/mediatek/mt7986-spim-nand-partition.dtsi |
| 4 | +++ b/arch/arm64/boot/dts/mediatek/mt7986-spim-nand-partition.dtsi |
| 5 | @@ -34,10 +34,16 @@ |
| 6 | reg = <0x380000 0x0200000>; |
| 7 | }; |
| 8 | |
| 9 | - partition@580000 { |
| 10 | - label = "ubi"; |
| 11 | - reg = <0x580000 0x4000000>; |
| 12 | - }; |
| 13 | + partition@580000 { |
| 14 | + label = "Kernel"; |
| 15 | + reg = <0x580000 0x800000>; |
| 16 | + }; |
| 17 | + |
| 18 | + partition@D80000 { |
| 19 | + label = "ubi"; |
| 20 | + reg = <0xD80000 0xF280000>; |
| 21 | + }; |
| 22 | + |
| 23 | }; |
| 24 | }; |
| 25 | }; |
| 26 | diff --git a/arch/arm/boot/dts/mt7986-spim-nand-partition.dtsi b/arch/arm/boot/dts/mt7986-spim-nand-partition.dtsi |
| 27 | index 4cc7961..924f8cc 100644 |
| 28 | --- a/arch/arm/boot/dts/mt7986-spim-nand-partition.dtsi |
| 29 | +++ b/arch/arm/boot/dts/mt7986-spim-nand-partition.dtsi |
| 30 | @@ -34,10 +34,16 @@ |
| 31 | reg = <0x380000 0x0200000>; |
| 32 | }; |
| 33 | |
| 34 | - partition@580000 { |
| 35 | - label = "ubi"; |
| 36 | - reg = <0x580000 0x4000000>; |
| 37 | - }; |
| 38 | + partition@580000 { |
| 39 | + label = "Kernel"; |
| 40 | + reg = <0x580000 0x800000>; |
| 41 | + }; |
| 42 | + |
| 43 | + partition@D80000 { |
| 44 | + label = "ubi"; |
| 45 | + reg = <0xD80000 0xF280000>; |
| 46 | + }; |
| 47 | + |
| 48 | }; |
| 49 | }; |
| 50 | }; |