[PATCH 1/1] arm: imx: imx8m: soc: Fix i.MX8M Nano GPU paths
Alexander Stein
alexander.stein at ew.tq-group.com
Tue Jul 8 10:41:24 CEST 2025
The SoC node is called 'soc at 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 <alexander.stein at ew.tq-group.com>
---
arch/arm/mach-imx/imx8m/soc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 38000000",
- "/soc@/gpu at 38000000"
+ "/soc at 0/gpu at 38000000"
};
static const char * const nodes_path_8mp[] = {
--
2.43.0
More information about the U-Boot
mailing list