mbox series

[0/2] clk: keystone: syscon-clk: Enable audio reference clock

Message ID 20230515-refclk-v1-0-5e89f01d6733@ti.com (mailing list archive)
Headers show
Series clk: keystone: syscon-clk: Enable audio reference clock | expand

Message

Jai Luthra May 17, 2023, 7:34 a.m. UTC
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,