We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cde12b commit 1a7180fCopy full SHA for 1a7180f
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -166,6 +166,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
166
{ .compatible = "qcom,mdss" },
167
{ .compatible = "qcom,sc7180-mdss" },
168
{ .compatible = "qcom,sc7180-mss-pil" },
169
+ { .compatible = "qcom,sc8180x-mdss" },
170
{ .compatible = "qcom,sdm845-mdss" },
171
{ .compatible = "qcom,sdm845-mss-pil" },
172
{ }
@@ -327,6 +328,7 @@ static struct arm_smmu_device *qcom_smmu_create(struct arm_smmu_device *smmu,
327
328
static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
329
{ .compatible = "qcom,msm8998-smmu-v2" },
330
{ .compatible = "qcom,sc7180-smmu-500" },
331
+ { .compatible = "qcom,sc8180x-smmu-500" },
332
{ .compatible = "qcom,sdm630-smmu-v2" },
333
{ .compatible = "qcom,sdm845-smmu-500" },
334
{ .compatible = "qcom,sm8150-smmu-500" },
0 commit comments