diff options
| author | Paresh Bhagat <[email protected]> | 2025-11-28 16:32:10 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-16 11:36:37 -0600 |
| commit | 87c0e413eb4077766eb9205fd73fa2e14ac0e053 (patch) | |
| tree | 01b8c0fcec2929801205c0cf9cf67664bd3d47f8 | |
| parent | f4b50e75014249242a99a58d5024d575e1c95c2f (diff) | |
arm: dts: k3-am62d-evm-binman: Update DM
AM62d previously reused the AM62a DM. Since a dedicated DM is now
available, migrate to device specific DM.
Signed-off-by: Paresh Bhagat <[email protected]>
Reviewed-by: Andrew Davis <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am62d-evm-binman.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62d-evm-binman.dtsi b/arch/arm/dts/k3-am62d-evm-binman.dtsi index 7bf0e955645..3a0ab9f8b2b 100644 --- a/arch/arm/dts/k3-am62d-evm-binman.dtsi +++ b/arch/arm/dts/k3-am62d-evm-binman.dtsi @@ -101,4 +101,12 @@ description = "k3-am62d2-evm"; }; +&dm_falcon { + filename = "ti-dm/am62dxx/ipc_echo_testb_mcu1_0_release_strip.xer5f"; +}; + +&dm { + filename = "ti-dm/am62dxx/ipc_echo_testb_mcu1_0_release_strip.xer5f"; +}; + #endif |
