summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Chan <[email protected]>2025-10-21 00:23:58 +0800
committerTom Rini <[email protected]>2025-10-30 11:04:51 -0600
commit5d6042ce3fdacefb075ef22ca9e14a7d13f43eca (patch)
tree6bad8a00f32155f53be1b727a20c068f87eb9c56
parented733d40ec3279fe8425becbe0552a2974051193 (diff)
iommu: qcom-smmu: Introduce sc7180 compatible string
Add basic compatible string for sc7180 family soc. Signed-off-by: Vitalii Skorkin <[email protected]> Co-developed-by: George Chan <[email protected]> Signed-off-by: George Chan <[email protected]> Reviewed-by: Casey Connolly <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
-rw-r--r--drivers/iommu/qcom-hyp-smmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c
index 161e0b60091..5b37c21f66c 100644
--- a/drivers/iommu/qcom-hyp-smmu.c
+++ b/drivers/iommu/qcom-hyp-smmu.c
@@ -388,6 +388,7 @@ static struct iommu_ops qcom_smmu_ops = {
};
static const struct udevice_id qcom_smmu500_ids[] = {
+ { .compatible = "qcom,sc7180-smmu-500" },
{ .compatible = "qcom,sc7280-smmu-500" },
{ .compatible = "qcom,sdm845-smmu-500" },
{ .compatible = "qcom,sm6350-smmu-500" },