]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3: k3-am62*5-verdin-binman: Enable tifs-rm-cfg in binman
authorErnest Van Hoecke <ernest.vanhoecke@toradex.com>
Fri, 8 May 2026 08:52:12 +0000 (10:52 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 May 2026 20:22:00 +0000 (14:22 -0600)
Add rcfg_yaml_tifs node overrides to use tifs-rm-cfg.yaml instead of
the default rm-cfg.yaml for Verdin AM62 and Verdin AM62P platforms.

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

This follows the changes done by TI to their am62x/am62px platforms. [1]

[1] commit 41814276f03e ("arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman")

Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
arch/arm/dts/k3-am62p5-verdin-wifi-dev-binman.dtsi

index 7b6466295876fdd3200194c45f5616a6cf1a61c0..e72065209f28e78e74b63584b14190a3a6a0dfd7 100644 (file)
@@ -7,6 +7,10 @@
 
 #ifdef CONFIG_TARGET_VERDIN_AM62_R5
 
+&rcfg_yaml_tifs {
+       config = "tifs-rm-cfg.yaml";
+};
+
 &binman {
        tiboot3-am62x-hs-verdin.bin {
                filename = "tiboot3-am62x-hs-verdin.bin";
index b46e871ef8ab4a38fc9f50de47f05c8759684fa2..2682ba13afb84e1c1bdc897be6db53deb240d67d 100644 (file)
@@ -7,6 +7,10 @@
 
 #if IS_ENABLED(CONFIG_TARGET_VERDIN_AM62P_R5)
 
+&rcfg_yaml_tifs {
+       config = "tifs-rm-cfg.yaml";
+};
+
 &binman {
        tiboot3-am62px-hs-fs-verdin.bin {
                filename = "tiboot3-am62px-hs-fs-verdin.bin";