diff mbox series

ARM: mstar: Select ARM_ERRATA_814220

Message ID 20220223064807.261878-1-daniel@0x0f.com (mailing list archive)
State Accepted
Commit 16018c0d27eda6a7f69dafa750d23770fb46b00f
Headers show
Series ARM: mstar: Select ARM_ERRATA_814220 | expand

Commit Message

Daniel Palmer Feb. 23, 2022, 6:48 a.m. UTC
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(+)

Comments

Romain Perier Feb. 23, 2022, 9:47 a.m. UTC | #1
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
patchwork-bot+linux-soc@kernel.org Feb. 25, 2022, 5:21 p.m. UTC | #2
Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 23 Feb 2022 15:48:07 +0900 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - ARM: mstar: Select ARM_ERRATA_814220
    https://git.kernel.org/soc/soc/c/16018c0d27ed

You are awesome, thank you!
diff mbox series

Patch

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