arm: dts: phycore-am62x: Add missing tifsstub image nodes for FIT loadables
authorAristo Chen <jj251510319013@gmail.com>
Tue, 10 Jun 2025 07:41:21 +0000 (07:41 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 14:12:54 +0000 (08:12 -0600)
commit647931cfeda1ed594904e7dd4262783a264cb97a
tree5bff67db69234be22883cbf20c4196a7972293b9
parent21f75eb7af40cd22ecee94554b2a226760fe9814
arm: dts: phycore-am62x: Add missing tifsstub image nodes for FIT loadables

The phycore-am62x build was broken due to mkimage reporting an undefined
'image "tifsstub-hs"' in the 'loadables' property of the FIT configuration.
This occurred because the `loadables` field referenced `tifsstub-hs`,
`tifsstub-fs`, and `tifsstub-gp`, but no corresponding nodes were defined
under /images.

This patch was inspired by commit 622f826bf025704cbcc4f39252d4a83129a9cabb
("arm: dts: phycore-am62x: Package TIFS Stub"). It resolves the issue by
adding proper Binman nodes for each TIFS variant (`tifsstub-hs`,
`tifsstub-fs`, and `tifsstub-gp`).

Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
arch/arm/dts/k3-am625-phycore-som-binman.dtsi