projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743302d
)
iommu/arm-smmu-qcom: Add SM6375 SMMU compatible
author
Konrad Dybcio
<konrad.dybcio@somainline.org>
Sat, 16 Jul 2022 19:32:23 +0000
(21:32 +0200)
committer
Will Deacon
<will@kernel.org>
Tue, 19 Jul 2022 17:24:28 +0000
(18:24 +0100)
Add a compatible for SM6375 to the qcom impl match list.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link:
https://lore.kernel.org/r/20220716193223.455859-2-konrad.dybcio@somainline.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 de25071e33ab90e93abd5e595ae7bef4647046b8..b2708de25ea345e017f441f3d1f0495264bf41d1 100644
(file)
--- a/
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@
-434,6
+434,7
@@
static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
{ .compatible = "qcom,sdm845-smmu-500" },
{ .compatible = "qcom,sm6125-smmu-500" },
{ .compatible = "qcom,sm6350-smmu-500" },
+ { .compatible = "qcom,sm6375-smmu-500" },
{ .compatible = "qcom,sm8150-smmu-500" },
{ .compatible = "qcom,sm8250-smmu-500" },
{ .compatible = "qcom,sm8350-smmu-500" },