dm: core: Add a function to bind a driver for a device tree node
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:04 +0000 (20:25 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 03:02:32 +0000 (21:02 -0600)
commit5b9000dd25052310ee2d76a295dbe77a2edc5f81
treef2df9a191452d37ca3be9a6541fce2b24914ef55
parent4c509343abe693d7ee835c39ded1dc10149ff91c
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>
drivers/core/lists.c
include/dm/lists.h