commit | f2ea6f0066beb0d972c63d7e8c556059f6725116 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon Aug 26 08:11:42 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:59 2019 +0200 |
tree | 8c7cfeb891a5f8188a84c6f5bde58d77d91662b0 | |
parent | 90815c9a036343f1905a680ae491a2b64ad3d386 [diff] |
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>