From: Jayesh Choudhary <j-choudhary@ti.com>
To: <linux-kernel@vger.kernel.org>, <nm@ti.com>, <vigneshr@ti.com>,
<j-luthra@ti.com>, <j-choudhary@ti.com>
Cc: <kristo@kernel.org>, <robh@kernel.org>, <krzk+dt@kernel.org>,
<conor+dt@kernel.org>, <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <u-kumar1@ti.com>
Subject: [PATCH v2 0/3] Enable audio for J784S4-EVM platform
Date: Wed, 26 Jun 2024 15:46:42 +0530 [thread overview]
Message-ID: <20240626101645.36764-1-j-choudhary@ti.com> (raw)
Hello All,
These three patches enable audio on J784S4-EVM platform.
- First patch adds the McASP nodes.
- Second patch adds the audio_refclk1 node that is required
to configure the CTRL_MMR register for the external clock
- Third patch enables the analog audio
For audio to work, the ti-dm firmware that should be picked
for uboot is now publically available and will be shortly
merged to the ti-linux-firmware branch:
<https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/tree/ti-dm/j784s4/ipc_echo_testb_mcu1_0_release_strip.xer5f?h=ti-linux-firmware-next>
For testing, ~/.asoundrc file was created in root partition
which can be seen in the test logs:
<https://gist.github.com/Jayesh2000/3ca38cbac2f37842b1010af79dfe9b4c>
Changelog v1->v2:
- Rebase on tag next-20240624
- Add padding in mcasp reg property
- Add assigned-clock and assigned-clock-parents property for mcasp
for more accurate description
- Change mcasp pinmux node name similar to other nodes
- Fix typo in k3_clk node and remove unnecessary comments for refclk1
v1 patch:
<https://lore.kernel.org/all/20240619095253.290552-1-j-choudhary@ti.com/>
Jayesh Choudhary (3):
arm64: dts: ti: k3-j784s4-main: Add McASP nodes
arm64: dts: ti: k3-j784s4-main: Add audio_refclk node
arm64: dts: ti: k3-j784s4-evm: Enable analog audio support
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 111 +++++++++++++++++++++
arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 99 ++++++++++++++++++
2 files changed, 210 insertions(+)
--
2.25.1
next reply other threads:[~2024-06-26 10:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-26 10:16 Jayesh Choudhary [this message]
2024-06-26 10:16 ` [PATCH v2 1/3] arm64: dts: ti: k3-j784s4-main: Add McASP nodes Jayesh Choudhary
2024-06-26 10:16 ` [PATCH v2 2/3] arm64: dts: ti: k3-j784s4-main: Add audio_refclk node Jayesh Choudhary
2024-06-26 10:16 ` [PATCH v2 3/3] arm64: dts: ti: k3-j784s4-evm: Enable analog audio support Jayesh Choudhary
2024-07-04 7:55 ` [PATCH v2 0/3] Enable audio for J784S4-EVM platform Vignesh Raghavendra
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=20240626101645.36764-1-j-choudhary@ti.com \
--to=j-choudhary@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=j-luthra@ti.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=u-kumar1@ti.com \
--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 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).