Skip to content

Commit 64d9f2f

Browse files
committed
drivers: i2c: i2c_mspm0g3xxx: change init priority
use I2C_MSPM0G3XXX_INIT_PRIORITY as the driver init priority, currently is it set to COUNTER_INIT_PRIORITY to align with the counter dependency Signed-off-by: Dimitris Karnikis <dika@bang-olufsen.dk>
1 parent c193a8d commit 64d9f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/i2c_mspm0g3xxx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ static const struct i2c_driver_api i2c_mspm0g3xxx_driver_api = {
982982
\
983983
I2C_DEVICE_DT_INST_DEFINE(index, i2c_mspm0g3xxx_init, NULL, &i2c_mspm0g3xxx_data_##index, \
984984
&i2c_mspm0g3xxx_cfg_##index, POST_KERNEL, \
985-
CONFIG_COUNTER_INIT_PRIORITY, &i2c_mspm0g3xxx_driver_api); \
985+
CONFIG_I2C_MSPM0G3XXX_INIT_PRIORITY, &i2c_mspm0g3xxx_driver_api); \
986986
\
987987
INTERRUPT_INIT_FUNCTION(index)
988988

0 commit comments

Comments
 (0)