Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f57f579 authored by Kyle Yan's avatar Kyle Yan
Browse files

soc: qcom: Update deprecated msm bus-id in PIL



MSM_BUS_MASTER_CRYPTO_CORE0 is deprecated in SDM845. Update
PIL to use MSM_BUS_MASTER_CRYPTO_CORE_0 instead.

Change-Id: I404b56c13bb66a78b5a8ca002ca5fa612f3d170c
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent 20e0464b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1054,7 +1054,7 @@ static int pil_tz_driver_probe(struct platform_device *pdev)
									rc);
			return rc;
		}
		scm_pas_init(MSM_BUS_MASTER_CRYPTO_CORE0);
		scm_pas_init(MSM_BUS_MASTER_CRYPTO_CORE_0);
	}

	rc = pil_desc_init(&d->desc);