mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
ASoC: cs35l56: Enable low-power hibernation mode on SPI
Hibernation can be enabled on SPI-connected devices now that the hibernate and wake sequences have been updated to work with wake-on-MOSI. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20231006111039.101914-5-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
79b101947a
commit
634ed138d8
@ -32,6 +32,7 @@ static int cs35l56_spi_probe(struct spi_device *spi)
|
||||
}
|
||||
|
||||
cs35l56->base.dev = &spi->dev;
|
||||
cs35l56->base.can_hibernate = true;
|
||||
|
||||
ret = cs35l56_common_probe(cs35l56);
|
||||
if (ret != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user