summaryrefslogtreecommitdiffstats
path: root/hdata
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2018-09-07 17:00:07 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-09-13 15:20:01 +1000
commit63ea33fb8fd05eb8dbe828753fe059e8b621d435 (patch)
tree6d431023330ffd6b8c24abba4b0e0e51788a3e20 /hdata
parent50d508c3cd62499ae0d3c6f0f800926869a1cd01 (diff)
downloadblackbird-skiboot-63ea33fb8fd05eb8dbe828753fe059e8b621d435.tar.gz
blackbird-skiboot-63ea33fb8fd05eb8dbe828753fe059e8b621d435.zip
hdata/iohub: Fix Cumulus Hub ID number
It's wrong! Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata')
-rw-r--r--hdata/spira.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/spira.h b/hdata/spira.h
index 476cfba1..41159d2b 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -662,7 +662,7 @@ struct cechub_io_hub {
#define CECHUB_HUB_NIMBUS_SFORAZ 0x0020 /* Nimbus+sforaz from spec */
#define CECHUB_HUB_NIMBUS_MONZA 0x0021 /* Nimbus+monza from spec */
#define CECHUB_HUB_NIMBUS_LAGRANGE 0x0022 /* Nimbus+lagrange from spec */
-#define CECHUB_HUB_CUMULUS_DUOMO 0x0031 /* cumulus+duomo from spec */
+#define CECHUB_HUB_CUMULUS_DUOMO 0x0030 /* cumulus+duomo from spec */
__be32 ec_level;
__be32 aff_dom2; /* HDAT < v9.x only */
__be32 aff_dom3; /* HDAT < v9.x only */
OpenPOWER on IntegriCloud