Re: [PATCH] ARM: stm32: Fix DBGMCU macro on STM32MP13xx

2025-06-09 Thread Patrice CHOTARD
On 5/21/25 15:59, Patrice CHOTARD wrote: > > > On 5/12/25 18:44, Marek Vasut wrote: >> 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. >> >> Sig

Re: [PATCH] ARM: stm32: Fix DBGMCU macro on STM32MP13xx

2025-05-21 Thread Patrice CHOTARD
On 5/12/25 18:44, Marek Vasut wrote: > 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 > --- > Cc: Patrice Chotard