
4 Oct
2024
4 Oct
'24
12:12 p.m.
Subject: [PATCH v1] arm: imx: imx8m: soc: Fix VPU fdt disable fixup
From: Vitor Soares vitor.soares@toradex.com
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: Vitor Soares vitor.soares@toradex.com
Reviewed-by: Peng Fan peng.fan@nxp.com
I am thinking to make ocotp as access controller, then we no need such code in uboot in future.
Thanks, Peng.