From: Jai Luthra <j-luthra@ti.com>
To: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Santosh Shilimkar <ssantosh@kernel.org>
Cc: Vignesh Raghavendra <vigneshr@ti.com>,
<linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Jai Luthra <j-luthra@ti.com>
Subject: [PATCH 0/2] clk: keystone: syscon-clk: Enable audio reference clock
Date: Wed, 17 May 2023 13:04:04 +0530 [thread overview]
Message-ID: <20230515-refclk-v1-0-5e89f01d6733@ti.com> (raw)
TI's AM62 SoC can optionally provide two audio reference clocks
(AUDIO_REFCLKx) to external peripherals. By default the reference clock
is looped-back inside the SoC to a mux that goes to McASP AHCLK, but can
optionally be enabled as an output to peripherals outside the SoC by
setting a bit through the syscon (CTRL_MMR) registers.
This patch series extends the existing syscon-clk driver to support
the audio reference clock, and also adds new device tree bindings
documentation.
Signed-off-by: Jai Luthra <j-luthra@ti.com>
---
Jai Luthra (2):
dt-bindings: clock: Add binding documentation for TI Audio REFCLK
clk: keystone: syscon-clk: Add support for audio refclk
.../bindings/clock/ti,am62-audio-refclk.yaml | 44 ++++++++++++++++++++++
drivers/clk/keystone/syscon-clk.c | 43 ++++++++++++++++++---
2 files changed, 82 insertions(+), 5 deletions(-)
---
base-commit: d3a08193ebf4220a69f1f13087f150429769f911
change-id: 20230515-refclk-5b544d314c23
Best regards,
--
Jai Luthra <j-luthra@ti.com>
next reply other threads:[~2023-05-17 7:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-17 7:34 Jai Luthra [this message]
2023-05-17 7:34 ` [PATCH 1/2] dt-bindings: clock: Add binding documentation for TI Audio REFCLK Jai Luthra
2023-05-17 17:15 ` Conor Dooley
2023-05-18 14:09 ` Krzysztof Kozlowski
2023-05-19 10:44 ` Jai Luthra
2023-05-17 7:34 ` [PATCH 2/2] clk: keystone: syscon-clk: Add support for audio refclk Jai Luthra
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=20230515-refclk-v1-0-5e89f01d6733@ti.com \
--to=j-luthra@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=ssantosh@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 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).