]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Add dm_scan_other() to locate board-specific devices
authorSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 12:55:23 +0000 (06:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 13:08:37 +0000 (14:08 +0100)
commitbb58503d80808b973950ca425c7fb0bc6172a2bd
tree17b2a394ddedda9e0b3096447522a2f56f30493e
parent9b0ba067f96c2bbd4bcdf0128906877271eab548
dm: Add dm_scan_other() to locate board-specific devices

Some boards will have devices which are not in the device tree and do not
have platform data. They may be programnatically created, for example.
Add a hook which boards can use to bind those devices early in boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/root.c
include/dm/root.h