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

Commit 08a18f65 authored by Manohar Vavilapalli's avatar Manohar Vavilapalli
Browse files

drivers: soc: Make sa515 compatible to use sdx_ext_ipc driver



Adds sa515 in compatible list of sdx_ext_ipc driver to
facilitate communication between external AP and modem using
IPC gpios.

Change-Id: I838a62082f5e22f5d692f786a85389a96cdf4cda
Signed-off-by: default avatarManohar Vavilapalli <mvavilap@codeaurora.org>
parent c5ac9792
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -284,6 +284,7 @@ static int sdx_ext_ipc_remove(struct platform_device *pdev)

static const struct of_device_id sdx_ext_ipc_of_match[] = {
	{ .compatible = "qcom,sdx-ext-ipc"},
	{ .compatible = "qcom,sa515m-ccard"},
	{},
};