]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: cs42l43: Don't support sidecar properties on device tree systems
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 23 Feb 2026 10:07:17 +0000 (10:07 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 23 Feb 2026 12:17:51 +0000 (12:17 +0000)
commit20a88c156f37634fdd88b746fa34e3622f567130
tree803be957834cf8a5e1c964628652145944fa4db8
parentffef4123043c5bb29e61052a41e577ae1ee6837a
spi: cs42l43: Don't support sidecar properties on device tree systems

On some systems the cs42l43 has amplifiers attached to its
SPI controller that are not properly defined in ACPI. However,
this exists to provide compatibility with existing Windows ACPI.

On device tree systems this functionality should never be used,
there is no reason not to specify the amplifiers properly through
device tree.  Make this more clear by only allowing the "sidecar"
functionality to be used on non-DT systems.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260223100717.4011114-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cs42l43.c