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

Commit 4ec71ffb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "spi: spidev: add Qualcomm spi codec slave driver"

parents ea26407c c3f84959
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);