2022-02-23 08:04:13

by Daniel Palmer

[permalink] [raw]
Subject: [PATCH] ARM: mstar: Select ARM_ERRATA_814220

All of the SoCs that are supported so far are Cortex A7 r0p5.
So it seems like this errata is present.

Signed-off-by: Daniel Palmer <[email protected]>
---
Arnd/Olof: Please apply this directly if acceptable.
I don't think we'll have enough for a PR.

arch/arm/mach-mstar/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-mstar/Kconfig b/arch/arm/mach-mstar/Kconfig
index 647355a94aa9..cd0e949a4f69 100644
--- a/arch/arm/mach-mstar/Kconfig
+++ b/arch/arm/mach-mstar/Kconfig
@@ -1,6 +1,7 @@
menuconfig ARCH_MSTARV7
bool "MStar/Sigmastar Armv7 SoC Support"
depends on ARCH_MULTI_V7
+ select ARM_ERRATA_814220
select ARM_GIC
select ARM_HEAVY_MB
select MST_IRQ
--
2.35.1


2022-02-24 01:54:18

by Romain Perier

[permalink] [raw]
Subject: Re: [PATCH] ARM: mstar: Select ARM_ERRATA_814220

Hi,

Le mer. 23 févr. 2022 à 07:48, Daniel Palmer <[email protected]> a écrit :
>
> All of the SoCs that are supported so far are Cortex A7 r0p5.
> So it seems like this errata is present.
>
> Signed-off-by: Daniel Palmer <[email protected]>
Reviewed-by: Romain Perier <[email protected]>

Regards,
Romain