clk: tegra210: Fix default rates for HDA clocks
authorJon Hunter <jonathanh@nvidia.com>
Wed, 5 Jun 2019 14:01:39 +0000 (15:01 +0100)
committerStephen Boyd <sboyd@kernel.org>
Fri, 14 Jun 2019 17:43:38 +0000 (10:43 -0700)
commit9caec6620f25b6d15646bbdb93062c872ba3b56f
tree463e86dae76dbd227dd24732f6a081d2171f4646
parentf18d43046ad2d14ea62b0b4c2b47dd48453cf446
clk: tegra210: Fix default rates for HDA clocks

Currently the default clock rates for the HDA and HDA2CODEC_2X clocks
are both 19.2MHz. However, the default rates for these clocks should
actually be 51MHz and 48MHz, respectively. The current clock settings
results in a distorted output during audio playback. Correct the default
clock rates for these clocks by specifying them in the clock init table
for Tegra210.

Cc: stable@vger.kernel.org
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/tegra/clk-tegra210.c