arm64: dts: qcom: msm8996: Use UFS_GDSC for UFS
The UFS host controller occationally (20%) fails to enable gcc_ufs_axi_clk because the UFS GDSC is not enabled. In most cases it's enabled through the UFS phy driver, but to make sure it's enabled let's enable it directly from the UFS host controller directly as well. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
57fc67ef0d
commit
94dc9f48d1
|
@ -654,8 +654,6 @@
|
|||
clocks = <&rpmcc RPM_SMD_LN_BB_CLK>,
|
||||
<&gcc GCC_UFS_CLKREF_CLK>;
|
||||
status = "disabled";
|
||||
|
||||
power-domains = <&gcc UFS_GDSC>;
|
||||
};
|
||||
|
||||
ufshc@624000 {
|
||||
|
@ -674,6 +672,8 @@
|
|||
vccq-max-microamp = <450000>;
|
||||
vccq2-max-microamp = <450000>;
|
||||
|
||||
power-domains = <&gcc UFS_GDSC>;
|
||||
|
||||
clock-names =
|
||||
"core_clk_src",
|
||||
"core_clk",
|
||||
|
|
Loading…
Reference in New Issue