[PATCH v1] arm: imx: imx8m: soc: Fix VPU fdt disable fixup
Vitor Soares
ivitro at gmail.com
Tue Oct 1 18:01:52 CEST 2024
From: Vitor Soares <vitor.soares at toradex.com>
With the introduction of downstream Linux 6.6, the iMX8MP VPU block
control node in DTS was renamed "blk-ctl at 38330000" and will not match
the ones found in `node_path_imx8mp` resulting in the node not being
disabled on the VPU-less variants.
Add an extra node_path entry for imx8mp VPU block control that match
with downstream Linux.
Signed-off-by: Vitor Soares <vitor.soares at toradex.com>
---
arch/arm/mach-imx/imx8m/soc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-imx/imx8m/soc.c b/arch/arm/mach-imx/imx8m/soc.c
index be38ca528850..4c224382021e 100644
--- a/arch/arm/mach-imx/imx8m/soc.c
+++ b/arch/arm/mach-imx/imx8m/soc.c
@@ -955,6 +955,7 @@ int disable_vpu_nodes(void *blob)
"/soc at 0/video-codec at 38300000",
"/soc at 0/video-codec at 38310000",
"/soc at 0/blk-ctrl at 38330000",
+ "/soc at 0/blk-ctl at 38330000",
};
if (is_imx8mq())
--
2.34.1
More information about the U-Boot
mailing list