]> git.itanic.dy.fi Git - linux-stable/commit
ASoC: tegra: tegra20_ac97: Convert to use GPIO descriptors
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 14 Dec 2023 13:15:45 +0000 (14:15 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 18 Dec 2023 14:03:32 +0000 (14:03 +0000)
commit26e91f61d6b91ccfb0bbb15cbc81845dd1d223af
tree9205fe2a5d424462a74c9b85e542f4d094da4533
parent4504f63321e1a581a3c0cbc8de91bd0175d94783
ASoC: tegra: tegra20_ac97: Convert to use GPIO descriptors

The Tegra20 AC97 driver is using the legacy GPIO APIs in
<linux/of_gpio.h> and <linux/gpio.h> to obtain GPIOs for reset
and sync.

Convert it over and fix the polarity error on the RESET line
in the process: this reset line is clearly active low. Just
fix the one in-tree device tree site using it at the same
time.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://msgid.link/r/20231214-gpio-descriptors-sound-misc-v1-4-e3004176bd8b@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm/boot/dts/nvidia/tegra20-colibri.dtsi
sound/soc/tegra/tegra20_ac97.c
sound/soc/tegra/tegra20_ac97.h