Skip to content

Commit d044023

Browse files
anderssonwilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Add SC8280XP support
Add the Qualcomm SC8280XP platform to the list of compatible for which the Qualcomm-impl of the ARM SMMU should apply. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220503163429.960998-3-bjorn.andersson@linaro.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 38db6b4 commit d044023

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
408408
{ .compatible = "qcom,sc7180-smmu-500" },
409409
{ .compatible = "qcom,sc7280-smmu-500" },
410410
{ .compatible = "qcom,sc8180x-smmu-500" },
411+
{ .compatible = "qcom,sc8280xp-smmu-500" },
411412
{ .compatible = "qcom,sdm630-smmu-v2" },
412413
{ .compatible = "qcom,sdm845-smmu-500" },
413414
{ .compatible = "qcom,sm6125-smmu-500" },

0 commit comments

Comments
 (0)