Commit f7874e17 authored by Robert Eckelmann's avatar Robert Eckelmann Committed by Thierry Reding

ARM: tegra: nexus7: Add missing clock binding into sound node

A recent rt5640 codec update requires mclk definition in the
device tree. Without mclk defined sound will not work.
Signed-off-by: default avatarRobert Eckelmann <longnoserob@gmail.com>
Signed-off-by: default avatarSvyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent a6e0afc2
......@@ -915,6 +915,9 @@ rt5640: audio-codec@1c {
reg = <0x1c>;
realtek,dmic1-data-pin = <1>;
clocks = <&tegra_pmc TEGRA_PMC_CLK_OUT_1>;
clock-names = "mclk";
};
nct72: temperature-sensor@4c {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment