git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af87d8
)
iommu: qcom-smmu: Add qcom,sm6350-smmu-500 compatible
author
Luca Weiss
<luca.weiss@fairphone.com>
Wed, 17 Sep 2025 12:47:37 +0000
(14:47 +0200)
committer
Casey Connolly
<casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:33 +0000
(12:27 +0100)
This SoC doesn't have the generic compatible.
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
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
2e51ce4
..
161e0b6
100644
(file)
--- a/
drivers/iommu/qcom-hyp-smmu.c
+++ b/
drivers/iommu/qcom-hyp-smmu.c
@@
-388,8
+388,9
@@
static struct iommu_ops qcom_smmu_ops = {
};
static const struct udevice_id qcom_smmu500_ids[] = {
- { .compatible = "qcom,sdm845-smmu-500" },
{ .compatible = "qcom,sc7280-smmu-500" },
+ { .compatible = "qcom,sdm845-smmu-500" },
+ { .compatible = "qcom,sm6350-smmu-500" },
{ .compatible = "qcom,smmu-500", },
{ /* sentinel */ }
};