Skip to content

Commit a3ce236

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU
The MMSS SMMU has been abusingly consuming the exposed RPM interconnect clock. Drop it. Fixes: 05ce21b ("arm64: dts: qcom: msm8998: Configure the multimedia subsystem iommu") Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230531-topic-8998_mmssclk-v3-1-ba1b1fd9ee75@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 6578747 commit a3ce236

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/msm8998.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,10 +2745,10 @@
27452745

27462746
clocks = <&mmcc MNOC_AHB_CLK>,
27472747
<&mmcc BIMC_SMMU_AHB_CLK>,
2748-
<&rpmcc RPM_SMD_MMAXI_CLK>,
27492748
<&mmcc BIMC_SMMU_AXI_CLK>;
2750-
clock-names = "iface-mm", "iface-smmu",
2751-
"bus-mm", "bus-smmu";
2749+
clock-names = "iface-mm",
2750+
"iface-smmu",
2751+
"bus-smmu";
27522752

27532753
#global-interrupts = <0>;
27542754
interrupts =

0 commit comments

Comments
 (0)