Re: [PATCH 1/5] clk: qcom: ipq4019: Modified the fixed clock rate to proper values
From: Banavathi, Pradeep <hidden>
Date: 2016-06-02 14:18:52
Also in:
linux-arm-msm, linux-clk, lkml
From: Banavathi, Pradeep <hidden>
Date: 2016-06-02 14:18:52
Also in:
linux-arm-msm, linux-clk, lkml
The PLLs on IPQ4019 cannot be reconfigured by design. The recommendation is to program these PLLS only once. Since, the Bootloaders configure the PLLs and clocks already. we did not support the recalc rate and marked them as fixed clocks. On 6/2/2016 3:48 AM, Stephen Boyd wrote:
This was a temporary solution until the PLL recalc code could be written. When is the real clk driver coming so we can get rid of these fixed rate clks being registered in this driver?