mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
arm64: dts: qcom: msm8998: Use the correct GPLL0_DIV leg for MMCC
MMCC has its own GPLL0 legs - one for 1-1 and one for div-2 output. We've already been using the correct one in the non-div case, start doing so for the other one as well. Reviewed-by: Jeffrey Hugo <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
This commit is contained in:
committed by
Bjorn Andersson
parent
00ada6afea
commit
63f4e4b447
@@ -2724,7 +2724,8 @@
|
||||
"dsi1byte",
|
||||
"hdmipll",
|
||||
"dplink",
|
||||
"dpvco";
|
||||
"dpvco",
|
||||
"gpll0_div";
|
||||
clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>,
|
||||
<&gcc GCC_MMSS_GPLL0_CLK>,
|
||||
<0>,
|
||||
@@ -2733,7 +2734,8 @@
|
||||
<0>,
|
||||
<0>,
|
||||
<0>,
|
||||
<0>;
|
||||
<0>,
|
||||
<&gcc GCC_MMSS_GPLL0_DIV_CLK>;
|
||||
};
|
||||
|
||||
mmss_smmu: iommu@cd00000 {
|
||||
|
||||
Reference in New Issue
Block a user