* [PATCH] arm: mxs: Fix ICOLL macro name typo
@ 2023-07-29 13:29 Marek Vasut
2023-07-31 8:04 ` Lukasz Majewski
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2023-07-29 13:29 UTC (permalink / raw)
To: u-boot
Cc: Marek Vasut, NXP i.MX U-Boot Team, Fabio Estevam, Lukasz Majewski,
Stefano Babic
The interrupt collector macro name for i.MX23 is MXS_ICOLL_BASE,
this is correct and matches the documentation of both i.MX23 and
i.MX28. Align the i.MX28 macro accordingly. No functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Lukasz Majewski <lukma@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
arch/arm/include/asm/arch-mxs/regs-base.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-mxs/regs-base.h b/arch/arm/include/asm/arch-mxs/regs-base.h
index 44d40cade87..33d2ab5230f 100644
--- a/arch/arm/include/asm/arch-mxs/regs-base.h
+++ b/arch/arm/include/asm/arch-mxs/regs-base.h
@@ -60,7 +60,7 @@
* Register base addresses for i.MX28
*/
#elif defined(CONFIG_MX28)
-#define MXS_ICOL_BASE 0x80000000
+#define MXS_ICOLL_BASE 0x80000000
#define MXS_HSADC_BASE 0x80002000
#define MXS_APBH_BASE 0x80004000
#define MXS_PERFMON_BASE 0x80006000
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: mxs: Fix ICOLL macro name typo
2023-07-29 13:29 [PATCH] arm: mxs: Fix ICOLL macro name typo Marek Vasut
@ 2023-07-31 8:04 ` Lukasz Majewski
0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Majewski @ 2023-07-31 8:04 UTC (permalink / raw)
To: Marek Vasut; +Cc: u-boot, NXP i.MX U-Boot Team, Fabio Estevam, Stefano Babic
[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]
On Sat, 29 Jul 2023 15:29:41 +0200
Marek Vasut <marex@denx.de> wrote:
> The interrupt collector macro name for i.MX23 is MXS_ICOLL_BASE,
> this is correct and matches the documentation of both i.MX23 and
> i.MX28. Align the i.MX28 macro accordingly. No functional change.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Lukasz Majewski <lukma@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> arch/arm/include/asm/arch-mxs/regs-base.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-mxs/regs-base.h
> b/arch/arm/include/asm/arch-mxs/regs-base.h index
> 44d40cade87..33d2ab5230f 100644 ---
> a/arch/arm/include/asm/arch-mxs/regs-base.h +++
> b/arch/arm/include/asm/arch-mxs/regs-base.h @@ -60,7 +60,7 @@
> * Register base addresses for i.MX28
> */
> #elif defined(CONFIG_MX28)
> -#define MXS_ICOL_BASE 0x80000000
> +#define MXS_ICOLL_BASE 0x80000000
> #define MXS_HSADC_BASE 0x80002000
> #define MXS_APBH_BASE 0x80004000
> #define MXS_PERFMON_BASE 0x80006000
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-31 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 13:29 [PATCH] arm: mxs: Fix ICOLL macro name typo Marek Vasut
2023-07-31 8:04 ` Lukasz Majewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox