From: Paresh Bhagat Date: Wed, 28 Jan 2026 00:54:53 +0000 (+0530) Subject: arm: dts: k3-am62d-evm-binman: Fix device tree reference X-Git-Tag: v2026.04-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fbe028ee5bc83df833a73e1491f1a483b65d98;p=thirdparty%2Fu-boot.git 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: 14dfa6b86187 ("Add initial support for AM62D2-EVM") Signed-off-by: Paresh Bhagat Reviewed-by: Andrew Davis --- diff --git a/arch/arm/dts/k3-am62d-evm-binman.dtsi b/arch/arm/dts/k3-am62d-evm-binman.dtsi index 3a0ab9f8b2b..41c8746cf08 100644 --- a/arch/arm/dts/k3-am62d-evm-binman.dtsi +++ b/arch/arm/dts/k3-am62d-evm-binman.dtsi @@ -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"; };