[PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Padmavathi Venna
This patch registers the 16MHz oscillator clock as fixed clk. Signed-off-by: Padmavathi Venna padm...@samsung.com --- sound/soc/samsung/smdk_wm8994.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/sound/soc/samsung/smdk_wm8994.c

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Mark Brown
On Wed, Aug 07, 2013 at 02:40:15PM +0530, Padmavathi Venna wrote: This patch registers the 16MHz oscillator clock as fixed clk. +/* 16.9MHz fixed oscillator clock */ +static void init_osc_clock(void) +{ + struct device_node *np; + + np = of_find_compatible_node(NULL, NULL,

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Padma Venkat
Hi Mark, On Wed, Aug 7, 2013 at 3:40 PM, Mark Brown broo...@kernel.org wrote: On Wed, Aug 07, 2013 at 02:40:15PM +0530, Padmavathi Venna wrote: This patch registers the 16MHz oscillator clock as fixed clk. +/* 16.9MHz fixed oscillator clock */ +static void init_osc_clock(void) +{ +

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Tomasz Figa
On Wednesday 07 of August 2013 14:40:15 Padmavathi Venna wrote: This patch registers the 16MHz oscillator clock as fixed clk. Signed-off-by: Padmavathi Venna padm...@samsung.com --- sound/soc/samsung/smdk_wm8994.c | 12 1 files changed, 12 insertions(+), 0 deletions(-)

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Mark Brown
On Wed, Aug 07, 2013 at 05:18:10PM +0200, Tomasz Figa wrote: I don't think this patch is needed at all. You can use generic fixed rate clock bindings[1] to define a fixed rate clock using device tree. OK, good - that's what I'd have expected but I wasn't sure if that hadn't been defined for