ARM: tegra: nexus7: Add missing clock binding into sound node
authorRobert Eckelmann <longnoserob@gmail.com>
Mon, 29 Jan 2024 18:10:49 +0000 (20:10 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 22 Feb 2024 17:20:37 +0000 (18:20 +0100)
A recent rt5640 codec update requires mclk definition in the
device tree. Without mclk defined sound will not work.

Signed-off-by: Robert Eckelmann <longnoserob@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi

index a9342e04b14bb350d92896597b13b03691ac6136..15f53babdc21779464022f50b8e51f9516b2d191 100644 (file)
                        reg = <0x1c>;
 
                        realtek,dmic1-data-pin = <1>;
+
+                       clocks = <&tegra_pmc TEGRA_PMC_CLK_OUT_1>;
+                       clock-names = "mclk";
                };
 
                nct72: temperature-sensor@4c {