aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/qcs405/blsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/qcs405/blsp.c')
-rw-r--r--src/soc/qualcomm/qcs405/blsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/qualcomm/qcs405/blsp.c b/src/soc/qualcomm/qcs405/blsp.c
index f185ea388a..42dc28d16c 100644
--- a/src/soc/qualcomm/qcs405/blsp.c
+++ b/src/soc/qualcomm/qcs405/blsp.c
@@ -59,7 +59,7 @@ blsp_return_t blsp_i2c_init(blsp_qup_id_t id)
return BLSP_ID_ERROR;
/* Configure Mini core to I2C core */
- clrsetbits_le32(base, BLSP_MINI_CORE_MASK, BLSP_MINI_CORE_I2C);
+ clrsetbits32(base, BLSP_MINI_CORE_MASK, BLSP_MINI_CORE_I2C);
return BLSP_SUCCESS;
}