Skip to content

Commit ef660de

Browse files
Konrad Dybciowilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Add SM6375 SMMU compatible
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>
1 parent 743302d commit ef660de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
434434
{ .compatible = "qcom,sdm845-smmu-500" },
435435
{ .compatible = "qcom,sm6125-smmu-500" },
436436
{ .compatible = "qcom,sm6350-smmu-500" },
437+
{ .compatible = "qcom,sm6375-smmu-500" },
437438
{ .compatible = "qcom,sm8150-smmu-500" },
438439
{ .compatible = "qcom,sm8250-smmu-500" },
439440
{ .compatible = "qcom,sm8350-smmu-500" },

0 commit comments

Comments
 (0)