Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Moteen Shah <m-shah@ti.com>
To: <krzk+dt@kernel.org>, <robh@kernel.org>, <conor+dt@kernel.org>,
	<nm@ti.com>, <vigneshr@ti.com>, <kristo@kernel.org>,
	<mturquette@baylibre.com>, <sboyd@kernel.org>,
	<bmasney@redhat.com>
Cc: <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <u-kumar1@ti.com>,
	<gehariprasath@ti.com>, <y-abhilashchandra@ti.com>, <sen@ti.com>
Subject: Re: [PATCH v7 0/2] Enable audio support for J721S2 EVM
Date: Thu, 3 Sep 2026 16:21:09 +0530	[thread overview]
Message-ID: <a04c6ce0-034d-4197-8b99-8feec49ae46b@ti.com> (raw)
In-Reply-To: <20260717083201.1887640-1-m-shah@ti.com>

Hello all,

On 17/07/26 14:01, Moteen Shah wrote:
> Earlier version of the patchset sent upstream[0] was rejected as
> its dependency[1], which resolves the DTBS check errors introduced
> by [0] also got rejected on the grounds of ABI breakage.
>
> Another solution to fix the DTBS check errors introduced by [0] is
> to modify the ti,j721e-system-controller.yaml binding to allow
> audio-refclk as clock-controller child. This is done in the first
> patch of this series.
>
> Changes since v6:
> - Fix commit message in patch 2/2: split the I2C3 and McASP routing
>    bullet to correctly describe I2C3 routing via gpio-mux controller
>    and McASP serializer routing via GPIO hogs as separate items
> - Add Reviewed-by from Sen
>
> Changes since v5:
> Link to v5:
> https://lore.kernel.org/all/20260520115603.2662930-1-m-shah@ti.com/
> - Move audio_refclk1 clock node from the overlay (k3-j721s2-evm-audio.dtso)
>    to the main DTSI (k3-j721s2-main.dtsi) so it is always available
>    independent of the overlay being applied
> - Drop the &scm_conf block from the overlay since it is now in main.dtsi
>
> Changes since v4:
> Link to v4:
> https://lore.kernel.org/all/20260519142341.2531948-1-m-shah@ti.com/
> - Explicitly disable main_mcan3 and main_mcan5 as they will silently
>    break mcasp audio routing
>
> Link to v3:
> https://lore.kernel.org/all/20260330094459.128648-1-m-shah@ti.com/
> Link to v2:
> https://lore.kernel.org/all/20260205130707.2033197-1-m-shah@ti.com/
> Link to v1:
> https://lore.kernel.org/all/20260112104536.83309-1-m-shah@ti.com/
> Bootlogs:
> https://gist.github.com/Jamm02/f586087dad227450abe8637e8a688c68
>
> [0]: https://lore.kernel.org/linux-arm-kernel/20250604104656.38752-1-j-choudhary@ti.com/
> [1]: https://lore.kernel.org/all/20250603095609.33569-4-j-choudhary@ti.com/
>
> Jayesh Choudhary (1):
>    arm64: dts: ti: Add audio overlay for k3-j721s2-evm
>
> Moteen Shah (1):
>    dt-bindings: ti: Update audio-refclk binding and j721e system
>      controller
>
>   .../bindings/clock/ti,am62-audio-refclk.yaml  |   8 +-
>   .../soc/ti/ti,j721e-system-controller.yaml    |   6 +-
>   arch/arm64/boot/dts/ti/Makefile               |   4 +
>   .../boot/dts/ti/k3-j721s2-evm-audio.dtso      | 157 ++++++++++++++++++
>   arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi    |   9 +
>   5 files changed, 180 insertions(+), 4 deletions(-)
>   create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-evm-audio.dtso


A gentle reminder on the series. If there is any change expected do let 
me know.

Thanks and regards,
Moteen



      parent reply	other threads:[~2026-09-03 10:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-17  8:31 [PATCH v7 0/2] Enable audio support for J721S2 EVM Moteen Shah
2026-07-17  8:32 ` [PATCH v7 1/2] dt-bindings: ti: Update audio-refclk binding and j721e system controller Moteen Shah
2026-07-17  8:32 ` [PATCH v7 2/2] arm64: dts: ti: Add audio overlay for k3-j721s2-evm Moteen Shah
2026-09-03 10:51 ` Moteen Shah [this message]

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=a04c6ce0-034d-4197-8b99-8feec49ae46b@ti.com \
    --to=m-shah@ti.com \
    --cc=bmasney@redhat.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gehariprasath@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=mturquette@baylibre.com \
    --cc=nm@ti.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=sen@ti.com \
    --cc=u-kumar1@ti.com \
    --cc=vigneshr@ti.com \
    --cc=y-abhilashchandra@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