diff mbox

clk: shmobile: Fix r8a7795 MSSR support

Message ID 20151002015755.7116.10457.sendpatchset@little-apple (mailing list archive)
State Superseded
Delegated to: Geert Uytterhoeven
Headers show

Commit Message

Magnus Damm Oct. 2, 2015, 1:57 a.m. UTC
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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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);