git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4b03f8
)
arm: imx: imx8m: soc: Fix i.MX8M Nano GPU paths
author
Alexander Stein
<alexander.stein@ew.tq-group.com>
Tue, 8 Jul 2025 08:41:24 +0000
(10:41 +0200)
committer
Fabio 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx8m/soc.c
b/arch/arm/mach-imx/imx8m/soc.c
index
3cdb71a
..
1fe083a
100644
(file)
--- 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[] = {