ARM: tegra: Fix hda2codec_2x clock and reset names
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 10 Apr 2015 21:36:00 +0000 (23:36 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 5 May 2015 12:09:02 +0000 (14:09 +0200)
The binding documentation says that these should be named hda2codec_2x
but the DTSI names them hdacodec_2x.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
[treding@nvidia.com: add a brief commit message]
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124.dtsi

index 13cc7ca5e031e5f1814697e8ead9546079f6d04e..08611cda1e1dfd806e23092e7d469ae88a481196 100644 (file)
                clocks = <&tegra_car TEGRA124_CLK_HDA>,
                         <&tegra_car TEGRA124_CLK_HDA2HDMI>,
                         <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
-               clock-names = "hda", "hda2hdmi", "hdacodec_2x";
+               clock-names = "hda", "hda2hdmi", "hda2codec_2x";
                resets = <&tegra_car 125>, /* hda */
                         <&tegra_car 128>, /* hda2hdmi */
                         <&tegra_car 111>; /* hda2codec_2x */
-               reset-names = "hda", "hda2hdmi", "hdacodec_2x";
+               reset-names = "hda", "hda2hdmi", "hda2codec_2x";
                status = "disabled";
        };
 
This page took 0.025896 seconds and 5 git commands to generate.