Merge pull request #32 from brain-hackers/spidev

Enable spidev for future use
This commit is contained in:
Takumi Sueda 2023-09-16 01:11:18 +09:00 committed by GitHub
commit b99fc905e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -678,6 +678,7 @@ static const struct of_device_id spidev_dt_ids[] = {
{ .compatible = "lwn,bk4" },
{ .compatible = "dh,dhcom-board" },
{ .compatible = "menlo,m53cpld" },
{ .compatible = "fsl,spidev" },
{},
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);