mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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:
parent
eceb995e04
commit
9783da2384
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user