mediatek: mt7629: fix firmware partition
authorChuanhong Guo <gch981213@gmail.com>
Fri, 20 Mar 2020 11:36:30 +0000 (19:36 +0800)
committerChuanhong Guo <gch981213@gmail.com>
Sat, 21 Mar 2020 04:58:29 +0000 (12:58 +0800)
rename "kernel" partition in upstream dts to "firmware" and add
denx,fit as compatible string for mtdsplit.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch [new file with mode: 0644]

diff --git a/target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch b/target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch
new file mode 100644 (file)
index 0000000..5d0a19e
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/arch/arm/boot/dts/mt7629-rfb.dts
++++ b/arch/arm/boot/dts/mt7629-rfb.dts
+@@ -163,8 +163,9 @@
+                       };
+                       partition@b0000 {
+-                              label = "kernel";
++                              label = "firmware";
+                               reg = <0xb0000 0xb50000>;
++                              compatible = "denx,fit";
+                       };
+               };
+       };