Skip to content

Commit

Permalink
rtc-isl12022: Disable multiwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
markfeathers committed Nov 23, 2022
1 parent 8e6f6ed commit ad490d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/rtc-isl12022.c
Expand Up @@ -286,6 +286,7 @@ static const struct rtc_class_ops isl12022_emulated_rtc_ops = {
static const struct regmap_config regmap_config = {
.reg_bits = 8,
.val_bits = 8,
.use_single_rw = true,
};

static u32 isl12022_hwmon_chip_config[] = {
Expand Down

0 comments on commit ad490d0

Please sign in to comment.