mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU
[ Upstream commita3ce236364] The MMSS SMMU has been abusingly consuming the exposed RPM interconnect clock. Drop it. Fixes:05ce21b544("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
67b4726cb8
commit
cab4cdb2a4
@@ -2418,10 +2418,10 @@
|
|||||||
|
|
||||||
clocks = <&mmcc MNOC_AHB_CLK>,
|
clocks = <&mmcc MNOC_AHB_CLK>,
|
||||||
<&mmcc BIMC_SMMU_AHB_CLK>,
|
<&mmcc BIMC_SMMU_AHB_CLK>,
|
||||||
<&rpmcc RPM_SMD_MMAXI_CLK>,
|
|
||||||
<&mmcc BIMC_SMMU_AXI_CLK>;
|
<&mmcc BIMC_SMMU_AXI_CLK>;
|
||||||
clock-names = "iface-mm", "iface-smmu",
|
clock-names = "iface-mm",
|
||||||
"bus-mm", "bus-smmu";
|
"iface-smmu",
|
||||||
|
"bus-smmu";
|
||||||
|
|
||||||
#global-interrupts = <0>;
|
#global-interrupts = <0>;
|
||||||
interrupts =
|
interrupts =
|
||||||
|
|||||||
Reference in New Issue
Block a user