If arm-smmu is not configured, smmu cb will not be probed, still need to get pdev and uc_pdev. Signed-off-by: Cheng Zeng <[email protected]>
@@ -10708,6 +10708,8 @@ static int ipa3_attach_to_smmu(void)
}
} else {
+ ipa3_ctx->pdev = &ipa3_ctx->master_pdev->dev;
+ ipa3_ctx->uc_pdev = &ipa3_ctx->master_pdev->dev;
IPADBG("smmu is disabled\n");
return 0;