From: Magnus Damm <magnus.damm@gmail.com>
To: linux-clk@vger.kernel.org
Cc: kuninori.morimoto.gx@renesas.com, gaku.inami.xw@bp.renesas.com,
mturquette@baylibre.com, linux-sh@vger.kernel.org,
sboyd@codeaurora.org, horms@verge.net.au, geert@linux-m68k.org,
laurent.pinchart@ideasonboard.com,
Magnus Damm <magnus.damm@gmail.com>
Subject: [PATCH] clk: shmobile: Fix r8a7795 MSSR support
Date: Fri, 02 Oct 2015 01:57:55 +0000 [thread overview]
Message-ID: <20151002015755.7116.10457.sendpatchset@little-apple> (raw)
From: Magnus Damm <damm+renesas@opensource.se>
This is an incremental fix for the series posted yesterday:
[PATCH v8 00/05] Renesas R-Car Gen3 CPG support V8
As pointed out by Geert, I missed one r8a7791 instance
when doing manual search-and-replace. This fix will in
the future be folded into patch 3/5 and 4/5, but for
now this incremental patch will have to do.
Thanks to Geert for keeping his eyes open!
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
drivers/clk/shmobile/clk-mssr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0005/drivers/clk/shmobile/clk-mssr.c
+++ work/drivers/clk/shmobile/clk-mssr.c 2015-10-02 10:48:27.560513000 +0900
@@ -323,7 +323,7 @@ static int cpg_mssr_attach_dev(struct ge
while (!of_parse_phandle_with_args(np, "clocks", "#clock-cells", i,
&clkspec)) {
if (of_device_is_compatible(clkspec.np,
- "renesas,r8a7791-cpg-mssr"))
+ "renesas,r8a7795-cpg-mssr"))
goto found;
of_node_put(clkspec.np);
reply other threads:[~2015-10-02 1:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20151002015755.7116.10457.sendpatchset@little-apple \
--to=magnus.damm@gmail.com \
--cc=gaku.inami.xw@bp.renesas.com \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.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).