Unverified Commit 634ed138 authored by Richard Fitzgerald's avatar Richard Fitzgerald Committed by Mark Brown
Browse files

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: default avatarRichard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231006111039.101914-5-rf@opensource.cirrus.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 79b10194
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)