diff options
author | 2024-09-12 12:54:14 +0100 | |
---|---|---|
committer | 2024-09-12 12:54:14 +0100 | |
commit | f1c6cf8e7ab9d7498ee70c69d5093165952d3595 (patch) | |
tree | 65e753e3d39577c06acf064e1b54e013ca87a981 | |
parent | iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg (diff) | |
parent | dt-bindings: arm-smmu: Add compatible for QCS8300 SoC (diff) | |
download | wireguard-linux-f1c6cf8e7ab9d7498ee70c69d5093165952d3595.tar.xz wireguard-linux-f1c6cf8e7ab9d7498ee70c69d5093165952d3595.zip |
Merge branch 'for-joerg/arm-smmu/bindings' into for-joerg/arm-smmu/updates
* for-joerg/arm-smmu/bindings:
dt-bindings: arm-smmu: Add compatible for QCS8300 SoC
dt-bindings: arm-smmu: document the support on SA8255p
-rw-r--r-- | Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 280b4e49f219..92d350b8e01a 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -36,7 +36,9 @@ properties: items: - enum: - qcom,qcm2290-smmu-500 + - qcom,qcs8300-smmu-500 - qcom,qdu1000-smmu-500 + - qcom,sa8255p-smmu-500 - qcom,sa8775p-smmu-500 - qcom,sc7180-smmu-500 - qcom,sc7280-smmu-500 @@ -84,6 +86,7 @@ properties: items: - enum: - qcom,qcm2290-smmu-500 + - qcom,sa8255p-smmu-500 - qcom,sa8775p-smmu-500 - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 @@ -552,7 +555,9 @@ allOf: - cavium,smmu-v2 - marvell,ap806-smmu-500 - nvidia,smmu-500 + - qcom,qcs8300-smmu-500 - qcom,qdu1000-smmu-500 + - qcom,sa8255p-smmu-500 - qcom,sc7180-smmu-500 - qcom,sdm670-smmu-500 - qcom,sdm845-smmu-500 |