Re: [PATCH v2 2/6] dtoc: Make properties dirty when purging them

2023-08-02 Thread Simon Glass
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 --- (no changes since v1) tools/dtoc/fdt.py | 1 +

[PATCH v2 2/6] dtoc: Make properties dirty when purging them

2023-07-22 Thread Simon Glass
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 --- (no changes since v1) tools/dtoc/fdt.py | 1 +