[PATCH] arm: imx8m: remove unused and obsolete board_fix_fdt() in SOC context

2023-05-02 Thread sbabic
> From: Hugo Villeneuve > It doesn't seem appropriate for arch/SOC to use a board-level > functionality (CONFIG_OF_BOARD_FIXUP), because this prevents boards > that need to do FDT fixup from using that feature. > Also, this code is completely dead and useless (from comments by > Rasmus Villemoes o

Re: [PATCH] arm: imx8m: remove unused and obsolete board_fix_fdt() in SOC context

2023-04-27 Thread Fabio Estevam
Hi Hugo, On Tue, Apr 25, 2023 at 11:20 AM Hugo Villeneuve wrote: > > From: Hugo Villeneuve > > It doesn't seem appropriate for arch/SOC to use a board-level > functionality (CONFIG_OF_BOARD_FIXUP), because this prevents boards > that need to do FDT fixup from using that feature. > > Also, this c

Re: [PATCH] arm: imx8m: remove unused and obsolete board_fix_fdt() in SOC context

2023-04-25 Thread Peng Fan
On 4/25/2023 10:19 PM, Hugo Villeneuve wrote: From: Hugo Villeneuve It doesn't seem appropriate for arch/SOC to use a board-level functionality (CONFIG_OF_BOARD_FIXUP), because this prevents boards that need to do FDT fixup from using that feature. Also, this code is completely dead and use

[PATCH] arm: imx8m: remove unused and obsolete board_fix_fdt() in SOC context

2023-04-25 Thread Hugo Villeneuve
From: Hugo Villeneuve It doesn't seem appropriate for arch/SOC to use a board-level functionality (CONFIG_OF_BOARD_FIXUP), because this prevents boards that need to do FDT fixup from using that feature. Also, this code is completely dead and useless (from comments by Rasmus Villemoes on the mail