Commit 78c61b6b authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU

Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230216145646.4095336-5-konrad.dybcio@linaro.org
parent 8347b12e
...@@ -1915,7 +1915,8 @@ gpucc: clock-controller@3d90000 { ...@@ -1915,7 +1915,8 @@ gpucc: clock-controller@3d90000 {
}; };
adreno_smmu: iommu@3da0000 { adreno_smmu: iommu@3da0000 {
compatible = "qcom,sm8350-smmu-500", "qcom,adreno-smmu", "arm,mmu-500"; compatible = "qcom,sm8350-smmu-500", "qcom,adreno-smmu",
"qcom,smmu-500", "arm,mmu-500";
reg = <0 0x03da0000 0 0x20000>; reg = <0 0x03da0000 0 0x20000>;
#iommu-cells = <2>; #iommu-cells = <2>;
#global-interrupts = <2>; #global-interrupts = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment