* [PATCH] clk: shmobile: Fix r8a7795 MSSR support
@ 2015-10-02 1:57 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2015-10-02 1:57 UTC (permalink / raw)
To: linux-clk
Cc: kuninori.morimoto.gx, gaku.inami.xw, mturquette, linux-sh, sboyd,
horms, geert, laurent.pinchart, Magnus Damm
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-10-02 1:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 1:57 [PATCH] clk: shmobile: Fix r8a7795 MSSR support Magnus Damm
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).