From: Stephen Warren Date: Thu, 21 Mar 2013 19:56:42 +0000 (-0600) Subject: ASoC: tegra: add Tegra114 support to tegra_asoc_utils.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7fc5d256be9fda27bb69e872e6a212542a84230;p=pandora-kernel.git ASoC: tegra: add Tegra114 support to tegra_asoc_utils.c Tegra114 requires different PLL rates. Modify the code to know about this. On Tegra114 only for now, use regular clk_get() rather than clk_get_sys() to retrieve clocks. This assumes that the clocks will be represented in device tree. We can assure that from the start of any Tegra114 audio support. For older chips, I'll add the required clocks properties to the device trees this kernel cycle, and switch this code to only support the "new_clocks" path next cycle. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed