Skip to content

Commit aaac6e2

Browse files
committed
Merge branch 'arm/smmu/bindings' into next
* arm/smmu/bindings: dt-bindings: arm-smmu: Remove sdm845-cheza specific entry dt-bindings: arm-smmu: document the support on Milos iommu/arm-smmu-qcom: Add SM6115 MDSS compatible
2 parents c4e4c1f + ac1207f commit aaac6e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/devicetree/bindings/iommu/arm,smmu.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ properties:
3535
- description: Qcom SoCs implementing "qcom,smmu-500" and "arm,mmu-500"
3636
items:
3737
- enum:
38+
- qcom,milos-smmu-500
3839
- qcom,qcm2290-smmu-500
3940
- qcom,qcs615-smmu-500
4041
- qcom,qcs8300-smmu-500
@@ -88,6 +89,7 @@ properties:
8889
- description: Qcom Adreno GPUs implementing "qcom,smmu-500" and "arm,mmu-500"
8990
items:
9091
- enum:
92+
- qcom,milos-smmu-500
9193
- qcom,qcm2290-smmu-500
9294
- qcom,qcs615-smmu-500
9395
- qcom,qcs8300-smmu-500
@@ -132,10 +134,6 @@ properties:
132134
- qcom,sm7150-smmu-v2
133135
- const: qcom,adreno-smmu
134136
- const: qcom,smmu-v2
135-
- description: Qcom Adreno GPUs on Google Cheza platform
136-
items:
137-
- const: qcom,sdm845-smmu-v2
138-
- const: qcom,smmu-v2
139137
- description: Marvell SoCs implementing "arm,mmu-500"
140138
items:
141139
- const: marvell,ap806-smmu-500
@@ -534,6 +532,7 @@ allOf:
534532
compatible:
535533
items:
536534
- enum:
535+
- qcom,milos-smmu-500
537536
- qcom,sar2130p-smmu-500
538537
- qcom,sm8550-smmu-500
539538
- qcom,sm8650-smmu-500

drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
379379
{ .compatible = "qcom,sdm670-mdss" },
380380
{ .compatible = "qcom,sdm845-mdss" },
381381
{ .compatible = "qcom,sdm845-mss-pil" },
382+
{ .compatible = "qcom,sm6115-mdss" },
382383
{ .compatible = "qcom,sm6350-mdss" },
383384
{ .compatible = "qcom,sm6375-mdss" },
384385
{ .compatible = "qcom,sm8150-mdss" },

0 commit comments

Comments
 (0)