MLK-21827 imx8: Probe the SCU driver by using uclass function
authorYe Li <ye.li@nxp.com>
Wed, 6 Mar 2019 07:56:58 +0000 (23:56 -0800)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 08:46:51 +0000 (01:46 -0700)
commit0bf270688749afe55e63ee383102295065ede69b
tree84c64025575d2552d1e335aee27e04a2438fd2da
parent3c99166441bf3ea325af2da83cfe65430b49c066
MLK-21827 imx8: Probe the SCU driver by using uclass function

Since SCU MU driver has been bound in dm_init, so we don't need to
bind it again. Just replace by using uclass function to probe it.

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