From: Rob Herring <robh@kernel.org>
To: Bhargav Joshi <j.bhargav.u@gmail.com>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Brian Masney <bmasney@redhat.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Peter Ujfalusi <peter.ujfalusi@ti.com>,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, goledhruva@gmail.com,
m-chawdhry@ti.com, daniel.baluta@gmail.com, simona.toaca@nxp.com
Subject: Re: [PATCH 2/2] dt-bindings: clock: ti,dra7-atl: convert to dt-schema
Date: Fri, 14 Aug 2026 14:54:40 -0500 [thread overview]
Message-ID: <20260814195440.GA2792097-robh@kernel.org> (raw)
In-Reply-To: <20260813-ti-dra7-atl-v1-2-27b691f4cdcf@gmail.com>
On Thu, Aug 13, 2026 at 12:41:18AM +0530, Bhargav Joshi wrote:
> Convert the IP driver portion of the DRA7 ATL (Audio Tracking Logic)
> binding from the freeform text binding to dt-schema. Together with
> ti,dra7-atl-clock.yaml this fully replaces dra7-atl.txt.
>
> ti,hwmods is marked deprecated as modern DTS uses ti,sysc target-module
> wrappers and the property is absent from current dra7-l4.dtsi.
>
> bws/aws maximum set to 15 per the 16 mux sources in
> dt-bindings/clock/ti-dra7-atl.h.
>
> Signed-off-by: Bhargav Joshi <j.bhargav.u@gmail.com>
> ---
> .../devicetree/bindings/clock/ti/dra7-atl.txt | 56 -------------
> .../devicetree/bindings/clock/ti/ti,dra7-atl.yaml | 98 ++++++++++++++++++++++
> 2 files changed, 98 insertions(+), 56 deletions(-)
> diff --git a/Documentation/devicetree/bindings/clock/ti/ti,dra7-atl.yaml b/Documentation/devicetree/bindings/clock/ti/ti,dra7-atl.yaml
> new file mode 100644
> index 000000000000..5460432219a5
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/ti/ti,dra7-atl.yaml
> @@ -0,0 +1,98 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/ti/ti,dra7-atl.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: TI DRA7 ATL (Audio Tracking Logic) Clock Controller
> +
> +maintainers:
> + - Peter Ujfalusi <peter.ujfalusi@ti.com>
> +
> +description:
> + The ATL IP is used to generate clock to be used to synchronize baseband and
> + audio codec. A single ATL IP provides four ATL clock instances sharing the
> + same functional clock but can be configured to provide different clocks.
> + ATL can maintain a clock averages to some desired frequency based on the
> + bws/aws signals - can compensate the drift between the two ws signal.
> +
> + See also Documentation/devicetree/bindings/clock/ti/ti,dra7-atl-clock.yaml
> +
> +properties:
> + compatible:
> + const: ti,dra7-atl
> +
> + reg:
> + maxItems: 1
> +
> + clocks:
> + maxItems: 1
> +
> + clock-names:
> + items:
> + - const: fck
> +
> + ti,provided-clocks:
> + $ref: /schemas/types.yaml#/definitions/phandle-array
> + minItems: 4
> + maxItems: 4
As the phandles have no arg cells:
items:
maxItems: 1
With that,
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
prev parent reply other threads:[~2026-08-14 19:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-12 19:11 [PATCH 0/2] dt-bindings: clock: ti,dra7-atl: convert to dt-schema Bhargav Joshi
2026-08-12 19:11 ` [PATCH 1/2] dt-bindings: clock: ti,dra7-atl-clock: convert to DT schema Bhargav Joshi
2026-08-14 19:50 ` Rob Herring (Arm)
2026-08-12 19:11 ` [PATCH 2/2] dt-bindings: clock: ti,dra7-atl: convert to dt-schema Bhargav Joshi
2026-08-14 19:54 ` Rob Herring [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=20260814195440.GA2792097-robh@kernel.org \
--to=robh@kernel.org \
--cc=bmasney@redhat.com \
--cc=conor+dt@kernel.org \
--cc=daniel.baluta@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=goledhruva@gmail.com \
--cc=j.bhargav.u@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m-chawdhry@ti.com \
--cc=mturquette@baylibre.com \
--cc=peter.ujfalusi@ti.com \
--cc=sboyd@kernel.org \
--cc=simona.toaca@nxp.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.