Re: [PATCH 04/26] clk: prima2: declare OF clock provider

From: Sebastian Hesselbarth
Date: Sun Sep 22 2013 - 06:13:05 EST


On 09/19/2013 10:48 AM, Sebastian Hesselbarth wrote:
On 09/19/13 10:45, Barry Song wrote:
@@ -1124,3 +1106,4 @@ void __init sirfsoc_of_clk_init(void)

of_clk_add_provider(np, of_clk_src_onecell_get, &clk_data);
}
+CLK_OF_DECLARE(sirfsoc_clk, "sirf,prima2-clkc", sirfsoc_clk_init);

hi Sebastian,
what if the driver is compatible with multiple clk controllers and we
want to add another compatible string here except "sirf,prima2-clkc"?

-barry


Just add
CLK_OF_DECLARE(other_fancy_clk, "sirf,different-compatible",
sirfsoc_clk_init);

Barry, BTW, do I get your Acked-By for this and the corresponding
removal patch?

Sebastian

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/