From: Alexander Stein Date: Tue, 8 Jul 2025 08:41:24 +0000 (+0200) Subject: arm: imx: imx8m: soc: Fix i.MX8M Nano GPU paths X-Git-Tag: v2025.10-rc1~93^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76f11d6de398669d30c9ad5621e6137d7aa6333a;p=thirdparty%2Fu-boot.git arm: imx: imx8m: soc: Fix i.MX8M Nano GPU paths The SoC node is called 'soc@0', even on NXP branch 6.6-fslc. This fixes the boot on i.MX8M Nano DualLite, as there is no GPU. Signed-off-by: Alexander Stein --- diff --git a/arch/arm/mach-imx/imx8m/soc.c b/arch/arm/mach-imx/imx8m/soc.c index 3cdb71a2528..1fe083ae94f 100644 --- a/arch/arm/mach-imx/imx8m/soc.c +++ b/arch/arm/mach-imx/imx8m/soc.c @@ -1151,7 +1151,7 @@ int disable_gpu_nodes(void *blob) { static const char * const nodes_path_8mn[] = { "/gpu@38000000", - "/soc@/gpu@38000000" + "/soc@0/gpu@38000000" }; static const char * const nodes_path_8mp[] = {