ALSA: Docs: Fix typo in tegra_hda doc.
authorDylan Reid <dgreid@chromium.org>
Sat, 31 May 2014 02:15:47 +0000 (19:15 -0700)
committerTakashi Iwai <tiwai@suse.de>
Sat, 31 May 2014 05:58:04 +0000 (07:58 +0200)
The correct name of the third clock is hda2codec_2x.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt

index c26f8ca..b4730c2 100644 (file)
@@ -20,9 +20,9 @@ hda@0,70030000 {
        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";
 };