From 1e907ae9001ee9acbad0e8c7b243744ba52b6e85 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Wed, 3 Apr 2024 16:01:59 +0300 Subject: [PATCH] arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h: Clean up some base address macros Signed-off-by: Jukka Laitinen --- arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h b/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h index f3fcbded4e0fc..050602fc0af0d 100644 --- a/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h +++ b/arch/arm64/src/imx9/hardware/imx93/imx93_memorymap.h @@ -154,12 +154,12 @@ #define IMX9_TRDC1_BASE (0x44270000UL) #define IMX9_TRDC2_BASE (0x42460000UL) #define IMX9_TRGMUX_BASE (0x44531000UL) -#define IMX9_TSTMR1__TSTMRA_BASE (0x442C0000UL) -#define IMX9_TSTMR2__TSTMRA_BASE (0x42480000UL) -#define IMX9_USB__USB_OTG1_BASE (0x4C100000UL) -#define IMX9_USB__USB_OTG2_BASE (0x4C200000UL) -#define IMX9_USB__USBNC_OTG1_BASE (0x4C100200UL) -#define IMX9_USB__USBNC_OTG2_BASE (0x4C200200UL) +#define IMX9_TSTMR1_BASE (0x442C0000UL) +#define IMX9_TSTMR2_BASE (0x42480000UL) +#define IMX9_USB_OTG1_BASE (0x4C100000UL) +#define IMX9_USB_OTG2_BASE (0x4C200000UL) +#define IMX9_USBNC_OTG1_BASE (0x4C100200UL) +#define IMX9_USBNC_OTG2_BASE (0x4C200200UL) #define IMX9_USDHC1_BASE (0x42850000UL) #define IMX9_USDHC2_BASE (0x42860000UL) #define IMX9_USDHC3_BASE (0x428B0000UL)