commit | 9eb151eed22db3a07a6e6b77d5ba2e5a2c4258f6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 11 13:07:15 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | bbc0d69b1d74d872bb0b798c36153d6832f5636a | |
parent | bfad6ed9d68829f65f0fa028dee7046391deff7c [diff] |
dm: core: Add a way to bind a device by ofnode Add a new device_bind_ofnode() function which can bind a device given its ofnode. This allows binding devices more easily with livetree nodes. Signed-off-by: Simon Glass <sjg@chromium.org>