All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jai Luthra <j-luthra@ti.com>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>,
	Jayesh Choudhary <j-choudhary@ti.com>,
	Jai Luthra <j-luthra@ti.com>
Subject: [PATCH v4 0/2] arm64: ti: k3-am62: Enable audio output
Date: Mon, 20 Jun 2022 15:57:47 +0530	[thread overview]
Message-ID: <20220620102750.32718-1-j-luthra@ti.com> (raw)

This patch series adds support for audio output via headphone jack on the 
AM62-SK board. The jack is wired to TLV320AIC3106 (codec), which is connected 
to McASP (serializer).

The same 3.5mm jack can be used for combined playback+recording, but audio 
input is currently disabled on McASP until further testing and debugging.

v4:
Use audio-friendly 96Mhz source as clock parent for mcasp

v3:
Fix regulator, clock and codec node names

v2:
Move out the patch for sound/soc/ti/davinici-mcasp.c into a separate series

v3: https://lore.kernel.org/all/20220427085053.14964-1-j-luthra@ti.com/
v2: https://lore.kernel.org/all/20220422060052.8548-1-j-luthra@ti.com/
v1: https://lore.kernel.org/all/20220421132224.8601-1-j-luthra@ti.com/

Jai Luthra (1):
  arm64: dts: ti: k3-am625-sk: Add audio output support

Jayesh Choudhary (1):
  arm64: dts: ti: k3-am62-main: Add McASP nodes

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 57 +++++++++++++++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts   | 89 ++++++++++++++++++++++++
 2 files changed, 146 insertions(+)

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Jai Luthra <j-luthra@ti.com>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>,
	Jayesh Choudhary <j-choudhary@ti.com>,
	Jai Luthra <j-luthra@ti.com>
Subject: [PATCH v4 0/2] arm64: ti: k3-am62: Enable audio output
Date: Mon, 20 Jun 2022 15:57:47 +0530	[thread overview]
Message-ID: <20220620102750.32718-1-j-luthra@ti.com> (raw)

This patch series adds support for audio output via headphone jack on the 
AM62-SK board. The jack is wired to TLV320AIC3106 (codec), which is connected 
to McASP (serializer).

The same 3.5mm jack can be used for combined playback+recording, but audio 
input is currently disabled on McASP until further testing and debugging.

v4:
Use audio-friendly 96Mhz source as clock parent for mcasp

v3:
Fix regulator, clock and codec node names

v2:
Move out the patch for sound/soc/ti/davinici-mcasp.c into a separate series

v3: https://lore.kernel.org/all/20220427085053.14964-1-j-luthra@ti.com/
v2: https://lore.kernel.org/all/20220422060052.8548-1-j-luthra@ti.com/
v1: https://lore.kernel.org/all/20220421132224.8601-1-j-luthra@ti.com/

Jai Luthra (1):
  arm64: dts: ti: k3-am625-sk: Add audio output support

Jayesh Choudhary (1):
  arm64: dts: ti: k3-am62-main: Add McASP nodes

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 57 +++++++++++++++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts   | 89 ++++++++++++++++++++++++
 2 files changed, 146 insertions(+)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-06-20 10:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20 10:27 Jai Luthra [this message]
2022-06-20 10:27 ` [PATCH v4 0/2] arm64: ti: k3-am62: Enable audio output Jai Luthra
2022-06-20 10:27 ` [PATCH v4 1/2] arm64: dts: ti: k3-am62-main: Add McASP nodes Jai Luthra
2022-06-20 10:27   ` Jai Luthra
2022-06-20 10:27 ` [PATCH v4 2/2] arm64: dts: ti: am625-sk: Add audio output support Jai Luthra
2022-06-20 10:27   ` Jai Luthra
2022-06-20 10:35   ` Jai Luthra
2022-06-20 10:35     ` Jai Luthra
2022-06-20 10:27 ` [PATCH v4 2/2] arm64: dts: ti: k3-am625-sk: " Jai Luthra
2022-06-20 10:27   ` Jai Luthra
2022-07-06 23:31   ` Nishanth Menon
2022-07-06 23:31     ` Nishanth Menon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220620102750.32718-1-j-luthra@ti.com \
    --to=j-luthra@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=j-choudhary@ti.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.