Re: [PATCH v3] fdt: Fix phandles not copying when using templates

Tom Rini <[email protected]>
Newsgroups org.u-boot-project.lists.u-boot
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.