diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-11-15 14:47:16 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-15 14:47:16 +0900 |
commit | c8f367802c5fdae87b36b2f846b46f38486b239b (patch) | |
tree | 17dd62b80f7036ee848dcbce0a9d718e3b5190a2 | |
parent | a60a31557a0832423e51e761b9176911079409a9 (diff) | |
parent | 574490e30a2a07cd7bc7ee7f63f1e61375a0359b (diff) |
Merge branch 'rmobile/core' into rmobile-fixes-for-linus
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 63c2fcac8e1..d3260542b94 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -583,6 +583,10 @@ static int fsi_set_rate(int is_porta, int rate) return -EINVAL; switch (rate) { + case 44100: + clk_set_rate(fsib_clk, clk_round_rate(fsib_clk, 11283000)); + ret = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64; + break; case 48000: clk_set_rate(fsib_clk, clk_round_rate(fsib_clk, 85428000)); clk_set_rate(fdiv_clk, clk_round_rate(fdiv_clk, 12204000)); |