projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6313f4b
)
drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation
author
Melody Olvera
<quic_molvera@quicinc.com>
Wed, 26 Oct 2022 19:05:34 +0000
(12:05 -0700)
committer
Will Deacon
<will@kernel.org>
Mon, 14 Nov 2022 13:39:05 +0000
(13:39 +0000)
Add compatible for Qualcomm QDU1000 and QRU1000 SoCs to add iommu
support for them.
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
Link:
https://lore.kernel.org/r/20221026190534.4004945-3-quic_molvera@quicinc.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index b2708de25ea345e017f441f3d1f0495264bf41d1..0580a381a04ba78ad7adebf04fb2a4711b2dd83a 100644
(file)
--- a/
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@
-426,6
+426,7
@@
static struct arm_smmu_device *qcom_smmu_create(struct arm_smmu_device *smmu,
static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
{ .compatible = "qcom,msm8998-smmu-v2" },
{ .compatible = "qcom,qcm2290-smmu-500" },
+ { .compatible = "qcom,qdu1000-smmu-500" },
{ .compatible = "qcom,sc7180-smmu-500" },
{ .compatible = "qcom,sc7280-smmu-500" },
{ .compatible = "qcom,sc8180x-smmu-500" },