]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfcd66b5aa9a0621fe672069119acb701ae87345a
tree8c7cfeb891a5f8188a84c6f5bde58d77d91662b0
parent69a5527101b578a014c4e4e2d65dbdf1649f5f33
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