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

Commit 5acfc76c authored by Kuirong Wang's avatar Kuirong Wang Committed by Gerrit - the friendly Code Review server
Browse files

spi: spidev: add Qualcomm spi codec slave driver



Use spidev for Qualcomm spi codec driver.

CRs-fixed: 2290210
Change-Id: I3f06963b011d43038917a29e505536e0b38456a7
Signed-off-by: default avatarKuirong Wang <kuirongw@codeaurora.org>
Signed-off-by: default avatarDerek Chen <chenche@codeaurora.org>
parent 129965d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -669,6 +669,7 @@ static const struct of_device_id spidev_dt_ids[] = {
	{ .compatible = "lineartechnology,ltc2488" },
	{ .compatible = "ge,achc" },
	{ .compatible = "semtech,sx1301" },
	{ .compatible = "qcom,spi-msm-codec-slave" },
	{},
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);