aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/arm/Marvell/README5
-rw-r--r--arch/arm/mach-berlin/Kconfig10
2 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README
index 963ec445e15a..2cce5401e323 100644
--- a/Documentation/arm/Marvell/README
+++ b/Documentation/arm/Marvell/README
@@ -234,6 +234,11 @@ Berlin family (Digital Entertainment)
234 Core: Marvell PJ4B (ARMv7), Tauros3 L2CC 234 Core: Marvell PJ4B (ARMv7), Tauros3 L2CC
235 Homepage: http://www.marvell.com/digital-entertainment/armada-1500/ 235 Homepage: http://www.marvell.com/digital-entertainment/armada-1500/
236 Product Brief: http://www.marvell.com/digital-entertainment/armada-1500/assets/Marvell-ARMADA-1500-Product-Brief.pdf 236 Product Brief: http://www.marvell.com/digital-entertainment/armada-1500/assets/Marvell-ARMADA-1500-Product-Brief.pdf
237 88DE3114, Armada 1500 Pro
238 Design name: BG2-Q
239 Core: Quad Core ARM Cortex-A9, PL310 L2CC
240 Homepage: http://www.marvell.com/digital-entertainment/armada-1500-pro/
241 Product Brief: http://www.marvell.com/digital-entertainment/armada-1500-pro/assets/Marvell_ARMADA_1500_PRO-01_product_brief.pdf
237 88DE???? 242 88DE????
238 Design name: BG3 243 Design name: BG3
239 Core: ARM Cortex-A15, CA15 integrated L2CC 244 Core: ARM Cortex-A15, CA15 integrated L2CC
diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig
index b0cb0722acd2..101e0f356730 100644
--- a/arch/arm/mach-berlin/Kconfig
+++ b/arch/arm/mach-berlin/Kconfig
@@ -1,9 +1,11 @@
1config ARCH_BERLIN 1config ARCH_BERLIN
2 bool "Marvell Berlin SoCs" if ARCH_MULTI_V7 2 bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
3 select ARCH_REQUIRE_GPIOLIB
3 select ARM_GIC 4 select ARM_GIC
4 select GENERIC_IRQ_CHIP 5 select GENERIC_IRQ_CHIP
5 select DW_APB_ICTL 6 select DW_APB_ICTL
6 select DW_APB_TIMER_OF 7 select DW_APB_TIMER_OF
8 select PINCTRL
7 9
8if ARCH_BERLIN 10if ARCH_BERLIN
9 11
@@ -14,11 +16,19 @@ config MACH_BERLIN_BG2
14 select CACHE_L2X0 16 select CACHE_L2X0
15 select CPU_PJ4B 17 select CPU_PJ4B
16 select HAVE_ARM_TWD if SMP 18 select HAVE_ARM_TWD if SMP
19 select PINCTRL_BERLIN_BG2
17 20
18config MACH_BERLIN_BG2CD 21config MACH_BERLIN_BG2CD
19 bool "Marvell Armada 1500-mini (BG2CD)" 22 bool "Marvell Armada 1500-mini (BG2CD)"
20 select CACHE_L2X0 23 select CACHE_L2X0
21 select HAVE_ARM_TWD if SMP 24 select HAVE_ARM_TWD if SMP
25 select PINCTRL_BERLIN_BG2CD
26
27config MACH_BERLIN_BG2Q
28 bool "Marvell Armada 1500 Pro (BG2-Q)"
29 select CACHE_L2X0
30 select HAVE_ARM_TWD if SMP
31 select PINCTRL_BERLIN_BG2Q
22 32
23endmenu 33endmenu
24 34