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

Unverified Commit 9783da23 authored by Christoph Niedermaier's avatar Christoph Niedermaier Committed by Mark Brown
Browse files

spi: spidev: Add dhcom-board to compatibility list



Prepare to use devices on the external SPI interface
on a DH electronics Development Board.

Signed-off-by: default avatarChristoph Niedermaier <cniedermaier@dh-electronics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent eceb995e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -672,6 +672,7 @@ static const struct of_device_id spidev_dt_ids[] = {
	{ .compatible = "ge,achc" },
	{ .compatible = "semtech,sx1301" },
	{ .compatible = "lwn,bk4" },
	{ .compatible = "dh,dhcom-board" },
	{},
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);