]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Combine the flattree and livetree binding code
authorSimon Glass <sjg@chromium.org>
Sun, 29 Nov 2020 00:50:08 +0000 (17:50 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 13 Dec 2020 14:58:18 +0000 (07:58 -0700)
commit919b9086b8a24dc9d9051f60005dfc7645bd4cd7
treec60a87976dd3810643ed2e5c0c26be68ac4c38f7
parentfa657d90db54c4152f9fca50ecd80692b2eab6d5
dm: core: Combine the flattree and livetree binding code

At present there are two copies of this code. With ofnode we can combine
them to reduce duplication. Update the dm_scan_fdt_node() function and
adjust its callers.

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