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

Commit 2a79362f authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

msm: rpm-smd: Don't ignore the rpm-standalone property



Honor the rpm-standalone property in device tree regardless
of whether an RPM SMD channel exists.

Change-Id: I102b06420fdfa1505d8f43e8936a8e9cee4f1ce4
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent da1a9b00
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1359,12 +1359,6 @@ static int msm_rpm_dev_probe(struct platform_device *pdev)

		BUG_ON(!standalone);
		complete(&msm_rpm_data.smd_open);
	} else {
		/*
		 * Override DT's suggestion to try standalone; since we have an
		 * SMD channel.
		 */
		standalone = false;
	}

	wait_for_completion(&msm_rpm_data.smd_open);