Commits
Simon Glass committed 5b9000dd250
dm: core: Add a function to bind a driver for a device tree node Some device tree nodes do not have compatible strings but do require drivers. This is pretty rare, and somewhat unfortunate. Add a function to permit creation of a driver for any device tree node. Signed-off-by: Simon Glass <sjg@chromium.org>