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

Commit c3f84959 authored by Fei Tong's avatar Fei Tong Committed by Gerrit - the friendly Code Review server
Browse files

spi: spidev: add Qualcomm spi codec slave driver



Use spidev for Qualcomm spi audio codec driver.

Change-Id: I7f80c95e44f809f65a30de0d543f7c6a039d7550
Signed-off-by: default avatarFei Tong <ftong@codeaurora.org>
parent 5b540967
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -678,6 +678,9 @@ static const struct of_device_id spidev_dt_ids[] = {
	{ .compatible = "lwn,bk4" },
	{ .compatible = "dh,dhcom-board" },
	{ .compatible = "menlo,m53cpld" },
#ifdef CONFIG_AUDIO_QGKI
	{ .compatible = "qcom,spi-msm-codec-slave" },
#endif
	{},
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);