diff options
-rw-r--r-- | simple-mfd-spi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/simple-mfd-spi.c b/simple-mfd-spi.c index e63dc24..6118196 100644 --- a/simple-mfd-spi.c +++ b/simple-mfd-spi.c @@ -5,7 +5,8 @@ static const struct regmap_config simple_regmap_config = { .reg_bits = 8, - .val_bits = 8, + .val_bits = 16, + .pad_bits = 8, }; static int david_cds9k_probe(struct spi_device *spi) |