From 009da733bde8e9a4f8ceb788bb65d20618234c4d Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Thu, 12 Feb 2026 14:05:16 -0600 Subject: [PATCH] fix(Power_Management): Update correct boardcfg values for enabling trace Fix the correct values to be used in boardcfg for enabling TIFS traces for debug. Signed-off-by: Vishal Mahaveer --- .../Power_Management/pm_am62lx_debug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst b/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst index 854e243fd..4c89229da 100644 --- a/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst +++ b/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst @@ -55,7 +55,7 @@ Patch to apply: - trace_dst_enables: 0x00 - trace_src_enables: 0x00 + trace_dst_enables: 0x0D - + trace_src_enables: 0x7F + + trace_src_enables: 0x3F After applying the patch, re-build U-Boot following the instructions in :ref:`u-boot-build-guide-build-k3`.