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

Commit 51e02a8f authored by Shadab Naseem's avatar Shadab Naseem
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 2a98f234
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/kernel.h>
@@ -621,7 +621,6 @@ static int msm_eud_probe(struct platform_device *pdev)
			if (ret) {
				dev_err(&pdev->dev,
				"TCSR scm_io_write failed with rc:%d\n", ret);
				goto error;
			}
		} else {
			dev_err(chip->dev,