* [PATCH v1 0/1] Tegra30: fix sound on Nexus 7
@ 2024-01-29 18:10 Svyatoslav Ryhel
2024-01-29 18:10 ` [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node Svyatoslav Ryhel
0 siblings, 1 reply; 3+ messages in thread
From: Svyatoslav Ryhel @ 2024-01-29 18:10 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Thierry Reding,
Jonathan Hunter, Andre Przywara, Manivannan Sadhasivam,
Romain Perier, Linus Walleij, Robert Eckelmann
Cc: devicetree, linux-tegra, linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node
2024-01-29 18:10 [PATCH v1 0/1] Tegra30: fix sound on Nexus 7 Svyatoslav Ryhel
@ 2024-01-29 18:10 ` Svyatoslav Ryhel
2024-02-22 17:18 ` Thierry Reding
0 siblings, 1 reply; 3+ messages in thread
From: Svyatoslav Ryhel @ 2024-01-29 18:10 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Thierry Reding,
Jonathan Hunter, Andre Przywara, Manivannan Sadhasivam,
Romain Perier, Linus Walleij, Robert Eckelmann
Cc: devicetree, linux-tegra, linux-kernel
From: Robert Eckelmann <longnoserob@gmail.com>
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>
---
.../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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node
2024-01-29 18:10 ` [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node Svyatoslav Ryhel
@ 2024-02-22 17:18 ` Thierry Reding
0 siblings, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2024-02-22 17:18 UTC (permalink / raw)
To: Svyatoslav Ryhel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Jonathan Hunter, Andre Przywara, Manivannan Sadhasivam,
Romain Perier, Linus Walleij, Robert Eckelmann
Cc: devicetree, linux-tegra, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
On Mon Jan 29, 2024 at 7:10 PM CET, Svyatoslav Ryhel wrote:
> From: Robert Eckelmann <longnoserob@gmail.com>
>
> 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>
> ---
> .../boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
Applied, thanks.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-22 17:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 18:10 [PATCH v1 0/1] Tegra30: fix sound on Nexus 7 Svyatoslav Ryhel
2024-01-29 18:10 ` [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node Svyatoslav Ryhel
2024-02-22 17:18 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).