Commits
Ye Li committed 53cc0b214c0
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>