public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support
@ 2026-03-03 10:02 Sheetal .
  2026-03-03 10:02 ` [PATCH v2 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sheetal . @ 2026-03-03 10:02 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel,
	sheetal

From: sheetal <sheetal@nvidia.com>

Add Tegra238 sound card support in the Tegra audio graph card driver,
as Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared
to other Tegra platforms.

Changes in v2:
- Drop SPDX-FileCopyrightText year update from patch 2/2

Sheetal (2):
  ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
  ASoC: tegra: Add support for Tegra238 soundcard

 .../sound/nvidia,tegra-audio-graph-card.yaml        |  1 +
 sound/soc/tegra/tegra_audio_graph_card.c            | 11 ++++++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
  2026-03-03 10:02 [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
@ 2026-03-03 10:02 ` Sheetal .
  2026-03-03 19:07   ` Conor Dooley
  2026-03-03 10:02 ` [PATCH v2 2/2] ASoC: tegra: Add support for Tegra238 soundcard Sheetal .
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Sheetal . @ 2026-03-03 10:02 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel,
	Sheetal

From: Sheetal <sheetal@nvidia.com>

Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared to
other Tegra platforms. Add Tegra238 compatible string to the APE
tegra-audio-graph-card bindings.

Signed-off-by: Sheetal <sheetal@nvidia.com>
---
 .../devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml
index da89523ccf5f..92bc3ef56f2c 100644
--- a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml
+++ b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-graph-card.yaml
@@ -23,6 +23,7 @@ properties:
     enum:
       - nvidia,tegra210-audio-graph-card
       - nvidia,tegra186-audio-graph-card
+      - nvidia,tegra238-audio-graph-card
       - nvidia,tegra264-audio-graph-card
 
   clocks:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2 2/2] ASoC: tegra: Add support for Tegra238 soundcard
  2026-03-03 10:02 [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
  2026-03-03 10:02 ` [PATCH v2 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
@ 2026-03-03 10:02 ` Sheetal .
  2026-03-09 13:54 ` [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Jon Hunter
  2026-03-10  1:41 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Sheetal . @ 2026-03-03 10:02 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel,
	Sheetal, Aditya Bavanari

From: Sheetal <sheetal@nvidia.com>

Tegra238 platforms use different clock rates for plla and
plla_out0 clocks. Add Tegra238 support in the Tegra
sound card driver to apply specific clock configurations.

Signed-off-by: Aditya Bavanari <abavanari@nvidia.com>
Signed-off-by: Sheetal <sheetal@nvidia.com>
---
 sound/soc/tegra/tegra_audio_graph_card.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/sound/soc/tegra/tegra_audio_graph_card.c b/sound/soc/tegra/tegra_audio_graph_card.c
index 94b5ab77649b..b6dadd6a3d3d 100644
--- a/sound/soc/tegra/tegra_audio_graph_card.c
+++ b/sound/soc/tegra/tegra_audio_graph_card.c
@@ -231,6 +231,15 @@ static const struct tegra_audio_cdata tegra186_data = {
 	.plla_out0_rates[x11_RATE] = 45158400,
 };
 
+static const struct tegra_audio_cdata tegra238_data = {
+	/* PLLA */
+	.plla_rates[x8_RATE] = 1277952000,
+	.plla_rates[x11_RATE] = 1264435200,
+	/* PLLA_OUT0 */
+	.plla_out0_rates[x8_RATE] = 49152000,
+	.plla_out0_rates[x11_RATE] = 45158400,
+};
+
 static const struct tegra_audio_cdata tegra264_data = {
 	/* PLLA1 */
 	.plla_rates[x8_RATE] = 983040000,
@@ -245,6 +254,8 @@ static const struct of_device_id graph_of_tegra_match[] = {
 	  .data = &tegra210_data },
 	{ .compatible = "nvidia,tegra186-audio-graph-card",
 	  .data = &tegra186_data },
+	{ .compatible = "nvidia,tegra238-audio-graph-card",
+	  .data = &tegra238_data },
 	{ .compatible = "nvidia,tegra264-audio-graph-card",
 	  .data = &tegra264_data },
 	{},
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
  2026-03-03 10:02 ` [PATCH v2 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
@ 2026-03-03 19:07   ` Conor Dooley
  0 siblings, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2026-03-03 19:07 UTC (permalink / raw)
  To: Sheetal .
  Cc: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding, Jonathan Hunter, Jaroslav Kysela,
	Takashi Iwai, Sameer Pujar, Mohan kumar, linux-sound, devicetree,
	linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support
  2026-03-03 10:02 [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
  2026-03-03 10:02 ` [PATCH v2 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
  2026-03-03 10:02 ` [PATCH v2 2/2] ASoC: tegra: Add support for Tegra238 soundcard Sheetal .
@ 2026-03-09 13:54 ` Jon Hunter
  2026-03-10  1:41 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Jon Hunter @ 2026-03-09 13:54 UTC (permalink / raw)
  To: Sheetal ., Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jaroslav Kysela, Takashi Iwai, Sameer Pujar, Mohan kumar,
	linux-sound, devicetree, linux-tegra, linux-kernel


On 03/03/2026 10:02, Sheetal . wrote:
> From: sheetal <sheetal@nvidia.com>
> 
> Add Tegra238 sound card support in the Tegra audio graph card driver,
> as Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared
> to other Tegra platforms.
> 
> Changes in v2:
> - Drop SPDX-FileCopyrightText year update from patch 2/2
> 
> Sheetal (2):
>    ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
>    ASoC: tegra: Add support for Tegra238 soundcard
> 
>   .../sound/nvidia,tegra-audio-graph-card.yaml        |  1 +
>   sound/soc/tegra/tegra_audio_graph_card.c            | 11 ++++++++++-
>   2 files changed, 11 insertions(+), 1 deletion(-)
> 


For the series ...

Reviewed-by: Jon Hunter <jonathanh@nvidia.com>

Thanks!
Jon

-- 
nvpublic


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support
  2026-03-03 10:02 [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
                   ` (2 preceding siblings ...)
  2026-03-09 13:54 ` [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Jon Hunter
@ 2026-03-10  1:41 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2026-03-10  1:41 UTC (permalink / raw)
  To: Liam Girdwood, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Thierry Reding, Sheetal .
  Cc: Jonathan Hunter, Jaroslav Kysela, Takashi Iwai, Sameer Pujar,
	Mohan kumar, linux-sound, devicetree, linux-tegra, linux-kernel

On Tue, 03 Mar 2026 15:32:47 +0530, Sheetal . wrote:
> Add Tegra238 sound card support in the Tegra audio graph card driver,
> as Tegra238 requires different PLLA and PLLA_OUT0 clock rates compared
> to other Tegra platforms.
> 
> Changes in v2:
> - Drop SPDX-FileCopyrightText year update from patch 2/2
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
      (no commit info)
[2/2] ASoC: tegra: Add support for Tegra238 soundcard
      commit: 1bc17c67194716f53037685b7059a22cc1a911b2

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-10  1:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 10:02 [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Sheetal .
2026-03-03 10:02 ` [PATCH v2 1/2] ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card Sheetal .
2026-03-03 19:07   ` Conor Dooley
2026-03-03 10:02 ` [PATCH v2 2/2] ASoC: tegra: Add support for Tegra238 soundcard Sheetal .
2026-03-09 13:54 ` [PATCH v2 0/2] ASoC: tegra: Add Tegra238 sound card support Jon Hunter
2026-03-10  1:41 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox