Home
last modified time | relevance | path

Searched hist:bc7b2f431d5e5b48c009007bdf22d2f2d8aed4c4 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Droot.cbc7b2f431d5e5b48c009007bdf22d2f2d8aed4c4 Sun Aug 30 22:55:17 UTC 2015 Simon Glass <sjg@chromium.org> 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>