On Tue, Feb 13, 2024 at 01:22:20PM +0200, Dmitry Baryshkov wrote: > Instead of setting the frequency of the interim UFS_ICE_CORE_CLK_SRC > clokc, set the freency of the leaf GCC_UFS_ICE_CORE_CLK clock directly. > "clock", "frequency" > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi > index 401c6cce9fec..ce94e2af6bc5 100644 > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi > @@ -2076,9 +2076,9 @@ ufshc: ufshc@624000 { > <0 0>, > <0 0>, > <0 0>, > - <150000000 300000000>, > - <75000000 150000000>, > <0 0>, > + <75000000 150000000>, > + <150000000 300000000>, Btw, I noticed that this platform is passing UFS_ICE_CORE_CLK_SRC as "core_clk_unipro_src" which looks wrong. - Mani -- மணிவண்ணன் சதாசிவம்