19 Jul
2013
19 Jul
'13
8:06 a.m.
Hi Mark,
On 07/19/2013 10:39 AM, Bo Shen wrote:
+#define MCLK_RATE 32768
+static struct clk *mclk;
This should be in driver data for the board. Shouldn't the clock be referenced using the clock bindings?
I will try to implement this in next version.
After check the clock implementation, we are on the way to common clock framework, so will do this after we fully transfer to common clock.
Best Regards, Bo Shen