projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e0e9f
)
iommu: qcom-smmu: add sc7280-smmu-500 compatible
author
Caleb Connolly
<caleb.connolly@linaro.org>
Wed, 21 Aug 2024 13:41:49 +0000
(15:41 +0200)
committer
Caleb Connolly
<caleb.connolly@linaro.org>
Fri, 6 Sep 2024 08:47:47 +0000
(10:47 +0200)
This soc doesn't have the generic compatible.
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 7b646d840dd4ea5e09bbf71f06a605e5f6418d03..1b5a09bb7b39decd28d4221087ac0c3247ea3fc0 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,sc7280-smmu-500" },
{ .compatible = "qcom,smmu-500", },
{ /* sentinel */ }
};