Hi Stefan, On Fri, Aug 21, 2026 at 4:10 AM Stefan Eichenberger <[email protected]> wrote:
> +#if IS_ENABLED(CONFIG_OF_BOARD_FIXUP)
> +int board_fix_fdt(void *fdt)
> +{
> + /* Remove nodes based on fuses. */
> + return imx9_uboot_fixup_by_fuse(fdt);
Shouldn't this be added to the common i.MX95 SoC file instead of
adding it per board?
