linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mstar: Select ARM_ERRATA_814220
@ 2022-02-23  6:48 Daniel Palmer
  2022-02-23  9:47 ` Romain Perier
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Palmer @ 2022-02-23  6:48 UTC (permalink / raw)
  To: soc, arnd, olof, romain.perier
  Cc: linux-arm-kernel, linux-kernel, Daniel Palmer

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 <daniel@0x0f.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: mstar: Select ARM_ERRATA_814220
  2022-02-23  6:48 [PATCH] ARM: mstar: Select ARM_ERRATA_814220 Daniel Palmer
@ 2022-02-23  9:47 ` Romain Perier
  0 siblings, 0 replies; 2+ messages in thread
From: Romain Perier @ 2022-02-23  9:47 UTC (permalink / raw)
  To: Daniel Palmer
  Cc: SoC Team, Arnd Bergmann, Olof Johansson, linux-arm-kernel,
	Linux Kernel Mailing List

Hi,

Le mer. 23 févr. 2022 à 07:48, Daniel Palmer <daniel@0x0f.com> 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 <daniel@0x0f.com>
Reviewed-by: Romain Perier <romain.perier@gmail.com>

Regards,
Romain

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-23  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23  6:48 [PATCH] ARM: mstar: Select ARM_ERRATA_814220 Daniel Palmer
2022-02-23  9:47 ` Romain Perier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).