From: Stefan Christ <s.christ@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/3] ARM: imx: clocksource: add new DT compatible
Date: Mon, 15 Feb 2016 10:56:54 +0100 [thread overview]
Message-ID: <1455530215-4394-2-git-send-email-s.christ@phytec.de> (raw)
In-Reply-To: <1455530215-4394-1-git-send-email-s.christ@phytec.de>
Since commit 0ff58575c9d66 ("dts: update to v4.5-rc1") the compatible
"fsl,imx6q-gpt" was removed from imx6dl.dtsi. Now there is only the
Solo/DualLite specific compatible "fsl,imx6dl-gpt". Adapt the driver
for that change.
Signed-off-by: Stefan Christ <s.christ@phytec.de>
---
arch/arm/mach-imx/clocksource.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-imx/clocksource.c b/arch/arm/mach-imx/clocksource.c
index a11b978..8766e39 100644
--- a/arch/arm/mach-imx/clocksource.c
+++ b/arch/arm/mach-imx/clocksource.c
@@ -144,6 +144,9 @@ static __maybe_unused struct of_device_id imx_gpt_dt_ids[] = {
.compatible = "fsl,imx6q-gpt",
.data = ®s_imx31,
}, {
+ .compatible = "fsl,imx6dl-gpt",
+ .data = ®s_imx31,
+ }, {
/* sentinel */
}
};
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2016-02-15 9:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 9:56 [PATCH 1/3] ARM: i.MX6: add function cpu_is_mx6s() Stefan Christ
2016-02-15 9:56 ` Stefan Christ [this message]
2016-02-15 9:56 ` [PATCH 3/3] ARM: imx6: physom: fix phyflex workaround on Dual and Solo Stefan Christ
2016-02-17 7:07 ` [PATCH 1/3] ARM: i.MX6: add function cpu_is_mx6s() Sascha Hauer
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=1455530215-4394-2-git-send-email-s.christ@phytec.de \
--to=s.christ@phytec.de \
--cc=barebox@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