Commits
Ye Li committed c764f454ab4
MLK-21828-1 uclass: cpu: Add new API to get udevice for current CPU When running on SoC with multiple clusters, the boot CPU may not be fixed. Add a API that can return the udevice for current boot CPU. cpu driver needs to implement is_current_cpu interface for this feature, otherwise the API only returns the first udevice in cpu uclass. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 53cc0b214c0ebb057b72b93071980d3ceab9e655)