提交 869bd180 编写于 作者: M Marcel Ziswiler 提交者: Thierry Reding

ARM: tegra: Fix hda2codec_2x clock and reset names

The binding documentation says that these should be named hda2codec_2x
but the DTSI names them hdacodec_2x.
Signed-off-by: NMarcel Ziswiler <marcel.ziswiler@toradex.com>
[treding@nvidia.com: add a brief commit message]
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 cbee2613
...@@ -633,11 +633,11 @@ ...@@ -633,11 +633,11 @@
clocks = <&tegra_car TEGRA124_CLK_HDA>, clocks = <&tegra_car TEGRA124_CLK_HDA>,
<&tegra_car TEGRA124_CLK_HDA2HDMI>, <&tegra_car TEGRA124_CLK_HDA2HDMI>,
<&tegra_car TEGRA124_CLK_HDA2CODEC_2X>; <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
clock-names = "hda", "hda2hdmi", "hdacodec_2x"; clock-names = "hda", "hda2hdmi", "hda2codec_2x";
resets = <&tegra_car 125>, /* hda */ resets = <&tegra_car 125>, /* hda */
<&tegra_car 128>, /* hda2hdmi */ <&tegra_car 128>, /* hda2hdmi */
<&tegra_car 111>; /* hda2codec_2x */ <&tegra_car 111>; /* hda2codec_2x */
reset-names = "hda", "hda2hdmi", "hdacodec_2x"; reset-names = "hda", "hda2hdmi", "hda2codec_2x";
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册