diff options
| author | Giulio Benetti <[email protected]> | 2021-05-13 12:18:31 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-06-09 13:01:33 +0200 |
| commit | f8c8573b85765f60d4c4ef022a1fc57bbb2dd704 (patch) | |
| tree | 8d53981d61c20b1644a5acbeb0fd6c2e3e78c04d /drivers/timer/Makefile | |
| parent | 55ad6123067d1f4158c4b011672a354038bca373 (diff) | |
timer: imx-gpt: Add timer support for i.MX SoCs family
This timer driver uses GPT Timer (General Purpose Timer) available on
a lot of i.MX SoCs family. This driver deals with both 24Mhz oscillator
as well as peripheral clock.
Signed-off-by: Giulio Benetti <[email protected]>
[Giulio: added the driver's stub and handled peripheral clock prescaler
setting making driver to work correctly]
Signed-off-by: Jesse Taube <[email protected]>
[Jesse: added init, setting prescaler for 24Mhz support and enabling
timer]
Diffstat (limited to 'drivers/timer/Makefile')
| -rw-r--r-- | drivers/timer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index 2ebdeab0ce1..e2bd530eb04 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -25,3 +25,4 @@ obj-$(CONFIG_STM32_TIMER) += stm32_timer.o obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o obj-$(CONFIG_MTK_TIMER) += mtk_timer.o obj-$(CONFIG_MCHP_PIT64B_TIMER) += mchp-pit64b-timer.o +obj-$(CONFIG_IMX_GPT_TIMER) += imx-gpt-timer.o |
