[Skiboot] [PATCH 04/33] POWER9: Fix P9 chip name in XSCOM
Benjamin Herrenschmidt
benh at kernel.crashing.org
Sat Jun 25 08:47:27 AEST 2016
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
hw/xscom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/xscom.c b/hw/xscom.c
index d52d73d..395217b 100644
--- a/hw/xscom.c
+++ b/hw/xscom.c
@@ -522,7 +522,7 @@ void xscom_init(void)
struct proc_chip *chip;
const char *chip_name;
static const char *chip_names[] = {
- "UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL",
+ "UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C"
};
chip = get_chip(gcid);
--
2.7.4
More information about the Skiboot
mailing list