]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: imx9: Call imx9_probe_mu for DM post in board_r
authorYe Li <ye.li@nxp.com>
Mon, 1 Apr 2024 01:41:09 +0000 (09:41 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Apr 2024 12:38:46 +0000 (09:38 -0300)
commitffb0a930ce7e234d4d9136a5695a48b6e3d2a7c6
tree7dade815322fc7b880651e7fa77519ad76e85a57
parent2513bf3f1bd46593c855689550a8f97e0cf7a711
arm: imx9: Call imx9_probe_mu for DM post in board_r

This event callback imx9_probe_mu needs to be called in board_r
as well, because many ELE APIs depending on this MU probed

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/mach-imx/imx9/soc.c