[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230828080909.16610-1-macpaul.lin@mediatek.com>
Date: Mon, 28 Aug 2023 16:09:09 +0800
From: Macpaul Lin <macpaul.lin@...iatek.com>
To: Mark Brown <broonie@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>,
<linux-spi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>
CC: Bear Wang <bear.wang@...iatek.com>,
Pablo Sun <pablo.sun@...iatek.com>,
Macpaul Lin <macpaul.lin@...iatek.com>,
Macpaul Lin <macpaul@...il.com>,
Chunfeng Yun <chunfeng.yun@...iatek.com>,
Fabien Parent <fparent@...libre.com>
Subject: [PATCH] spidev: add compatible string for MediaTek IoT (Genio) boards
Add compatible string for MediaTek IoT (Genio) boards.
Signed-off-by: Fabien Parent <fparent@...libre.com>
Signed-off-by: Macpaul Lin <macpaul.lin@...iatek.com>
---
drivers/spi/spidev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index d13dc15cc191..9d7952dbbaa6 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -714,6 +714,7 @@ static const struct spi_device_id spidev_spi_ids[] = {
{ .name = "spi-authenta" },
{ .name = "em3581" },
{ .name = "si3210" },
+ { .name = "genio-board" },
{},
};
MODULE_DEVICE_TABLE(spi, spidev_spi_ids);
@@ -742,6 +743,7 @@ static const struct of_device_id spidev_dt_ids[] = {
{ .compatible = "semtech,sx1301", .data = &spidev_of_check },
{ .compatible = "silabs,em3581", .data = &spidev_of_check },
{ .compatible = "silabs,si3210", .data = &spidev_of_check },
+ { .compatible = "mediatek,genio-board", .data = &spidev_of_check },
{},
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
--
2.18.0
Powered by blists - more mailing lists