]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: ak4458: remove "reset-gpios" property handler
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 3 Jul 2024 12:26:15 +0000 (20:26 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 4 Jul 2024 11:42:23 +0000 (12:42 +0100)
commit1e0dff741b0a8af35645e5c3ffc4050893002a9c
tree6f44426b36d0df5d303637831f23c0670229190a
parent6558e8737af2067763e115ce3759372cd068b897
ASoC: ak4458: remove "reset-gpios" property handler

commit c721f189e89c0 ("reset: Instantiate reset GPIO controller for
shared reset-gpios") check if there is no "resets" property
will fallback to "reset-gpios".

So don't need to handle "reset-gpios" separately in the driver,
the "reset-gpios" handler is duplicated with "resets" control handler,
remove it.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/1720009575-11677-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4458.c