]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:16 +0000 (22:35 +0200)
commit39d37a9d54f3f5bfbbcc5c292c90eba872e75cf0
treec3fd9680d1aba355cefa851b96358515ec0d72ee
parent63ed33d214da0afd1a6d9bf6544c96addfca9e53
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