[Skiboot] [PATCH] hdata/iohub: Fix Cumulus Hub ID number
Oliver O'Halloran
oohall at gmail.com
Fri Sep 7 17:00:07 AEST 2018
It's wrong!
Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
hdata/spira.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hdata/spira.h b/hdata/spira.h
index ef2aec257040..e6bb612c4ff3 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -661,7 +661,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 */
--
2.9.5
More information about the Skiboot
mailing list