imx: initialize and use generic timer on i.MX 6UL/ULL
The i.MX 6UL/ULL feature a Cortex-A7 CPU which suppor the ARM generic timer. This change makes use of the ARM generic timer in U-Boot. This is crucial to make the ARM generic timers usable in Linux since timer_init() initalizes the system counter module, which is necessary to use the generic timers CP15 registers. Signed-off-by:Stefan Agner <stefan.agner@toradex.com> Reviewed-by:
Fabio Estevam <fabio.estevam@nxp.com>
Showing
- arch/arm/include/asm/arch-mx6/imx-regs.h 1 addition, 0 deletionsarch/arm/include/asm/arch-mx6/imx-regs.h
- arch/arm/mach-imx/Makefile 1 addition, 1 deletionarch/arm/mach-imx/Makefile
- arch/arm/mach-imx/mx6/Kconfig 3 additions, 1 deletionarch/arm/mach-imx/mx6/Kconfig
- include/configs/mx6_common.h 4 additions, 1 deletioninclude/configs/mx6_common.h
Please register or sign in to comment