Skip to content

Commit 7b52f53

Browse files
Melody Olverawilldeacon
authored andcommitted
drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation
Add compatible for Qualcomm QDU1000 and QRU1000 SoCs to add iommu support for them. Signed-off-by: Melody Olvera <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 6313f4b commit 7b52f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ static struct arm_smmu_device *qcom_smmu_create(struct arm_smmu_device *smmu,
426426
static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
427427
{ .compatible = "qcom,msm8998-smmu-v2" },
428428
{ .compatible = "qcom,qcm2290-smmu-500" },
429+
{ .compatible = "qcom,qdu1000-smmu-500" },
429430
{ .compatible = "qcom,sc7180-smmu-500" },
430431
{ .compatible = "qcom,sc7280-smmu-500" },
431432
{ .compatible = "qcom,sc8180x-smmu-500" },

0 commit comments

Comments
 (0)