[PATCH v3 0/2] clk: visconti: Add support for VIIF on Toshiba Visconti TMPV770x SoC
From: Yuji Ishikawa <hidden>
Date: 2025-11-14 07:10:42
Also in:
linux-clk, linux-devicetree, lkml
From: Yuji Ishikawa <hidden>
Date: 2025-11-14 07:10:42
Also in:
linux-clk, linux-devicetree, lkml
This series adds support for Video Input Interface (VIIF) module to the clock and reset driver of Toshiba Visconti TMPV770x SoC. The first patch provides the identifiers for clocks and resets. The second patch privides the control sequence of registers. This patchset depends on https://lore.kernel.org/all/20251114065358.854817-1-yuji2.ishikawa@toshiba.co.jp/ (local) Changelog v2: - dt-bindings: Do not modify existing identifiers to avoid breaking ABI. - clk: Update clk_gate_tables to reflect changes in bindings identifiers. Changelog v3: - dt-bindings: - Only add new clock/reset identifiers. - Remove TMPV770X_NR_CLK and others in a preceding patch - clk: Obtain the number of clocks in the driver source. Yuji Ishikawa (2): dt-bindings: clock: tmpv770x: Add VIIF clocks clk: visconti: Add VIIF clocks drivers/clk/visconti/clkc-tmpv770x.c | 75 +++++++++++++++++++- include/dt-bindings/clock/toshiba,tmpv770x.h | 11 +++ include/dt-bindings/reset/toshiba,tmpv770x.h | 8 +++ 3 files changed, 92 insertions(+), 2 deletions(-) -- 2.34.1