Re: [PATCH] drivers/of: fdt: Make ibm,phandle logic only happen on pseries

From: Rob Herring (Arm)

Date: Wed Jun 03 2026 - 18:19:23 EST



On Thu, 04 Jun 2026 00:18:09 +0900, Daniel Palmer wrote:
> The "ibm,phandle" thing only seems to be needed on pseries
> machines but everyone gets it so they get a string and a little
> bit of useless code.
>
> In __of_attach_node() the pseries specific part uses
> IS_ENABLED(CONFIG_PPC_PSERIES) so do that here too.
>
> Signed-off-by: Daniel Palmer <daniel@xxxxxxxxx>
> ---
> drivers/of/fdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!