mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
mfd: tps65086: Enable register view in debugfs
Previously there was no output for the regmap's registers in debugfs due to missing "max_register" property in regmap configuration. Signed-off-by: Andre Werner <andre.werner@systec-electronic.com> Link: https://lore.kernel.org/r/20231121063259.13991-1-andre.werner@systec-electronic.com Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
@@ -36,6 +36,7 @@ static const struct regmap_config tps65086_regmap_config = {
|
||||
.val_bits = 8,
|
||||
.cache_type = REGCACHE_MAPLE,
|
||||
.volatile_table = &tps65086_volatile_table,
|
||||
.max_register = TPS65086_OC_STATUS,
|
||||
};
|
||||
|
||||
static const struct regmap_irq tps65086_irqs[] = {
|
||||
|
||||
Reference in New Issue
Block a user