summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-04-16 15:34:46 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-04-17 15:56:34 +1000
commit2c8f96534a978bb4cac3e4b7dd393a9cc4926555 (patch)
treef0864680679365d06586135b710add8d590cf272
parent32a23ae6b0d3549bec7338e439e504db263dc390 (diff)
downloadtalos-skiboot-2c8f96534a978bb4cac3e4b7dd393a9cc4926555.tar.gz
talos-skiboot-2c8f96534a978bb4cac3e4b7dd393a9cc4926555.zip
hw/xscom: add missing P9P chip name
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--hw/xscom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xscom.c b/hw/xscom.c
index bf634d91..e2ee2215 100644
--- a/hw/xscom.c
+++ b/hw/xscom.c
@@ -859,7 +859,7 @@ void xscom_init(void)
struct proc_chip *chip;
const char *chip_name;
static const char *chip_names[] = {
- "UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C"
+ "UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C", "P9"
};
chip = get_chip(gcid);
OpenPOWER on IntegriCloud