diff options
author | Konrad Dybcio <[email protected]> | 2023-02-16 15:56:44 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-14 19:30:47 -0700 |
commit | 3e5c00256881f35b8664e1cf0b9fbf42cd9f24a1 (patch) | |
tree | 21a0ed8b820c0419778251c572a9d6acf41efe3a | |
parent | c564b69984a78ce7811f22437794c9bb2afc11fd (diff) |
arm64: dts: qcom: sm8150: 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/sm8150.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi index c7e0cc18c21f..55aea7c05ed8 100644 --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -2271,7 +2271,8 @@ }; adreno_smmu: iommu@2ca0000 { - compatible = "qcom,sm8150-smmu-500", "qcom,adreno-smmu", "arm,mmu-500"; + compatible = "qcom,sm8150-smmu-500", "qcom,adreno-smmu", + "qcom,smmu-500", "arm,mmu-500"; reg = <0 0x02ca0000 0 0x10000>; #iommu-cells = <2>; #global-interrupts = <1>; |