2024-01-29 18:13:16

by Svyatoslav Ryhel

[permalink] [raw]
Subject: [PATCH v1 0/1] Tegra30: fix sound on Nexus 7

A recent rt5640 codec update requires mclk definition in the
device tree. Without mclk defined sound will not work.

Robert Eckelmann (1):
ARM: tegra: nexus7: add missing clock binding into sound node

.../boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi | 3 +++
1 file changed, 3 insertions(+)

--
2.40.1



2024-01-29 18:13:21

by Svyatoslav Ryhel

[permalink] [raw]
Subject: [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node

From: Robert Eckelmann <[email protected]>

A recent rt5640 codec update requires mclk definition in the
device tree. Without mclk defined sound will not work.

Signed-off-by: Robert Eckelmann <[email protected]>
Signed-off-by: Svyatoslav Ryhel <[email protected]>
---
.../boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi b/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi
index a9342e04b14b..15f53babdc21 100644
--- a/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi
+++ b/arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi
@@ -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 {
--
2.40.1


2024-02-22 17:20:01

by Thierry Reding

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node

On Mon Jan 29, 2024 at 7:10 PM CET, Svyatoslav Ryhel wrote:
> From: Robert Eckelmann <[email protected]>
>
> A recent rt5640 codec update requires mclk definition in the
> device tree. Without mclk defined sound will not work.
>
> Signed-off-by: Robert Eckelmann <[email protected]>
> Signed-off-by: Svyatoslav Ryhel <[email protected]>
> ---
> .../boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi | 3 +++
> 1 file changed, 3 insertions(+)

Applied, thanks.

Thierry


Attachments:
signature.asc (849.00 B)