diff options
author | Konrad Dybcio <[email protected]> | 2023-02-16 15:56:43 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-14 19:30:47 -0700 |
commit | c564b69984a78ce7811f22437794c9bb2afc11fd (patch) | |
tree | 2c929f3ea5342c5c3e2a234b945b80c43cb3e54f | |
parent | 0e6538e2d973bdfdf4d65a7d4b8baf1b7cdf75f0 (diff) |
arm64: dts: qcom: sc7280: Add qcom,smmu-500 to Adreno SMMU
Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU.
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7280.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index d9b6e028cdac..46723418385b 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -2685,7 +2685,8 @@ }; adreno_smmu: iommu@3da0000 { - compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", "arm,mmu-500"; + compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", + "qcom,smmu-500", "arm,mmu-500"; reg = <0 0x03da0000 0 0x20000>; #iommu-cells = <2>; #global-interrupts = <2>; |