aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/stm32/clk-stm32-core.c
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2023-08-31 20:16:55 +0200
committerStephen Boyd <[email protected]>2023-09-11 13:50:49 -0700
commitf03a562450eef35b785a814005ed164a89dfb2db (patch)
tree876110a1f9d3b2755e4dfe6f3ad13cd3377b7efd /drivers/clk/stm32/clk-stm32-core.c
parentb7b20cfe6f849c2682c5f7d3f50ede6321a5d04c (diff)
clk: si521xx: Use REGCACHE_FLAT instead of NONE
In order to reload registers into the clock generator on resume using regcache_sync(), it is necessary to select one of the regcache types which are not NONE. Since this device has some 7 registers, use the simplest one, FLAT. The regcache code complains about REGCACHE_NONE being selected and generates a WARNING, this fixes that warning. Fixes: edc12763a3a2 ("clk: si521xx: Clock driver for Skyworks Si521xx I2C PCIe clock generators") Signed-off-by: Marek Vasut <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'drivers/clk/stm32/clk-stm32-core.c')
0 files changed, 0 insertions, 0 deletions