mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-24 15:52:02 +00:00
27 lines
786 B
Diff
27 lines
786 B
Diff
From d4d128324b8f8a9f5c441203d94703e41fa07df3 Mon Sep 17 00:00:00 2001
|
|
From: "Miouyouyou (Myy)" <myy@miouyouyou.fr>
|
|
Date: Mon, 5 Nov 2018 19:57:56 +0100
|
|
Subject: [PATCH] spi: Added support for Tinkerboard's SPI interface
|
|
|
|
Imported from ARMbian
|
|
|
|
Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>
|
|
---
|
|
drivers/spi/spidev.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
|
|
index b0c76e262..36b5e7774 100644
|
|
--- a/drivers/spi/spidev.c
|
|
+++ b/drivers/spi/spidev.c
|
|
@@ -670,6 +670,7 @@ static const struct of_device_id spidev_dt_ids[] = {
|
|
{ .compatible = "ge,achc" },
|
|
{ .compatible = "semtech,sx1301" },
|
|
{ .compatible = "lwn,bk4" },
|
|
+ { .compatible = "rockchip,spi_tinker" },
|
|
{},
|
|
};
|
|
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
|
|
--
|
|
2.16.4
|
|
|