Merge "include: clock: Add audio external clock of_index extries"
This commit is contained in:
commit
308d5348fe
1 changed files with 10 additions and 0 deletions
|
@ -14,9 +14,19 @@
|
|||
#define __AUDIO_EXT_CLK_H
|
||||
|
||||
/* Audio External Clocks */
|
||||
#ifdef CONFIG_COMMON_CLK_QCOM
|
||||
#define AUDIO_PMI_CLK 0
|
||||
#define AUDIO_PMIC_LNBB_CLK 1
|
||||
#define AUDIO_AP_CLK 2
|
||||
#define AUDIO_AP_CLK2 3
|
||||
#define AUDIO_LPASS_MCLK 4
|
||||
#define AUDIO_LPASS_MCLK2 5
|
||||
#else
|
||||
#define clk_audio_ap_clk 0x9b5727cb
|
||||
#define clk_audio_pmi_clk 0xcbfe416d
|
||||
#define clk_audio_ap_clk2 0x454d1e91
|
||||
#define clk_audio_lpass_mclk 0xf0f2a284
|
||||
#define clk_audio_pmi_lnbb_clk 0x57312343
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue