On Sun, 15 Feb 2026 15:04:55 +0100, Marek Vasut wrote:
> Remove the "phandle = <0x..>;" properties from the DT diff between
> unpatched base DT and U-Boot augmented DT if DEVICE_TREE_DEBUG=1.
> The phandle numbers are only generated by DTC, but not referenced
> anywhere in the DT, because the original references are specifically
> not replaced by phandle numbers when recent DTC is invoked with the
> -I dts -O dts flags . The phandle number are therefore only a noise
> in the diff, filter them out.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] kbuild: Drop phandle from diff between base DT and U-Boot augmented DT if
DEVICE_TREE_DEBUG=1
commit: f473a453b0c03d0042b4422de1d822274d2e2d4e
--
Tom