diff --git a/msm/msm_smmu.c b/msm/msm_smmu.c index 8800fb0928e27..d61f3450228c5 100644 --- a/msm/msm_smmu.c +++ b/msm/msm_smmu.c @@ -444,6 +444,8 @@ static int msm_smmu_probe(struct platform_device *pdev) dev_err(&pdev->dev, "iommu get domain for dev failed\n"); return -EINVAL; } + client->secure = domain->secure; + client->domain_attached = true; if (!client->dev->dma_parms) client->dev->dma_parms = devm_kzalloc(client->dev,