diff options
author | Akhil P Oommen <quic_akhilpo@quicinc.com> | 2024-06-29 03:49:37 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-07-02 18:48:47 +0200 |
commit | d6c102881b302697802547d6abb6f24a49c79f2b (patch) | |
tree | 6e0ae1799cab6e7a6b15087ff19a202d4a707fb9 /Documentation/devicetree/bindings/iommu | |
parent | dt-bindings: arm-smmu: Fix Qualcomm SC8180X binding (diff) | |
download | linux-d6c102881b302697802547d6abb6f24a49c79f2b.tar.xz linux-d6c102881b302697802547d6abb6f24a49c79f2b.zip |
dt-bindings: arm-smmu: Add X1E80100 GPU SMMU
Update the devicetree bindings to support the gpu present in
X1E80100 platform.
Signed-off-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
Link: https://lore.kernel.org/r/20240629015111.264564-5-quic_akhilpo@quicinc.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iommu')
-rw-r--r-- | Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 7f584ce4bb22..280b4e49f219 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -96,6 +96,7 @@ properties: - qcom,sm8450-smmu-500 - qcom,sm8550-smmu-500 - qcom,sm8650-smmu-500 + - qcom,x1e80100-smmu-500 - const: qcom,adreno-smmu - const: qcom,smmu-500 - const: arm,mmu-500 @@ -522,6 +523,7 @@ allOf: - enum: - qcom,sm8550-smmu-500 - qcom,sm8650-smmu-500 + - qcom,x1e80100-smmu-500 - const: qcom,adreno-smmu - const: qcom,smmu-500 - const: arm,mmu-500 @@ -558,7 +560,6 @@ allOf: - qcom,sdx65-smmu-500 - qcom,sm6350-smmu-500 - qcom,sm6375-smmu-500 - - qcom,x1e80100-smmu-500 then: properties: clock-names: false |