On Wed, 29 Jul 2026 15:54:57 +0530, Anshul Dalal wrote:
> The phandles used inside a template are not copied to the node inserting
> the template, leading to a missing phandle error.
>
> The following example can be used to reproduce the issue:
>
> &binman {
> some_template: template-0 {
> ti-secure-rom {
> content = <&some_data>;
> keyfile = "some_key";
> };
> some_data: blob-ext {
> optional;
> };
> };
> output-bin {
> insert-template = <&some_template>;
> };
> };
>
> [...]
Applied to u-boot/next, thanks!
[1/1] fdt: Fix phandles not copying when using templates
commit: b8d9223a454374681bf7d0d4384bb101be92110d
--
Tom