Home
last modified time | relevance | path

Searched hist:"745 fb9c25e9fd4c59e375cf8f6e2eb8ff75d6d95" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Dsyscon-uclass.c745fb9c25e9fd4c59e375cf8f6e2eb8ff75d6d95 Sat Jul 29 17:34:52 UTC 2017 Simon Glass <sjg@chromium.org> dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata

We cannot call dm_scan_fdt_dev() with of-platdata since there is no device
tree. Fix this with an #if check.

Fixes: 3be9a37 (dm: syscon: scan sub-nodes of the syscon node)
Signed-off-by: Simon Glass <sjg@chromium.org>