]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am625-phycore-som-binman: Enable tifs-rm-cfg
authorWadim Egorov <w.egorov@phytec.de>
Wed, 13 May 2026 07:19:00 +0000 (09:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 May 2026 20:22:38 +0000 (14:22 -0600)
Add rcfg_yaml_tifs node override to use tifs-rm-cfg.yaml instead of
the default rm-cfg.yaml for the phyCORE-AM62x SoM.

This enables binman to include the tifs-rm-cfg.yaml configuration
when building tiboot3 images, bringing the phyCORE-AM62x SoM in line
with other K3 devices that already use tifs-rm-cfg.yaml.

This builds on the tifs-rm-cfg file added earlier in this series.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
arch/arm/dts/k3-am625-phycore-som-binman.dtsi

index 5e777a1f30562b6928c49c6c4e4256d83fc5c2ec..0499c719396735adc5d02cb749fb6c0944cc023c 100644 (file)
@@ -9,6 +9,11 @@
 #include "k3-binman.dtsi"
 
 #ifdef CONFIG_TARGET_PHYCORE_AM62X_R5
+
+&rcfg_yaml_tifs {
+       config = "tifs-rm-cfg.yaml";
+};
+
 &binman {
        tiboot3-am62x-hs-phycore-som.bin {
                filename = "tiboot3-am62x-hs-phycore-som.bin";