projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf1eb9
)
iommu: qcom-smmu: add qcom generic compatible
author
Caleb Connolly
<caleb.connolly@linaro.org>
Thu, 18 Apr 2024 17:25:46 +0000
(18:25 +0100)
committer
Caleb Connolly
<caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:28 +0000
(13:29 +0200)
With the exception of SDM845, most other Qualcomm SoCs have the Qualcomm
specific (but not SoC) specific SMMU compatible string. Add it here so
we can match those without having to add individual SoCs to the list
here.
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/iommu/qcom-hyp-smmu.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/qcom-hyp-smmu.c
b/drivers/iommu/qcom-hyp-smmu.c
index f2b39de56f4ad8f0d915e219cd059d21846b5065..7b646d840dd4ea5e09bbf71f06a605e5f6418d03 100644
(file)
--- a/
drivers/iommu/qcom-hyp-smmu.c
+++ b/
drivers/iommu/qcom-hyp-smmu.c
@@
-381,6
+381,7
@@
static struct iommu_ops qcom_smmu_ops = {
static const struct udevice_id qcom_smmu500_ids[] = {
{ .compatible = "qcom,sdm845-smmu-500" },
+ { .compatible = "qcom,smmu-500", },
{ /* sentinel */ }
};