commit | 003810a3ea5ea271902ea243920cf28cf61da977 | [log] [tgz] |
---|---|---|
author | Vitor Soares <vitor.soares@toradex.com> | Tue Oct 01 17:01:52 2024 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 04 09:15:33 2024 -0300 |
tree | d79d073669d056d1181e7a2e2dde5712a92a9efc | |
parent | 97a645cebb5ecfa96a592f8fa8e3e22404899d75 [diff] |
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: Vitor Soares <vitor.soares@toradex.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>