Re: [PATCH v10 14/18] clk: imx8mp: rename ccm_base to base

From: Peng Fan
Date: Fri Mar 14 2025 - 04:14:00 EST


On Thu, Mar 06, 2025 at 12:28:03PM +0100, Dario Binacchi wrote:
>The old code also accessed the anatop address space and therefore used
>the variables anatop_base and ccm_base to distinguish between the two
>address spaces. However, now that a specific anatop driver exists for
>the i.MX8MP platform, the variable ccm_base can be renamed to base, as
>is usually the case for the variable pointing to the memory region
>managed by a Linux driver.
>The patch does not introduce any functional changes.
>
>Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>

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