All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spidev: Add Silicon Labs EM3581 device compatible
@ 2022-12-24  4:18 Vincent Tremblay
  2022-12-26 23:30 ` Mark Brown
  2022-12-27  2:35 ` [PATCH v2 1/2] dt-bindings: trivial-devices: Add silabs,em3581 Vincent Tremblay
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Tremblay @ 2022-12-24  4:18 UTC (permalink / raw)
  Cc: vincent, Mark Brown, linux-spi, linux-kernel

Add compatible string for Silicon Labs EM3581 device.

Signed-off-by: Vincent Tremblay <vincent@vtremblay.dev>
---
 drivers/spi/spidev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index 6313e7d0cdf8..319f8cc1cda8 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -702,6 +702,7 @@ static const struct spi_device_id spidev_spi_ids[] = {
 	{ .name = "m53cpld" },
 	{ .name = "spi-petra" },
 	{ .name = "spi-authenta" },
+	{ .name = "em3581" },
 	{},
 };
 MODULE_DEVICE_TABLE(spi, spidev_spi_ids);
@@ -728,6 +729,7 @@ static const struct of_device_id spidev_dt_ids[] = {
 	{ .compatible = "menlo,m53cpld", .data = &spidev_of_check },
 	{ .compatible = "cisco,spi-petra", .data = &spidev_of_check },
 	{ .compatible = "micron,spi-authenta", .data = &spidev_of_check },
+	{ .compatible = "siliconlabs,em3581", .data = &spidev_of_check },
 	{},
 };
 MODULE_DEVICE_TABLE(of, spidev_dt_ids);
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-27  2:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-24  4:18 [PATCH] spidev: Add Silicon Labs EM3581 device compatible Vincent Tremblay
2022-12-26 23:30 ` Mark Brown
2022-12-27  2:35 ` [PATCH v2 1/2] dt-bindings: trivial-devices: Add silabs,em3581 Vincent Tremblay
2022-12-27  2:35   ` [PATCH v2 2/2] spidev: Add Silicon Labs EM3581 device compatible Vincent Tremblay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.