Skip to content

Commit ff4d7e1

Browse files
sheharyaarthierryreding
authored andcommitted
ARM: tegra: tegra20-ac97: Replace deprecated "gpio" suffix
Replace "gpio" suffix with "gpios" for tegra20-ac97 DTS as the "gpio" suffix is deprecated. Signed-off-by: Mohammad Shehar Yaar Tausif <sheharyaar48@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 3394cc0 commit ff4d7e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/nvidia/tegra20-colibri.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@
445445

446446
tegra_ac97: ac97@70002000 {
447447
status = "okay";
448-
nvidia,codec-reset-gpio =
448+
nvidia,codec-reset-gpios =
449449
<&gpio TEGRA_GPIO(V, 0) GPIO_ACTIVE_LOW>;
450-
nvidia,codec-sync-gpio =
450+
nvidia,codec-sync-gpios =
451451
<&gpio TEGRA_GPIO(P, 0) GPIO_ACTIVE_HIGH>;
452452
};
453453

0 commit comments

Comments
 (0)