diff options
author | 2020-05-01 16:00:36 +0530 | |
---|---|---|
committer | 2020-05-15 12:03:49 -0700 | |
commit | 13c7a1683e6372500695ca1ac4fd9cfab2d81be6 (patch) | |
tree | bd3d68e99f5d00bea30c270fe7f1bb47b61ea9aa | |
parent | arm64: dts: qcom: msm8996: Make GPU node control GPU_GX GDSC (diff) | |
download | linux-dev-13c7a1683e6372500695ca1ac4fd9cfab2d81be6.tar.xz linux-dev-13c7a1683e6372500695ca1ac4fd9cfab2d81be6.zip |
dt-bindings: arm-smmu: Add sc7180 compatible string
This patch simply adds a new compatible string for SC7180 platform.
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Sharat Masetty <smasetty@codeaurora.org>
Link: https://lore.kernel.org/r/1588329036-18732-2-git-send-email-smasetty@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.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 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 |