From: George Chan <[email protected]> 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]> --- drivers/iommu/qcom-hyp-smmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/qcom-hyp-smmu.c b/drivers/iommu/qcom-hyp-smmu.c index 2e51ce4f242..519e7f4e7b2 100644 --- a/drivers/iommu/qcom-hyp-smmu.c +++ b/drivers/iommu/qcom-hyp-smmu.c @@ -389,6 +389,7 @@ static struct iommu_ops qcom_smmu_ops = { static const struct udevice_id qcom_smmu500_ids[] = { { .compatible = "qcom,sdm845-smmu-500" }, + { .compatible = "qcom,sc7180-smmu-500" }, { .compatible = "qcom,sc7280-smmu-500" }, { .compatible = "qcom,smmu-500", }, { /* sentinel */ } -- 2.43.0

