mirror of https://lore.kernel.org/lkml/
 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 1/2] dt-bindings: ti: Update audio-refclk binding and j721e system controller
Date: Mon, 7 Sep 2026 13:55:24 +0530	[thread overview]
Message-ID: <13a120d9-39cd-4798-af92-d97c8eee80fa@ti.com> (raw)
In-Reply-To: <20260717083201.1887640-2-m-shah@ti.com>

On 17/07/26 14:02, Moteen Shah wrote:

> Add ti,j721s2-audio-refclk as a supported compatible string in the
> ti,am62-audio-refclk binding. J721S2 uses the same audio reference
> clock IP block first introduced on AM62. Per writing-bindings
> guidelines, the J721S2-specific compatible is added as the primary
> string with ti,am62-audio-refclk as the fallback.
>
> Also extend the ti,j721e-system-controller clock-controller@ child
> pattern to accept audio-refclk schemas alongside ehrpwm-tbclk via a
> oneOf constraint, fixing the alphanumerical ordering of $refs.
>
> Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
> Signed-off-by: Moteen Shah <m-shah@ti.com>

Hi Stephen, Michael, Brian,

Just checking in to see if you or the DT reviewers have any feedback
on this clock bindings patch of this series, or if it is ok to be picked 
up?

Regards,
Moteen

> ---
>   .../devicetree/bindings/clock/ti,am62-audio-refclk.yaml   | 8 ++++++--
>   .../bindings/soc/ti/ti,j721e-system-controller.yaml       | 6 ++++--
>   2 files changed, 10 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/ti,am62-audio-refclk.yaml b/Documentation/devicetree/bindings/clock/ti,am62-audio-refclk.yaml
> index b2e40bd39a3af..6c8fb0793070d 100644
> --- a/Documentation/devicetree/bindings/clock/ti,am62-audio-refclk.yaml
> +++ b/Documentation/devicetree/bindings/clock/ti,am62-audio-refclk.yaml
> @@ -11,8 +11,12 @@ maintainers:
>   
>   properties:
>     compatible:
> -    items:
> -      - const: ti,am62-audio-refclk
> +    oneOf:
> +      - items:
> +          - const: ti,am62-audio-refclk
> +      - items:
> +          - const: ti,j721s2-audio-refclk
> +          - const: ti,am62-audio-refclk
>   
>     reg:
>       maxItems: 1
> diff --git a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml
> index f3bd0be3b279f..364be49f8c7c7 100644
> --- a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml
> +++ b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml
> @@ -53,9 +53,11 @@ patternProperties:
>   
>     "^clock-controller@[0-9a-f]+$":
>       type: object
> -    $ref: /schemas/clock/ti,am654-ehrpwm-tbclk.yaml#
> +    oneOf:
> +      - $ref: /schemas/clock/ti,am62-audio-refclk.yaml#
> +      - $ref: /schemas/clock/ti,am654-ehrpwm-tbclk.yaml#
>       description:
> -      Clock provider for TI EHRPWM nodes.
> +      Clock provider for TI EHRPWM or Audio Reference Clock nodes.
>   
>     "phy@[0-9a-f]+$":
>       type: object

  reply	other threads:[~2026-09-07  8:26 UTC|newest]

Thread overview: 5+ 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-09-07  8:25   ` Moteen Shah [this message]
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 ` [PATCH v7 0/2] Enable audio support for J721S2 EVM Moteen Shah

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=13a120d9-39cd-4798-af92-d97c8eee80fa@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

all inboxes | Powered by JetHome®