commit | 5cd72cf19f4647dcc2927dd75dfe41d7cf6b0145 | [log] [tgz] |
---|---|---|
author | Daniel Golle <daniel@makrotopia.org> | Tue Nov 29 19:37:59 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 12 11:53:25 2022 -0500 |
tree | 5e5c8afde6920c41c656a8183fd99e84f9a3e6d0 | |
parent | b8ec22847ce2aa48a63fdd48674c7a0c58d24357 [diff] |
configs: set CONFIG_LMB_MAX_REGIONS=64 for all mt798[16] boards With recently added wireless offloading features in Linux [1] the number of reserved memory regions with MediaTek SoCs supporting offloading wireless-to-Ethernet traffic grew beyond the default (8) which breaks booting Linux: ERROR: Failed to allocate 0xa6ac bytes below 0xc0000000. device tree - allocation error FDT creation failed! resetting ... Raise CONFIG_LMB_MAX_REGIONS to 64 like it is already done for other SoCs which require a larger number of reserved memory regions, eg. exynos78x0 based a3y17lte, a5y17lte and a7y17lte or dragonboard845c. [1]: https://lore.kernel.org/netdev/e3489a697b404bd47447190cd2e5adf090ae61c2.1667687249.git.lorenzo@kernel.org/ https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=eed4f1ddad8c5ad7596b229caec8bd7b477b81ee Signed-off-by: Daniel Golle <daniel@makrotopia.org>