Re: [PATCH] powerpc/prom: Remove redundant early_init_dt_scan_root() call
From: Madhavan Srinivasan
Date: Mon Sep 14 2026 - 03:31:12 EST
On Sat, 18 Apr 2026 14:42:50 +0530, Sourabh Jain wrote:
> Commit 554b66233623 ("of/fdt: Scan the root node properties earlier")
> moved the invocation of early_init_dt_scan_root() into
> early_init_dt_verify().
>
> early_init_devtree() already calls early_init_dt_verify(), so the root
> node properties are parsed before reaching the explicit call in this
> function.
>
> [...]
Applied to powerpc/fixes.
[1/1] powerpc/prom: Remove redundant early_init_dt_scan_root() call
https://git.kernel.org/powerpc/c/15f3ce3aa218f6d4cece9101f1af4332e8712e39
cheers