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

Commit 9046a2c0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 315b08df 00e48484
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", },
	{},
};