Re: [U-Boot] [PATCH v2 02/20] dm: core: Add a function to bind a driver for a device tree node

2015-04-29 Thread Simon Glass
On 28 April 2015 at 20:25, Simon Glass s...@chromium.org wrote: 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

[U-Boot] [PATCH v2 02/20] dm: core: Add a function to bind a driver for a device tree node

2015-04-28 Thread Simon Glass
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 s...@chromium.org --- Changes in v2: None drivers/core/lists.c | 9