From: Magnus Damm <[email protected]> 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 <[email protected]> --- 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); -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
