linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: AM33xx: PRM: Remove redundand defines
@ 2024-02-21 15:45 A. Sverdlin
  2024-02-21 15:45 ` [PATCH 2/2] ARM: AM33xx: PRM: Implement REBOOT_COLD A. Sverdlin
  2024-02-28  7:34 ` [PATCH 1/2] ARM: AM33xx: PRM: Remove redundand defines Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: A. Sverdlin @ 2024-02-21 15:45 UTC (permalink / raw)
  To: linux-omap
  Cc: Alexander Sverdlin, Paul Walmsley, Tony Lindgren, Russell King,
	linux-arm-kernel

From: Alexander Sverdlin <alexander.sverdlin@siemens.com>

AM33XX_PRM_RSTCTRL_OFFSET is already defined in prm33xx.h and
AM33XX_RST_GLOBAL_WARM_SW_MASK in prm-regbits-33xx.h.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
---
 arch/arm/mach-omap2/prm33xx.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/mach-omap2/prm33xx.c b/arch/arm/mach-omap2/prm33xx.c
index 4b65a0f9cf7d9..4a462310a4b09 100644
--- a/arch/arm/mach-omap2/prm33xx.c
+++ b/arch/arm/mach-omap2/prm33xx.c
@@ -15,10 +15,6 @@
 #include "prm33xx.h"
 #include "prm-regbits-33xx.h"
 
-#define AM33XX_PRM_RSTCTRL_OFFSET		0x0000
-
-#define AM33XX_RST_GLOBAL_WARM_SW_MASK		(1 << 0)
-
 /* Read a register in a PRM instance */
 static u32 am33xx_prm_read_reg(s16 inst, u16 idx)
 {
-- 
2.43.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-28  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 15:45 [PATCH 1/2] ARM: AM33xx: PRM: Remove redundand defines A. Sverdlin
2024-02-21 15:45 ` [PATCH 2/2] ARM: AM33xx: PRM: Implement REBOOT_COLD A. Sverdlin
2024-02-28  7:34 ` [PATCH 1/2] ARM: AM33xx: PRM: Remove redundand defines Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).