Skip to content
Snippets Groups Projects
Commit 8fae4489 authored by Vitor Soares's avatar Vitor Soares Committed by Fabio Estevam
Browse files

arm: imx: imx8m: soc: Fix VPU fdt disable fixup


With the introduction of downstream Linux 6.6, the iMX8MP VPU block
control node in DTS was renamed "blk-ctl@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: default avatarVitor Soares <vitor.soares@toradex.com>
Reviewed-by: Peng Fan's avatarPeng Fan <peng.fan@nxp.com>
parent c24dcfa0
No related branches found
No related tags found
No related merge requests found
......@@ -1004,6 +1004,7 @@ int disable_vpu_nodes(void *blob)
"/soc@0/video-codec@38300000",
"/soc@0/video-codec@38310000",
"/soc@0/blk-ctrl@38330000",
"/soc@0/blk-ctl@38330000",
};
if (is_imx8mq())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment