diff options
author | Sharat Masetty <[email protected]> | 2020-05-01 16:00:36 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-05-15 12:03:49 -0700 |
commit | 13c7a1683e6372500695ca1ac4fd9cfab2d81be6 (patch) | |
tree | bd3d68e99f5d00bea30c270fe7f1bb47b61ea9aa | |
parent | 3f65d51e9e225614658c5f9a4e3f10747e128190 (diff) |
dt-bindings: arm-smmu: Add sc7180 compatible string
This patch simply adds a new compatible string for SC7180 platform.
Reviewed-by: Douglas Anderson <[email protected]>
Signed-off-by: Sharat Masetty <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-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 6515dbe47508..986098bce02d 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -28,6 +28,7 @@ properties: - enum: - qcom,msm8996-smmu-v2 - qcom,msm8998-smmu-v2 + - qcom,sc7180-smmu-v2 - qcom,sdm845-smmu-v2 - const: qcom,smmu-v2 |