projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
183fc83
)
ARM: mstar: Select ARM_ERRATA_814220
author
Daniel Palmer
<daniel@0x0f.com>
Wed, 23 Feb 2022 06:48:07 +0000
(15:48 +0900)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 25 Feb 2022 15:34:50 +0000
(16:34 +0100)
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>
Link:
https://lore.kernel.org/r/20220223064807.261878-1-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-mstar/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-mstar/Kconfig
b/arch/arm/mach-mstar/Kconfig
index cd300eeedc2067f06e5652e10cb50aecc1cb0f97..48600eccbe41c377b7740d24a609cfdba44ca033 100644
(file)
--- 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