]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: rsnd: src: Add SRC reset support for RZ/G3E
authorJohn Madieu <john.madieu.xa@bp.renesas.com>
Mon, 25 May 2026 11:02:28 +0000 (11:02 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 1 Jun 2026 14:30:25 +0000 (15:30 +0100)
commit33a3500a34b87f370e4d6af73adc2efe8fffc84f
tree7c6c58a74c22332baf93c63c2541b2b4231ca5e9
parent799836bc37ac9d31beb9effb4d02318f45e53b8f
ASoC: rsnd: src: Add SRC reset support for RZ/G3E

The RZ/G3E SoC exposes a shared SCU reset controller used by all SRC
modules. Acquire it once and pass it through per-instance's
rsnd_mod_init() so it is wired into the rsnd_mod->rstc plumbing.

devm_reset_control_get_optional_shared() returns NULL when no reset
is described in DT, leaving existing R-Car generations unaffected.

Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/20260525110230.4014435-17-john.madieu.xa@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/rcar/src.c