Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: colibri_t20: rename ac97 label to tegra_ac97

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>

authored by

Marcel Ziswiler and committed by
Thierry Reding
5373f802 cafed755

+2 -2
+2 -2
arch/arm/boot/dts/tegra20-colibri.dtsi
··· 418 418 }; 419 419 }; 420 420 421 - ac97: ac97@70002000 { 421 + tegra_ac97: ac97@70002000 { 422 422 status = "okay"; 423 423 nvidia,codec-reset-gpio = 424 424 <&gpio TEGRA_GPIO(V, 0) GPIO_ACTIVE_HIGH>; ··· 734 734 "LineIn", "LINEINL", 735 735 "LineIn", "LINEINR", 736 736 "Mic", "MIC1"; 737 - nvidia,ac97-controller = <&ac97>; 737 + nvidia,ac97-controller = <&tegra_ac97>; 738 738 clocks = <&tegra_car TEGRA20_CLK_PLL_A>, 739 739 <&tegra_car TEGRA20_CLK_PLL_A_OUT0>, 740 740 <&tegra_car TEGRA20_CLK_CDEV1>;