]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: imx: imx8m: soc: Fix i.MX8M Nano GPU paths
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 8 Jul 2025 08:41:24 +0000 (10:41 +0200)
committerFabio Estevam <festevam@gmail.com>
Thu, 10 Jul 2025 11:02:11 +0000 (08:02 -0300)
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 <alexander.stein@ew.tq-group.com>
arch/arm/mach-imx/imx8m/soc.c

index 3cdb71a25284c9b1ba8dc750a144c5bc7f1a4e0e..1fe083ae94ff6cd65bf0b49ca266f1cd33b7a72d 100644 (file)
@@ -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[] = {