summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2026-05-13 09:19:00 +0200
committerTom Rini <[email protected]>2026-05-29 14:22:38 -0600
commitc2edb9cb2bb3a59d4c01beb8dc0e33ed5b357bb0 (patch)
tree070f953e6152fb05b601b8aabacf20add5753f4c
parent6edb2e1ce24a59cce2f1237a7c02274d0e5deaed (diff)
arm: dts: k3-am625-phycore-som-binman: Enable tifs-rm-cfg
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 <[email protected]>
-rw-r--r--arch/arm/dts/k3-am625-phycore-som-binman.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am625-phycore-som-binman.dtsi b/arch/arm/dts/k3-am625-phycore-som-binman.dtsi
index 5e777a1f305..0499c719396 100644
--- a/arch/arm/dts/k3-am625-phycore-som-binman.dtsi
+++ b/arch/arm/dts/k3-am625-phycore-som-binman.dtsi
@@ -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";