Skip to content

Commit 1a7180f

Browse files
anderssonwilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Add Qualcomm SC8180X impl
The primary SMMU found in Qualcomm SC8180X platform needs to use the Qualcomm implementation, so add a specific compatible for this. Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 9cde12b commit 1a7180f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
166166
{ .compatible = "qcom,mdss" },
167167
{ .compatible = "qcom,sc7180-mdss" },
168168
{ .compatible = "qcom,sc7180-mss-pil" },
169+
{ .compatible = "qcom,sc8180x-mdss" },
169170
{ .compatible = "qcom,sdm845-mdss" },
170171
{ .compatible = "qcom,sdm845-mss-pil" },
171172
{ }
@@ -327,6 +328,7 @@ static struct arm_smmu_device *qcom_smmu_create(struct arm_smmu_device *smmu,
327328
static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
328329
{ .compatible = "qcom,msm8998-smmu-v2" },
329330
{ .compatible = "qcom,sc7180-smmu-500" },
331+
{ .compatible = "qcom,sc8180x-smmu-500" },
330332
{ .compatible = "qcom,sdm630-smmu-v2" },
331333
{ .compatible = "qcom,sdm845-smmu-500" },
332334
{ .compatible = "qcom,sm8150-smmu-500" },

0 commit comments

Comments
 (0)