commit | 50aae3e62d57931afcafec7eb973f222cb3131c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:01:11 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | 3134e1b2b7911642191b5bb3f2d8b318853a004d | |
parent | 337d6972f5f5294971db52809f83c0454cb4e7ba [diff] |
dtoc: Support processing the root node The device for the root node is normally bound by driver model on init. With devices being instantiated at build time, we must handle the root device also. Add support for processing the root node, which may not have a compatible string. Signed-off-by: Simon Glass <sjg@chromium.org>