From: Geert Uytterhoeven <geert+renesas@glider.be>
To: linux-sh@vger.kernel.org
Subject: [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device
Date: Mon, 12 May 2014 12:36:09 +0000 [thread overview]
Message-ID: <1399898169-22067-1-git-send-email-geert+renesas@glider.be> (raw)
The MTU2 (Multi-Function Timer Pulse Unit 2) driver implements a new
style of platform data that handles the timer as a single device with
multiple channels. Switch from the old-style platform data to the
new-style platform data.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be folded into Wolfram's "ARM: shmobile: r7s72100: use workaround for
non DT-clocks".
arch/arm/mach-shmobile/board-genmai-reference.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/board-genmai-reference.c b/arch/arm/mach-shmobile/board-genmai-reference.c
index fde558b66d4e..33015e5ed52a 100644
--- a/arch/arm/mach-shmobile/board-genmai-reference.c
+++ b/arch/arm/mach-shmobile/board-genmai-reference.c
@@ -32,7 +32,7 @@
* devices until they get moved to DT.
*/
static const struct clk_name clk_names[] = {
- { "mtu2", NULL, "sh_mtu2.0" },
+ { "mtu2", "fck", "sh-mtu2" },
};
#endif
--
1.7.9.5
next reply other threads:[~2014-05-12 12:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-12 12:36 Geert Uytterhoeven [this message]
2014-05-12 12:44 ` [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device Laurent Pinchart
2014-05-12 12:52 ` Wolfram Sang
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=1399898169-22067-1-git-send-email-geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=linux-sh@vger.kernel.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).