]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt7981b: Add wifi memory region
authorSjoerd Simons <sjoerd@collabora.com>
Tue, 23 Dec 2025 12:37:57 +0000 (13:37 +0100)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 8 Jan 2026 12:41:54 +0000 (13:41 +0100)
Add required memory region for the builtin wifi block.

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt7981b.dtsi

index 700f9c330bbb8b17ffc6190582fd830bc5bca789..324ae1395b3b62811f620d91d37c62153aba1078 100644 (file)
                        no-map;
                };
 
+               wmcpu_emi: wmcpu-reserved@47c80000 {
+                       reg = <0 0x47c80000 0 0x100000>;
+                       no-map;
+               };
+
                wo_emi0: wo-emi@47d80000 {
                        reg = <0 0x47d80000 0 0x40000>;
                        no-map;
                        clocks = <&topckgen CLK_TOP_NETSYS_MCU_SEL>,
                                 <&topckgen CLK_TOP_AP2CNN_HOST_SEL>;
                        clock-names = "mcu", "ap2conn";
+                       memory-region = <&wmcpu_emi>;
                        resets = <&watchdog MT7986_TOPRGU_CONSYS_SW_RST>;
                        reset-names = "consys";
                        status = "disabled";