]> git.hungrycats.org Git - linux/commit
ASoC: renesas: fsi: remove platform data style support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 10 Jun 2026 00:49:24 +0000 (00:49 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 10 Jun 2026 11:00:24 +0000 (12:00 +0100)
commit38d3273075d6364680404d6b304fd1ee5b59f2dc
tree5f94b3aa5b0e204f6a48869af4603f0fe7427a12
parentfc83c6a271c199f76781da3314bc34868b4bc9a8
ASoC: renesas: fsi: remove platform data style support

Renesas FSI driver has created for "platform data style" first, and
expanded to "DT style".

SuperH Ecovec24/7724se are the last user of "platform data style", but
its sound should not work during almost 10 years, because Simple-Card's
"platform data style" is broken, but no one reported it.

SuperH is planning to switch to "DT style", "platform data style" is no
longer working, and it seems there is no user. Let's remove "platform
data style", because keeping compatibility is difficult.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87tsrb43u3.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/fsi.c