|
@@ -783,6 +783,11 @@ static int twl6040_probe(struct i2c_client *client,
|
|
cell->name = "twl6040-gpo";
|
|
cell->name = "twl6040-gpo";
|
|
children++;
|
|
children++;
|
|
|
|
|
|
|
|
+ /* PDM clock support */
|
|
|
|
+ cell = &twl6040->cells[children];
|
|
|
|
+ cell->name = "twl6040-pdmclk";
|
|
|
|
+ children++;
|
|
|
|
+
|
|
/* The chip is powered down so mark regmap to cache only and dirty */
|
|
/* The chip is powered down so mark regmap to cache only and dirty */
|
|
regcache_cache_only(twl6040->regmap, true);
|
|
regcache_cache_only(twl6040->regmap, true);
|
|
regcache_mark_dirty(twl6040->regmap);
|
|
regcache_mark_dirty(twl6040->regmap);
|