Re: [PATCH v2 1/2] clk: tegra30: Add hda clock default rates to clock driver

From: Sameer Pujar
Date: Fri Jan 08 2021 - 10:14:12 EST




On 1/8/2021 7:29 PM, Peter Geis wrote:
External email: Use caution opening links or attachments


Current implementation defaults the hda clocks to clk_m. This causes hda
to run too slow to operate correctly. Fix this by defaulting to pll_p and
setting the frequency to the correct rate.

This matches upstream t124 and downstream t30.

Acked-by: Jon Hunter <jonathanh@xxxxxxxxxx>
Tested-by: Ion Agorria <ion@xxxxxxxxxxx>
Signed-off-by: Peter Geis <pgwipeout@xxxxxxxxx>
---
drivers/clk/tegra/clk-tegra30.c | 2 ++
1 file changed, 2 insertions(+)

Acked-by: Sameer Pujar <spujar@xxxxxxxxxx>