arm: dts: k3-am62d-evm-binman: Fix device tree reference

Fix ti-secure content reference from spl_am62a7_sk_dtb to
spl_am62d2_evm_dtb or AM62d dtb. Also remove redundant k3-binman.dtsi
include.

Fixes: 14dfa6b861 ("Add initial support for AM62D2-EVM")
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
This commit is contained in:
Paresh Bhagat
2026-02-07 15:53:13 -06:00
committed by Tom Rini
parent da6d5a93dd
commit c7fbe028ee
+1 -2
View File
@@ -3,7 +3,6 @@
* Copyright (C) 2024-2025 Texas Instruments Incorporated - https://www.ti.com/
*/
#include "k3-binman.dtsi"
#include "k3-am62a-sk-binman.dtsi"
#ifdef CONFIG_TARGET_AM62D2_R5_EVM
@@ -72,7 +71,7 @@
description = "k3-am62d2-evm";
ti-secure {
content = <&spl_am62a7_sk_dtb>;
content = <&spl_am62d2_evm_dtb>;
keyfile = "custMpk.pem";
};