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>
This commit is contained in:

committed by
Stefano Babic

parent
c8009c1527
commit
a2d6fbf5ff
@@ -15,8 +15,6 @@
|
||||
#define GPIO4_BASE_ADDR 0x401C4000
|
||||
#define GPIO5_BASE_ADDR 0x400C0000
|
||||
|
||||
#define ANATOP_BASE_ADDR 0x400d8000
|
||||
|
||||
#define MXS_LCDIF_BASE 0x402b8000
|
||||
|
||||
#if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
|
||||
|
Reference in New Issue
Block a user