Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Patrick Rudolph and committed by
Linus Walleij
7f53a8ee 8670de9f

+1 -1
+1 -1
drivers/pinctrl/pinctrl-cy8c95x0.c
··· 457 457 .volatile_reg = cy8c95x0_volatile_register, 458 458 .precious_reg = cy8c95x0_precious_register, 459 459 460 - .cache_type = REGCACHE_FLAT, 460 + .cache_type = REGCACHE_MAPLE, 461 461 .ranges = NULL, /* Updated at runtime */ 462 462 .num_ranges = 1, 463 463 .max_register = 0, /* Updated at runtime */