diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2017-02-20 14:23:56 -0600 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-04-19 09:52:32 -0700 |
commit | 41ee7caf59e1c68d696162523cdf1fa7f717a731 (patch) | |
tree | 8e9d88329c9ed73e61db1bdf8c0b616fa13dbb34 /drivers/bus | |
parent | 8973aa4aecac223548366ca81818309a0f0efa6d (diff) |
clk: x86: add "mclk" alias for Baytrail/Cherrytrail
Due to timing requirements, TI and Conexant manage the audio
reference clock from their ASoC codec drivers using the "mclk"
string. This patch adds another lookup for the "pmc_plt_clk_3"
clock to avoid Intel-specific tests in those codec drivers and
use code as-is.
To avoid a leak, clk_add_alias() is not used in this patch.
Instead the lookup is created manually as part of the .probe()
step and dropped in the .remove() step.
"pmc_plt_clk_3" is used exclusively for audio on all known
Baytrail/CherryTrail designs and is e.g. routed on the MCLK
(pin 26) of the MinnowBoardMAX Turbot LSE connector.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/bus')
0 files changed, 0 insertions, 0 deletions