projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b5b6a
)
iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
author
Vinod Koul
<vkoul@kernel.org>
Fri, 15 Jan 2021 09:03:22 +0000
(14:33 +0530)
committer
Will Deacon
<will@kernel.org>
Fri, 22 Jan 2021 13:17:08 +0000
(13:17 +0000)
Add SM8350 qcom iommu implementation to the table of
qcom_smmu_impl_of_match table which brings in iommu support for SM8350
SoC
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link:
https://lore.kernel.org/r/20210115090322.2287538-2-vkoul@kernel.org
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 82c7edc6e025d90ae9fa5430eed071ea7af00267..3b6fdbb6c91684676ffeebfc764009c70f0e2f23 100644
(file)
--- a/
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@
-333,6
+333,7
@@
static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
{ .compatible = "qcom,sdm845-smmu-500" },
{ .compatible = "qcom,sm8150-smmu-500" },
{ .compatible = "qcom,sm8250-smmu-500" },
+ { .compatible = "qcom,sm8350-smmu-500" },
{ }
};