commit | 9030b3920e8a3b3b8cfcd10f33a21290718002ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 28 17:50:04 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:18 2020 -0700 |
tree | 9718002d42ee983a7d7f16e914b8623bab7d5d54 | |
parent | 6996c663409c7a7d4e3bceec9a60ff8ac3d4d7a9 [diff] |
dm: Drop uses of dev_set_of_offset() The need for this can be avoided by passing the correct node to the device_bind() function. Signed-off-by: Simon Glass <sjg@chromium.org>