Re: [PATCH v3 3/8] clk: imx: add driver for imx8ulp's sim lpav

From: Peng Fan
Date: Mon Nov 03 2025 - 21:45:05 EST


On Wed, Oct 29, 2025 at 06:52:24AM -0700, Laurentiu Mihalcea wrote:
>From: Laurentiu Mihalcea <laurentiu.mihalcea@xxxxxxx>
>
>The i.MX8ULP System Integration Module (SIM) LPAV module is a block
>control module found inside the LPAV subsystem, which offers some clock
>gating options and reset line assertion/de-assertion capabilities.
>
>Therefore, the clock gate management is supported by registering the
>module's driver as a clock provider, while the reset capabilities are
>managed via the auxiliary device API to allow the DT node to act as a
>reset and clock provider.
>
>Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@xxxxxxx>

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