[PATCHv4 1/5] clk: mvebu: support for 98DX3236 SoC
From: Stephen Boyd <hidden>
Date: 2017-01-23 23:53:52
Also in:
linux-clk, linux-devicetree, lkml
From: Stephen Boyd <hidden>
Date: 2017-01-23 23:53:52
Also in:
linux-clk, linux-devicetree, lkml
On 01/22/2017 11:53 PM, Chris Packham wrote:
Not 100% sure what you mean. Something like this?
+static void __init of_mv98dx3236_cpu_clk_setup(struct device_node *node)
+{
+ of_clk_add_provider(node, of_clk_src_simple_get, NULL);
+}
Seems to work as expected (i.e. does nothing, kernel boots/runs).Yep that's what I mean. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project