* [PATCH] mach-k3: am62ax: am62a7_init: Drop write to non existent register
@ 2025-06-20 13:21 Vignesh Raghavendra
2025-06-23 19:28 ` Bryan Brattlof
2025-06-27 17:39 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Vignesh Raghavendra @ 2025-06-20 13:21 UTC (permalink / raw)
To: Tom Rini; +Cc: Bryan Brattlof, u-boot, Vignesh Raghavendra, n-francis
Per section 14.2.1.3 Kick Protection Registers of AM62A TRM[1],
there is no partition 5. Delete it.
[1] https://www.ti.com/lit/pdf/spruj16
Fixes: b511b371ad76 ("arm: mach-k3: introduce basic files to support the am62a")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
arch/arm/mach-k3/am62ax/am62a7_init.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-k3/am62ax/am62a7_init.c b/arch/arm/mach-k3/am62ax/am62a7_init.c
index edd43a1d78da..fcc65ef2652e 100644
--- a/arch/arm/mach-k3/am62ax/am62a7_init.c
+++ b/arch/arm/mach-k3/am62ax/am62a7_init.c
@@ -57,7 +57,6 @@ static void ctrl_mmr_unlock(void)
mmr_unlock(CTRL_MMR0_BASE, 1);
mmr_unlock(CTRL_MMR0_BASE, 2);
mmr_unlock(CTRL_MMR0_BASE, 4);
- mmr_unlock(CTRL_MMR0_BASE, 5);
mmr_unlock(CTRL_MMR0_BASE, 6);
/* Unlock all MCU_CTRL_MMR0 module registers */
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mach-k3: am62ax: am62a7_init: Drop write to non existent register
2025-06-20 13:21 [PATCH] mach-k3: am62ax: am62a7_init: Drop write to non existent register Vignesh Raghavendra
@ 2025-06-23 19:28 ` Bryan Brattlof
2025-06-27 17:39 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Bryan Brattlof @ 2025-06-23 19:28 UTC (permalink / raw)
To: Vignesh Raghavendra; +Cc: Tom Rini, u-boot, n-francis
On June 20, 2025 thus sayeth Vignesh Raghavendra:
> Per section 14.2.1.3 Kick Protection Registers of AM62A TRM[1],
> there is no partition 5. Delete it.
>
> [1] https://www.ti.com/lit/pdf/spruj16
>
> Fixes: b511b371ad76 ("arm: mach-k3: introduce basic files to support the am62a")
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> ---
> arch/arm/mach-k3/am62ax/am62a7_init.c | 1 -
> 1 file changed, 1 deletion(-)
>
Oops good catch
Reviewed-by: Bryan Brattlof <bb@ti.com>
~Bryan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mach-k3: am62ax: am62a7_init: Drop write to non existent register
2025-06-20 13:21 [PATCH] mach-k3: am62ax: am62a7_init: Drop write to non existent register Vignesh Raghavendra
2025-06-23 19:28 ` Bryan Brattlof
@ 2025-06-27 17:39 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-06-27 17:39 UTC (permalink / raw)
To: Vignesh Raghavendra; +Cc: Bryan Brattlof, u-boot, n-francis
On Fri, 20 Jun 2025 18:51:54 +0530, Vignesh Raghavendra wrote:
> Per section 14.2.1.3 Kick Protection Registers of AM62A TRM[1],
> there is no partition 5. Delete it.
>
> [1] https://www.ti.com/lit/pdf/spruj16
>
>
Applied to u-boot/next, thanks!
[1/1] mach-k3: am62ax: am62a7_init: Drop write to non existent register
commit: 95d303f7e56688fde6e50cb0a49e8cbd140b2fb2
--
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-27 17:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20 13:21 [PATCH] mach-k3: am62ax: am62a7_init: Drop write to non existent register Vignesh Raghavendra
2025-06-23 19:28 ` Bryan Brattlof
2025-06-27 17:39 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.