summaryrefslogtreecommitdiff
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2016-10-27 13:55:15 +0300
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-23 16:42:23 +0300
commitb6c25339dd3e81b2e44d24ebd46edc896c70adef (patch)
treed6740257ec9f88ea95bb531af606ff963b8a24f1 /drivers/clocksource
parent53a0d6165c38a53e6563da5af78aa1d9836b03d7 (diff)
MLK-11265-6 ARM: imx: add imx7d msl support
Add MSL support for new SoC i.MX7D. Signed-off-by: Anson Huang <b20788@freescale.com> [Octavian: update upstream with minimal diff from mx_4.1.y to allow compile] Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/timer-imx-gpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/timer-imx-gpt.c b/drivers/clocksource/timer-imx-gpt.c
index f595460bfc58..f3e2cbb9f155 100644
--- a/drivers/clocksource/timer-imx-gpt.c
+++ b/drivers/clocksource/timer-imx-gpt.c
@@ -557,3 +557,4 @@ CLOCKSOURCE_OF_DECLARE(imx6q_timer, "fsl,imx6q-gpt", imx31_timer_init_dt);
CLOCKSOURCE_OF_DECLARE(imx6dl_timer, "fsl,imx6dl-gpt", imx6dl_timer_init_dt);
CLOCKSOURCE_OF_DECLARE(imx6sl_timer, "fsl,imx6sl-gpt", imx6dl_timer_init_dt);
CLOCKSOURCE_OF_DECLARE(imx6sx_timer, "fsl,imx6sx-gpt", imx6dl_timer_init_dt);
+CLOCKSOURCE_OF_DECLARE(mx7d_timer, "fsl,imx7d-gpt", imx6dl_timer_init_dt);