commit | 2ebea5eaebf2c11c3f18f553d1bceba22e220893 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 28 17:50:08 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:18 2020 -0700 |
tree | c60a87976dd3810643ed2e5c0c26be68ac4c38f7 | |
parent | d0c20ce6bcb9af3d70ed6ada618607ca1099e811 [diff] |
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>