commit | 644ec0a933ef5c4f8e82b9fd8df9439386d0444d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:08:54 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:06 2017 -0600 |
tree | 7ec0604bb2102c0520ec44f596f91c7a0c5d8785 | |
parent | 5e060d8bcca86dd4b88af607396a96cf6c557ca7 [diff] |
dm: core: Add livetree access functions Add a basic assortment of functions to access the live device tree. These come from Linux v4.9 and are modified for U-Boot to the minimum extent possible. While these functions are now very stable in Linux, it will be possible to merge in fixes if needed. Signed-off-by: Simon Glass <sjg@chromium.org>