commit | cbc3da83a23e2db3ae4ebef13d720fba7c1a804a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Oct 15 02:21:07 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 14 09:16:27 2018 -0800 |
tree | ac5d2b7aa32a96f248b61b5559aa3e7fc961e951 | |
parent | 919386341da53aabb95ae44e73b2996e677ecdf7 [diff] |
blk: Call part_init() in the post_probe() method part_init() is currently called in every DM BLK driver, either in its bind() or probe() method. However we can use the BLK uclass driver's post_probe() method to do it automatically. Update all DM BLK drivers to adopt this change. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>