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: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Christoph Niedermaier 2019-05-16 13:01:49 +02:00 committed by Mark Brown
parent eceb995e04
commit 9783da2384
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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);