package: add fitblk util to release /dev/fit* devices
[openwrt/staging/jow.git] / target / linux / mediatek / patches-5.15 / 140-dts-fix-wmac-support-for-mt7622-rfb1.patch
1 --- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
2 +++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
3 @@ -580,7 +580,7 @@
4 reg = <0x140000 0x0080000>;
5 };
6
7 - partition@1c0000 {
8 + factory: partition@1c0000 {
9 label = "Factory";
10 reg = <0x1c0000 0x0100000>;
11 };
12 @@ -641,5 +641,6 @@
13 &wmac {
14 pinctrl-names = "default";
15 pinctrl-0 = <&wmac_pins>;
16 + mediatek,mtd-eeprom = <&factory 0x0000>;
17 status = "okay";
18 };