diff options
author | 2021-08-20 22:29:04 +0200 | |
---|---|---|
committer | 2021-10-04 12:48:47 +0100 | |
commit | e4a40f15b03154d81704b0b3f69e0a408cbb5d38 (patch) | |
tree | 1244a15b2981962f3590320a32f6e18b3e104e72 | |
parent | iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd() (diff) | |
download | wireguard-linux-e4a40f15b03154d81704b0b3f69e0a408cbb5d38.tar.xz wireguard-linux-e4a40f15b03154d81704b0b3f69e0a408cbb5d38.zip |
dt-bindings: arm-smmu: Add compatible for SM6350 SoC
Add the SoC specific compatible for SM6350 implementing
arm,mmu-500.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210820202906.229292-1-konrad.dybcio@somainline.org
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 03f2b2d4db30..87b93ab3f34e 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -37,6 +37,7 @@ properties: - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 + - qcom,sm6350-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 - qcom,sm8350-smmu-500 |