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: Marcel Ziswiler <marcel.ziswiler@toradex.com> [treding@nvidia.com: add a brief commit message] Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
cbee2613fb
commit
869bd180b8
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue