From 10b39c3db020464aca14ed41e6453567e26277fa Mon Sep 17 00:00:00 2001
From: tscn92 <tscn@kamstrup.com>
Date: Mon, 6 Apr 2020 15:51:23 +0200
Subject: [PATCH] flash/nor/efm32: Chip support extension (EFM32GG12B Giant)

For flash/nor/efm32 the EFM32GG12B Giant chip has been added to the
efm32_family along with its respective series and msc_rebase.
Testen on EFM32GG12B390F board

Change-Id: Idd7dfa93f26ac22566aed1be28f30db678cc0a25
Signed-off-by: tscn92 <tscn@kamstrup.com>
Reviewed-on: http://openocd.zylin.com/5567
Tested-by: jenkins
Reviewed-by: Marc Schink <dev@zapb.de>
---
 src/flash/nor/efm32.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/flash/nor/efm32.c b/src/flash/nor/efm32.c
index 479e0d475..9cdc32573 100644
--- a/src/flash/nor/efm32.c
+++ b/src/flash/nor/efm32.c
@@ -169,6 +169,7 @@ static const struct efm32_family_data efm32_families[] = {
 		{ 91, "EFM32JG13B Jade", .series = 1 },
 		{ 100, "EFM32GG11B Giant", .series = 1, .msc_regbase = 0x40000000 },
 		{ 103, "EFM32TG11B Tiny", .series = 1, .msc_regbase = 0x40000000 },
+		{ 106, "EFM32GG12B Giant", .series = 1, .msc_regbase = 0x40000000 },
 		{ 120, "EZR32WG Wonder", .series = 0 },
 		{ 121, "EZR32LG Leopard", .series = 0 },
 		{ 122, "EZR32HG Happy", .series = 0, .page_size = 1024 },