ARM: stm32: Fix DBGMCU macro on STM32MP13xx
authorMarek Vasut <marek.vasut@mailbox.org>
Mon, 12 May 2025 16:44:53 +0000 (18:44 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 11 Jun 2025 07:42:55 +0000 (09:42 +0200)
commitd4972d5b59cb14a59d5afab3cba5a7ae7d7aedca
tree0feec8c296d41e9b94ad22ea1e4cd506d2a35233
parent380d6f8c1951c7a3bc9628ffdb70e7fcf89b61e8
ARM: stm32: Fix DBGMCU macro on STM32MP13xx

The DBGMCU block is available at address 0x50081000 both on STM32MP13xx
and on STM32MP15xx . There is no reason to limit the DBGMCU macro being
set only on STM32MP15xx , remove the ifdeffery.

Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/mach-stm32mp/include/mach/stm32.h