commit | a2d6fbf5ff54cdeb2f75708e3551ee2df680a60c | [log] [tgz] |
---|---|---|
author | Jesse Taube <mr.bossman075@gmail.com> | Thu Mar 17 14:33:18 2022 -0400 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 21:08:23 2022 +0200 |
tree | 88627caed9da8911e5f9ed2060d9b03f82a76eb3 | |
parent | c8009c15272e803ec5a720bff0f60723cd2b5a0d [diff] |
clk: imxrt: Use dts for anatop base address 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 Taube <Mr.Bossman075@gmail.com>