commit | ee88ba71acce3455aadef18c725de715e6c9af21 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:19 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 22:43:43 2022 -0400 |
tree | 4c890e0501c5fdba9acf6a28407879ebc1dc659b | |
parent | 66d0d0c188db9e816c5b18e8823a8d8bf5e9cd63 [diff] |
dm: core: Provide a way to reset the device tree At present there is only one device tree used by the ofnode functions, except for some esoteric use of live tree. In preparation for supporting more than one, add a way to reset the list of device trees. For now this does nothing. Signed-off-by: Simon Glass <sjg@chromium.org>