[PATCH v4 0/4] clk: vf610: Add clocks to support MTIP L2 switch

Lukasz Majewski posted 4 patches 1 week, 2 days ago
drivers/clk/imx/clk-vf610.c             | 12 ++++++++++++
include/dt-bindings/clock/vf610-clock.h |  6 +++++-
2 files changed, 17 insertions(+), 1 deletion(-)
[PATCH v4 0/4] clk: vf610: Add clocks to support MTIP L2 switch
Posted by Lukasz Majewski 1 week, 2 days ago
This patch series:
- cleans up clocks' setup on vf610 by moving VF610_CLK_END define
  to driver code
- introduces support for several clocks required by MTIP switch IP block

Lukasz Majewski (4):
  clk: vf610: Move VF610_CLK_END define to clk-vf610 driver
  dt-bindings: clock: vf610: Drop VF610_CLK_END define
  dt-bindings: clock: vf610: Add definitions for MTIP L2 switch
  clk: vf610: Add support for the Ethernet switch clocks

 drivers/clk/imx/clk-vf610.c             | 12 ++++++++++++
 include/dt-bindings/clock/vf610-clock.h |  6 +++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

-- 
2.39.5
Re: [PATCH v4 0/4] clk: vf610: Add clocks to support MTIP L2 switch
Posted by Peng Fan 5 days, 20 hours ago
On Thu, Jan 29, 2026 at 10:54:38AM +0100, Lukasz Majewski wrote:
>This patch series:
>- cleans up clocks' setup on vf610 by moving VF610_CLK_END define
>  to driver code
>- introduces support for several clocks required by MTIP switch IP block
>
>Lukasz Majewski (4):
>  clk: vf610: Move VF610_CLK_END define to clk-vf610 driver
>  dt-bindings: clock: vf610: Drop VF610_CLK_END define
>  dt-bindings: clock: vf610: Add definitions for MTIP L2 switch
>  clk: vf610: Add support for the Ethernet switch clocks

Reviewed-by: Peng Fan <peng.fan@nxp.com>