mirror of https://gitee.com/openkylin/linux.git
clk: qcom: msm8916: add 12.288 MHz support to codec dig clk
This patch adds 12.288 MHz suport to codec digital clk, this clock. Some external PA requires a 12.288 MHz to work. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
d8e488e824
commit
c82823913f
|
@ -1436,6 +1436,7 @@ static struct clk_branch gcc_ultaudio_stc_xo_clk = {
|
|||
|
||||
static const struct freq_tbl ftbl_codec_clk[] = {
|
||||
F(9600000, P_XO, 2, 0, 0),
|
||||
F(12288000, P_XO, 1, 16, 25),
|
||||
F(19200000, P_XO, 1, 0, 0),
|
||||
F(11289600, P_EXT_MCLK, 1, 0, 0),
|
||||
{ }
|
||||
|
|
Loading…
Reference in New Issue