[PATCH v2 1/4] clk: imxrt: Use dts for anatop base address

2022-04-12 Thread sbabic
> In Linux IMX and IMXRT use the device tree to hold the anatop address. > The anatop is used in clock drivers as it controls the internal PLLs > This will move the macro from asm/arch-imxrt to the device tree. > This presumably should also be done with the other IMX boards as well. >

[PATCH v2 1/4] clk: imxrt: Use dts for anatop base address

2022-03-17 Thread Jesse Taube
In Linux IMX and IMXRT use the device tree to hold the anatop address. The anatop is used in clock drivers as it controls the internal PLLs This will move the macro from asm/arch-imxrt to the device tree. This presumably should also be done with the other IMX boards as well. Signed-off-by: Jesse