diff options
| author | Jesse Taube <[email protected]> | 2022-03-17 14:33:18 -0400 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-12 21:08:23 +0200 |
| commit | a2d6fbf5ff54cdeb2f75708e3551ee2df680a60c (patch) | |
| tree | 88627caed9da8911e5f9ed2060d9b03f82a76eb3 /arch/arm/include | |
| 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 <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-imxrt/imx-regs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-imxrt/imx-regs.h b/arch/arm/include/asm/arch-imxrt/imx-regs.h index d01e6ca2e02..ad739caae92 100644 --- a/arch/arm/include/asm/arch-imxrt/imx-regs.h +++ b/arch/arm/include/asm/arch-imxrt/imx-regs.h @@ -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__)) |
