imx8: Probe the SCU driver by using uclass function
authorYe Li <ye.li@nxp.com>
Mon, 26 Aug 2019 08:11:42 +0000 (08:11 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:35:59 +0000 (16:35 +0200)
commitbcf94abd1cab06d066142aa39aa044b94071c5b7
tree8c7cfeb891a5f8188a84c6f5bde58d77d91662b0
parentb5661caf84cdc28315bb759f823c83ae7d4a4ab6
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>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8/cpu.c