diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/bcm/bcm2835-i2s.c index 4ac4e929e8fb..aab3df97d209 100644 --- a/sound/soc/bcm/bcm2835-i2s.c +++ b/sound/soc/bcm/bcm2835-i2s.c @@ -782,6 +782,7 @@ static const struct regmap_config bcm2835_regmap_config[] = { .precious_reg = bcm2835_i2s_precious_reg, .volatile_reg = bcm2835_i2s_volatile_reg, .cache_type = REGCACHE_RBTREE, + .name = "i2s", }, { .reg_bits = 32, @@ -790,6 +791,7 @@ static const struct regmap_config bcm2835_regmap_config[] = { .max_register = BCM2835_CLK_PCMDIV_REG, .volatile_reg = bcm2835_clk_volatile_reg, .cache_type = REGCACHE_RBTREE, + .name = "clk", }, };