Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: berlin: extend BG2CD Kconfig entry

BG2CD SoC uses r3p0 Cortex-A9 MPCore single-CPU cluster. Autoselect
pertinent errata, the SCU and the global timer, and allow use of the
local timer on uniprocessor kernels.

PL310 L2 cache controller has revision r3p2; no errata to select.

Signed-off-by: Alexander Monakov <amonakov@ispras.ru>
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>

authored by

Alexander Monakov and committed by
Jisheng Zhang
2e554390 60cc43fc

+5 -1
+5 -1
arch/arm/mach-berlin/Kconfig
··· 23 23 24 24 config MACH_BERLIN_BG2CD 25 25 bool "Marvell Armada 1500-mini (BG2CD)" 26 + select ARM_ERRATA_754322 27 + select ARM_ERRATA_775420 28 + select ARM_GLOBAL_TIMER 26 29 select CACHE_L2X0 27 - select HAVE_ARM_TWD if SMP 30 + select HAVE_ARM_SCU 31 + select HAVE_ARM_TWD 28 32 select PINCTRL_BERLIN_BG2CD 29 33 30 34 config MACH_BERLIN_BG2Q