commit | f846537993a0fa3235c5235a1cea4b600eab6a29 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 28 17:50:00 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:17 2020 -0700 |
tree | 2374f34fa7540538316118f5403d1c4cf51ed579 | |
parent | 0e298739ffa4e4a41ff8a400ecb91ef5386b9a73 [diff] |
dm: core: Rename device_bind() to device_bind_offset() This function is not necessary anymore, since device_bind_ofnode() does the same thing and works with both flattree and livetree. Rename it to indicate that it is special. Signed-off-by: Simon Glass <sjg@chromium.org>