devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] iommu: arm-smmu-qcom: Add compatible for qcm2290
@ 2021-10-01 14:00 Loic Poulain
  2021-10-01 14:00 ` [PATCH 2/2] dt-bindings: arm-smmu: Add qcm2290 compatible strings Loic Poulain
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Loic Poulain @ 2021-10-01 14:00 UTC (permalink / raw)
  To: will, robh+dt, joro
  Cc: iommu, devicetree, shawn.guo, bjorn.andersson, robin.murphy,
	Loic Poulain

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
---
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index 55690af..d105186 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -412,6 +412,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
 	{ .compatible = "qcom,sm8150-smmu-500" },
 	{ .compatible = "qcom,sm8250-smmu-500" },
 	{ .compatible = "qcom,sm8350-smmu-500" },
+	{ .compatible = "qcom,qcm2290-smmu-500" },
 	{ }
 };
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-04 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-01 14:00 [PATCH 1/2] iommu: arm-smmu-qcom: Add compatible for qcm2290 Loic Poulain
2021-10-01 14:00 ` [PATCH 2/2] dt-bindings: arm-smmu: Add qcm2290 compatible strings Loic Poulain
2021-10-01 17:32 ` [PATCH 1/2] iommu: arm-smmu-qcom: Add compatible for qcm2290 Bjorn Andersson
2021-10-04 12:05 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).