linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ping.bai@nxp.com (Bai Ping)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/3] driver: clocksource: add gpt timer for imx6sll
Date: Thu,  8 Mar 2018 17:34:57 +0800	[thread overview]
Message-ID: <1520501697-22202-3-git-send-email-ping.bai@nxp.com> (raw)
In-Reply-To: <1520501697-22202-1-git-send-email-ping.bai@nxp.com>

Add gpt timer support for i.MX6SLL.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
---
change v1->v2:
 - no
change v2->v3:
 - no
change v3->v4:
 - no
---
 drivers/clocksource/timer-imx-gpt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clocksource/timer-imx-gpt.c b/drivers/clocksource/timer-imx-gpt.c
index 6ec6d79..57b7eab 100644
--- a/drivers/clocksource/timer-imx-gpt.c
+++ b/drivers/clocksource/timer-imx-gpt.c
@@ -557,3 +557,4 @@ static int __init imx6dl_timer_init_dt(struct device_node *np)
 TIMER_OF_DECLARE(imx6dl_timer, "fsl,imx6dl-gpt", imx6dl_timer_init_dt);
 TIMER_OF_DECLARE(imx6sl_timer, "fsl,imx6sl-gpt", imx6dl_timer_init_dt);
 TIMER_OF_DECLARE(imx6sx_timer, "fsl,imx6sx-gpt", imx6dl_timer_init_dt);
+TIMER_OF_DECLARE(imx6sll_timer, "fsl,imx6sll-gpt", imx6dl_timer_init_dt);
-- 
1.9.1

  parent reply	other threads:[~2018-03-08  9:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-08  9:34 [PATCH v4 1/3] ARM: imx: Add basic msl support for imx6sll Bai Ping
2018-03-08  9:34 ` [PATCH v4 2/3] ARM: debug: Add low level debug " Bai Ping
2018-03-09  1:19   ` Shawn Guo
2018-03-09  5:12     ` Jacky Bai
2018-03-08  9:34 ` Bai Ping [this message]
2018-03-09  1:29   ` [PATCH v4 3/3] driver: clocksource: add gpt timer " Shawn Guo
2018-03-09  5:10     ` Jacky Bai
2018-03-09  1:23 ` [PATCH v4 1/3] ARM: imx: Add basic msl support " Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1520501697-22202-3-git-send-email-ping.bai@nxp.com \
    --to=ping.bai@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).