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

Commit 50d8a064 authored by Nick Schutt's avatar Nick Schutt Committed by Gerrit - the friendly Code Review server
Browse files

Change clock tree name to qcom, mcd to avoid using the same device in the tree as another module



Change-Id: I2bbd7d99a37433225f4683d7174fd7a7855cd72e
Signed-off-by: default avatarNick Schutt <nickschutt@gmail.com>
Git-commit: 11e18ffa6b81b71cb56117f8c7c19edf25d88a3b
Git-repo: https://code.google.com/p/tee-mobicore-driver.kernel/


Acked-by: default avatarTony Hamilton <tonyh@qti.qualcomm.com>
Signed-off-by: default avatarKeith Fallows <keithf@codeaurora.org>
parent 042bdeb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1552,7 +1552,7 @@ static int mcd_resume(struct platform_device *pdev)

static struct of_device_id mcd_match[] = {
	{
		.compatible = "qcom,qcrypto",
		.compatible = "qcom,mcd",
	},
	{}
};