aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hdata/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/i2c.c b/hdata/i2c.c
index 24e9257..f5c5baf 100644
--- a/hdata/i2c.c
+++ b/hdata/i2c.c
@@ -29,7 +29,7 @@ struct i2c_dev {
static struct dt_node *get_i2cm_node(struct dt_node *xscom, int engine)
{
- uint64_t xscom_base = P9_I2CM_XSCOM_BASE + P9_I2CM_XSCOM_SIZE * engine;
+ uint64_t xscom_base = P9_I2CM_XSCOM_BASE + P9_I2CM_XSCOM_SIZE * (uint64_t)engine;
struct dt_node *i2cm;
uint64_t freq, clock;