Re: [PATCH 6/6] clk: qcom: gcc-sdm660: Add CLK_SET_RATE_PARENT where applicable
From: Konrad Dybcio <hidden>
Date: 2021-02-25 19:32:35
Also in:
linux-arm-msm, linux-clk, lkml, phone-devel
From: Konrad Dybcio <hidden>
Date: 2021-02-25 19:32:35
Also in:
linux-arm-msm, linux-clk, lkml, phone-devel
On 23.02.2021 01:42, Stephen Boyd wrote:
Quoting Konrad Dybcio (2021-02-20 07:56:17)quoted
Some branch clocks should explicitly set this flag to make sure they inherit their frequencies from the parent clock.This flag doesn't have anything to do with inheriting the rate from the parent.
Right. "Some branch clocks should explicitly set this flag to make sure the frequency changes are propagated to their respective parents if need be." should sound better. Konrad