Is there a portable/generic approach for other drivers that may
want to use arm-cpufreq.c? arm_clk is not normally defined for
my SoC and I don't see an easy way to pull it in.
--Mark Langsdorf
Calxeda, Inc.
From: Richard Zhao [richard.z...@linar
79200 39600 19800>;
+ cpu_volts =<1225000 110 95 85>;
+ trans_latency =<3000>;
};
cpu@1 {
The trans_latency value definitely needs to be defined to avoid
strange behavior i
clk);
+ goto free_freq_table;
+ }
I'd prefer to see clk_get90 replaced with of_clk_get() and
get_this_cpu_node() from the clk-cpufreq driver by Jamie Iles that
I resubmitted yesterday. The of_clk_get() doesn't require defining
an arm_clk structure, so it's slightly