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

Commit 381a274b authored by Shadab Naseem's avatar Shadab Naseem Committed by Mayank Grover
Browse files

soc: qcom: eud: Do not fail the EUD probe for secure device



TCSR register scm write is configured to fail for secure device.
This results in eud probe failure. As dwc3 driver's probe is
dependent on eud probe to be successful, ignore the register
write failure.

Change-Id: I3dc658bd89d2dacb636532d4b08b9aa3986a62e6
Signed-off-by: default avatarShadab Naseem <snaseem@codeaurora.org>
parent 1f75b3f8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -693,7 +693,6 @@ static int msm_eud_probe(struct platform_device *pdev)
				dev_err(&pdev->dev,
				"TCSR qcom_scm_io_writel failed with rc:%d\n",
				ret);
				goto error;
			}
		} else {
			dev_err(chip->dev,