diff options
author | Pierre-Louis Bossart <[email protected]> | 2017-02-20 14:23:56 -0600 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2017-04-19 09:52:32 -0700 |
commit | 41ee7caf59e1c68d696162523cdf1fa7f717a731 (patch) | |
tree | 8e9d88329c9ed73e61db1bdf8c0b616fa13dbb34 /tools/perf/scripts/python/export-to-postgresql.py | |
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 <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions