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

Commit 59f723dc authored by Pavan Kumar Chilamkurthi's avatar Pavan Kumar Chilamkurthi
Browse files

msm: camera: csiphy: Do not enable csiphy IRQs



Use ENABLE_IRQ flag which disables csiphy IRQs
while enabling soc platform resources.

Change-Id: I6b96e32f37b86089d1c3158040608064d7daf4da
Signed-off-by: default avatarPavan Kumar Chilamkurthi <pchilamk@codeaurora.org>
parent 846635ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ int32_t cam_csiphy_enable_hw(struct csiphy_device *csiphy_dev)
	}

	rc = cam_soc_util_enable_platform_resource(soc_info, true,
		CAM_TURBO_VOTE, true);
		CAM_TURBO_VOTE, ENABLE_IRQ);
	if (rc < 0) {
		pr_err("%s:%d failed to enable platform resources %d\n",
			__func__, __LINE__, rc);