mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
pinctrl: cy8c95x0: Use REGCACHE_MAPLE
Use REGCACHE_MAPLE instead of REGCACHE_FLAT. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Link: https://lore.kernel.org/r/20240521152602.1097764-3-patrick.rudolph@9elements.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
8670de9fae
commit
7f53a8eeb5
|
|
@ -457,7 +457,7 @@ static const struct regmap_config cy8c9520_i2c_regmap = {
|
|||
.volatile_reg = cy8c95x0_volatile_register,
|
||||
.precious_reg = cy8c95x0_precious_register,
|
||||
|
||||
.cache_type = REGCACHE_FLAT,
|
||||
.cache_type = REGCACHE_MAPLE,
|
||||
.ranges = NULL, /* Updated at runtime */
|
||||
.num_ranges = 1,
|
||||
.max_register = 0, /* Updated at runtime */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user