summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatpcrd.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat/hdatpcrd.H')
-rw-r--r--src/usr/hdat/hdatpcrd.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/hdat/hdatpcrd.H b/src/usr/hdat/hdatpcrd.H
index e8b4f6428..dbef3da6a 100644
--- a/src/usr/hdat/hdatpcrd.H
+++ b/src/usr/hdat/hdatpcrd.H
@@ -59,7 +59,7 @@ const char HDAT_PCRD_STRUCT_NAME[7] = "SPPCRD";
#define HDAT_SW_CHKSTP_FIR_SCOM_BIT_POS 0x1F
//Max number of I2c devices for any given proc
-#define HDAT_PCRD_MAX_I2C_DEV 64
+#define HDAT_PCRD_MAX_I2C_DEV 128
#define HDAT_PCRD_MAX_SMP_LINK 12
/** @enum hdatDataPtrs
@@ -76,8 +76,9 @@ enum hdatPcrdDataPtrs
HDAT_PCRD_DA_HOST_I2C = 5,
HDAT_PCRD_DA_PNOR = 6,
HDAT_PCRD_DA_SMP = 7,
- HDAT_PCRD_DA_CNT = 8,
- HDAT_PCRD_DA_LAST = 9,
+ HDAT_PCRD_CHIP_EC_LVL = 8,
+ HDAT_PCRD_DA_CNT = 9,
+ HDAT_PCRD_DA_LAST = 10,
};
/*----------------------------------------------------------------------------*/
OpenPOWER on IntegriCloud