]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am62d-evm-binman: Fix device tree reference
authorParesh Bhagat <p-bhagat@ti.com>
Wed, 28 Jan 2026 00:54:53 +0000 (06:24 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 7 Feb 2026 21:53:13 +0000 (15:53 -0600)
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 <p-bhagat@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
arch/arm/dts/k3-am62d-evm-binman.dtsi

index 3a0ab9f8b2b6ceb015183aaef2d58b962aff0e80..41c8746cf08ed2cd257ad5636eed18260eaefa02 100644 (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";
        };