commit | 02e505e261efb7cdd7f04aa1af794ff42e9c5188 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 22 21:43:53 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 02 12:05:57 2023 -0600 |
tree | 56b4e53645d6a9c225d47e64ff2fc830ca4c4946 | |
parent | 09490b0eb5b39ecee01d6b335eb341a6099883fb [diff] |
dtoc: Make properties dirty when purging them Without the 'dirty' flag properties are not written back to the devicetree when synced. This means that new properties copied over to a node are not always written out. Fix this and add a test. Signed-off-by: Simon Glass <sjg@chromium.org>