commit | 76a64ab6cd6a7fe52f623b8270d805c7fbf1ab31 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:27 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:39 2020 -0700 |
tree | 8f7541d0684c7e549f37435bcad477e8d7166ec6 | |
parent | 323ff9f185b9f53c70796d789715bbe7f5a83cb4 [diff] |
dm: devres: Use an enum for the allocation phase At present we only support two phases where devres can be used: bind and probe. This is handled with a boolean. We want to add a new phase (platdata), so change this to an enum. Signed-off-by: Simon Glass <sjg@chromium.org>