summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2014-05-30 19:15:47 -0700
committerTakashi Iwai <tiwai@suse.de>2014-05-31 07:58:04 +0200
commit2c6db77c021e89985c512ec9db9cbc5a34a7e3d9 (patch)
tree948235962a57f37d1ac2c0a9cdab0843d12d76f8 /Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
parent112cddcada5001985516beda40da2288bd8aede7 (diff)
ALSA: Docs: Fix typo in tegra_hda doc.
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>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
index c26f8ca97023..b4730c2822bc 100644
--- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
+++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt
@@ -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";
};