File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Documentation/devicetree/bindings/iommu
drivers/iommu/arm/arm-smmu Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ properties:
35
35
- description : Qcom SoCs implementing "qcom,smmu-500" and "arm,mmu-500"
36
36
items :
37
37
- enum :
38
+ - qcom,milos-smmu-500
38
39
- qcom,qcm2290-smmu-500
39
40
- qcom,qcs615-smmu-500
40
41
- qcom,qcs8300-smmu-500
@@ -88,6 +89,7 @@ properties:
88
89
- description : Qcom Adreno GPUs implementing "qcom,smmu-500" and "arm,mmu-500"
89
90
items :
90
91
- enum :
92
+ - qcom,milos-smmu-500
91
93
- qcom,qcm2290-smmu-500
92
94
- qcom,qcs615-smmu-500
93
95
- qcom,qcs8300-smmu-500
@@ -132,10 +134,6 @@ properties:
132
134
- qcom,sm7150-smmu-v2
133
135
- const : qcom,adreno-smmu
134
136
- 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
139
137
- description : Marvell SoCs implementing "arm,mmu-500"
140
138
items :
141
139
- const : marvell,ap806-smmu-500
@@ -534,6 +532,7 @@ allOf:
534
532
compatible :
535
533
items :
536
534
- enum :
535
+ - qcom,milos-smmu-500
537
536
- qcom,sar2130p-smmu-500
538
537
- qcom,sm8550-smmu-500
539
538
- qcom,sm8650-smmu-500
Original file line number Diff line number Diff line change @@ -379,6 +379,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
379
379
{ .compatible = "qcom,sdm670-mdss" },
380
380
{ .compatible = "qcom,sdm845-mdss" },
381
381
{ .compatible = "qcom,sdm845-mss-pil" },
382
+ { .compatible = "qcom,sm6115-mdss" },
382
383
{ .compatible = "qcom,sm6350-mdss" },
383
384
{ .compatible = "qcom,sm6375-mdss" },
384
385
{ .compatible = "qcom,sm8150-mdss" },
You can’t perform that action at this time.
0 commit comments