commit | 97e22e3bb50e43a89d9f3547ab2bc3bfaa07adfe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 23 06:55:23 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:08:37 2014 +0100 |
tree | 17b2a394ddedda9e0b3096447522a2f56f30493e | |
parent | d98fb0a4a723ded6e770f588378d22a865284255 [diff] |
dm: Add dm_scan_other() to locate board-specific devices Some boards will have devices which are not in the device tree and do not have platform data. They may be programnatically created, for example. Add a hook which boards can use to bind those devices early in boot. Signed-off-by: Simon Glass <sjg@chromium.org>