commit | c90b917abd96348b740aa1cbec033bbc1369ffec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:17 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:23 2015 -0600 |
tree | 43a9dc43fdf33fa05d96e72867c43f01c3c7c5ee | |
parent | 43313de2cdc047c4dd6ab1a81de2888618fc4de9 [diff] |
dm: Provide better debugging when a device fails to bind All devices should bind without error. But when they don't, they can cause driver model init to fail. A real situation where this can happen is when there is a missing uclass. Add a debug() call to dm_scan_fdt_node to make this easier to track. Signed-off-by: Simon Glass <sjg@chromium.org>