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

Commit 00e48484 authored by Kuirong Wang's avatar Kuirong Wang
Browse files

spi: spidev: add Qualcomm spi codec slave driver



Use spidev for Qualcomm spi codec driver.

Change-Id: I3f06963b011d43038917a29e505536e0b38456a7
Signed-off-by: default avatarKuirong Wang <kuirongw@codeaurora.org>
parent aa3aa09a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -707,7 +707,8 @@ static int spidev_remove(struct spi_device *spi)
}

static const struct of_device_id spidev_dt_ids[] = {
	{ .compatible = "rohm,dh2228fv" },
	{ .compatible = "rohm,dh2228fv", },
	{ .compatible = "qcom,spi-msm-codec-slave", },
	{},
};