OSDN Git Service

ARM: tegra: colibri_t20: rename ac97 label to tegra_ac97
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sun, 2 Sep 2018 10:09:05 +0000 (12:09 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:55:19 +0000 (16:55 +0200)
Rename ac97 label to tegra_ac97 to be more in-line with the device tree
binding documentation.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20-colibri.dtsi

index 243615f..6162d19 100644 (file)
                };
        };
 
-       ac97: ac97@70002000 {
+       tegra_ac97: ac97@70002000 {
                status = "okay";
                nvidia,codec-reset-gpio =
                        <&gpio TEGRA_GPIO(V, 0) GPIO_ACTIVE_HIGH>;
                        "LineIn", "LINEINL",
                        "LineIn", "LINEINR",
                        "Mic", "MIC1";
-               nvidia,ac97-controller = <&ac97>;
+               nvidia,ac97-controller = <&tegra_ac97>;
                clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
                         <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
                         <&tegra_car TEGRA20_CLK_CDEV1>;