This commit uncovers a problem that we already have since commit 915daadbb62d ("Start with empty __local_fixups__ and __fixups__ nodes"): $ cat test.dts /dts-v1/; /plugin/; / { node { property = <0xffffffff>, "string"; }; __fixups__ { somenode = "/node:property:0"; }; }; $ dtc -I dts -O dts test.dts /dts-v1/; / { node { property = <0xffffffff>, "string"; }; }; _Originally posted by @ukleinek in https://github.com/dgibson/dtc/issues/151#issuecomment-3027062686_
This commit uncovers a problem that we already have since commit 915daad ("Start with empty local_fixups and fixups nodes"):
Originally posted by @ukleinek in #151 (comment)