diff options
| author | Sparsh Kumar <[email protected]> | 2026-02-25 18:54:20 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-13 14:57:21 -0600 |
| commit | 41814276f03e93be0cba2f04e9b45aac93b38c26 (patch) | |
| tree | e6112f385327bf933ddee00a97919128d59a97ea | |
| parent | 964bda9e805de2716b9aba8d67759218feb5a7ab (diff) | |
arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman
Add rcfg_yaml_tifs node override to use tifs-rm-cfg.yaml instead of
the default rm-cfg.yaml for am625-sk and am62p-sk platforms.
This enables binman to include the tifs-rm-cfg.yaml configuration
when building tiboot3 images, bringing these platforms in line with
other K3 devices like am62a-sk that already use tifs-rm-cfg.yaml.
This builds on the tifs-rm-cfg files added/updated earlier in this series.
Signed-off-by: Sparsh Kumar <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am625-sk-binman.dtsi | 4 | ||||
| -rw-r--r-- | arch/arm/dts/k3-am62p-sk-binman.dtsi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am625-sk-binman.dtsi b/arch/arm/dts/k3-am625-sk-binman.dtsi index 8d6015e44a9..ba29a047406 100644 --- a/arch/arm/dts/k3-am625-sk-binman.dtsi +++ b/arch/arm/dts/k3-am625-sk-binman.dtsi @@ -7,6 +7,10 @@ #ifdef CONFIG_TARGET_AM625_R5_EVM +&rcfg_yaml_tifs { + config = "tifs-rm-cfg.yaml"; +}; + &binman { tiboot3-am62x-hs-evm.bin { filename = "tiboot3-am62x-hs-evm.bin"; diff --git a/arch/arm/dts/k3-am62p-sk-binman.dtsi b/arch/arm/dts/k3-am62p-sk-binman.dtsi index 603487341d2..cca56b76d69 100644 --- a/arch/arm/dts/k3-am62p-sk-binman.dtsi +++ b/arch/arm/dts/k3-am62p-sk-binman.dtsi @@ -7,6 +7,10 @@ #if IS_ENABLED(CONFIG_TARGET_AM62P5_R5_EVM) +&rcfg_yaml_tifs { + config = "tifs-rm-cfg.yaml"; +}; + &binman { tiboot3-am62px-hs-fs-evm.bin { filename = "tiboot3-am62px-hs-fs-evm.bin"; |
