commit | e33dc221f45ca501319f5aebd1c88574238261be | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 11 10:46:21 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 22 10:16:47 2014 +0100 |
tree | 1be16d0d508c305b89757063d0c2e939ea226714 | |
parent | a88340dfcf8a34cf7fe000c619d01e1d0f0a442a [diff] |
dm: Add a function to bind a device by driver name In some cases we need to manually bind a device to a particular driver. Add a function to do this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> Acked-by: Heiko Schocher <hs@denx.de>