Re: [PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H
From: Stephen Boyd
Date: Mon Mar 23 2026 - 20:42:05 EST
Quoting Benoît Monin (2026-03-17 06:33:02)
> This patchset brings the support of the Other Logic Blocks (OLB)
> found in the first Mobileye SoC based on the RISC-V architecture, the
> EyeQ7H. Despite the change from MIPS to RISC-V, the Other Logic Blocks
> provide similar clock and reset functions to the controllers of the
> chip. This series introduces the device tree bindings of the SoC and
> the necessary changes to the clock and reset eyeq drivers.
>
[...]
>
> This series depends on the EyeQ6Lplus support patchset posted
> previously[1], which in turn depends on Théo's series[2]. In particular,
> the changes made to the clk-eyeq driver in this patchset depend on the
> changes done in these two series.
Is it a build time dependency or a run time dependency? Are you
expecting me to apply all three series to the clk tree?