]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00153793-2 ESAI: add function get_rate to clk pll3_pfd_508M
authorLionel Xu <Lionel.Xu@freescale.com>
Wed, 27 Jul 2011 09:23:58 +0000 (17:23 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:24 +0000 (14:09 +0200)
Add function get_rate to clk pll3_pfd_508M.

Signed-off-by: Lionel Xu <R63889@freescale.com>
arch/arm/mach-mx6/clock.c

index a76c57f8c124da21db01b084608300b7994c5876..edac9b8b1fb220eaa2bbb0b1d8af65fe5dd95dd2 100644 (file)
@@ -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,
 };