projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbee261
)
ARM: tegra: Fix hda2codec_2x clock and reset names
author
Marcel Ziswiler
<marcel.ziswiler@toradex.com>
Fri, 10 Apr 2015 21:36:00 +0000
(23:36 +0200)
committer
Thierry 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/tegra124.dtsi
b/arch/arm/boot/dts/tegra124.dtsi
index
13cc7ca
..
08611cd
100644
(file)
--- a/
arch/arm/boot/dts/tegra124.dtsi
+++ b/
arch/arm/boot/dts/tegra124.dtsi
@@
-633,11
+633,11
@@
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", "hda
2
codec_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", "hda
2
codec_2x";
status = "disabled";
};