From: Lionel Xu Date: Wed, 27 Jul 2011 09:23:58 +0000 (+0800) Subject: ENGR00153793-2 ESAI: add function get_rate to clk pll3_pfd_508M X-Git-Tag: v3.0.35-fsl_4.1.0~2363 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f6a1eec50f898294d19bd597c6cb6c394a8697e6;p=karo-tx-linux.git ENGR00153793-2 ESAI: add function get_rate to clk pll3_pfd_508M Add function get_rate to clk pll3_pfd_508M. Signed-off-by: Lionel Xu --- diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c index a76c57f8c124..edac9b8b1fb2 100644 --- a/arch/arm/mach-mx6/clock.c +++ b/arch/arm/mach-mx6/clock.c @@ -613,6 +613,7 @@ static struct clk pll3_pfd_508M = { .enable = _clk_pfd_enable, .disable = _clk_pfd_disable, .set_rate = pfd_set_rate, + .get_rate = pfd_get_rate, .round_rate = pfd_round_rate, };