]> Git Repo - J-linux.git/commitdiff
ARM: tegra: tegra20-ac97: Replace deprecated "gpio" suffix
authorMohammad Shehar Yaar Tausif <[email protected]>
Tue, 23 Apr 2024 12:06:29 +0000 (17:36 +0530)
committerThierry Reding <[email protected]>
Fri, 26 Apr 2024 15:45:18 +0000 (17:45 +0200)
Replace "gpio" suffix with "gpios" for tegra20-ac97 DTS as the "gpio"
suffix is deprecated.

Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
arch/arm/boot/dts/nvidia/tegra20-colibri.dtsi

index 8c1d5c9fa4831d457a8bedc88132623630ab53e2..2ff7be8f1382bf0bdf015db1fc8b3a5d1195452c 100644 (file)
 
        tegra_ac97: ac97@70002000 {
                status = "okay";
-               nvidia,codec-reset-gpio =
+               nvidia,codec-reset-gpios =
                        <&gpio TEGRA_GPIO(V, 0) GPIO_ACTIVE_LOW>;
-               nvidia,codec-sync-gpio =
+               nvidia,codec-sync-gpios =
                        <&gpio TEGRA_GPIO(P, 0) GPIO_ACTIVE_HIGH>;
        };
 
This page took 0.05424 seconds and 4 git commands to generate.