Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio: light: ltrf216a: Document the device name
@ 2024-07-14 19:37 Shreeya Patel
  2024-07-20 13:22 ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Shreeya Patel @ 2024-07-14 19:37 UTC (permalink / raw)
  To: jic23, lars; +Cc: linux-iio, linux-kernel, kernel, Shreeya Patel

Compatible 'ltr,ltrf216a' is used by Valve's Steamdeck device
via the ACPI + PRP0001 mechanism.
Document the device name alognside the compatible.

Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com>
---
 drivers/iio/light/ltrf216a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/light/ltrf216a.c b/drivers/iio/light/ltrf216a.c
index 68dc48420a88..e97ff8f7ecd0 100644
--- a/drivers/iio/light/ltrf216a.c
+++ b/drivers/iio/light/ltrf216a.c
@@ -528,7 +528,7 @@ MODULE_DEVICE_TABLE(i2c, ltrf216a_id);
 
 static const struct of_device_id ltrf216a_of_match[] = {
 	{ .compatible = "liteon,ltrf216a" },
-	{ .compatible = "ltr,ltrf216a" },
+	{ .compatible = "ltr,ltrf216a" }, /* For Valve's Steamdeck device */
 	{}
 };
 MODULE_DEVICE_TABLE(of, ltrf216a_of_match);
-- 
2.39.2


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

end of thread, other threads:[~2024-07-22 19:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-14 19:37 [PATCH] iio: light: ltrf216a: Document the device name Shreeya Patel
2024-07-20 13:22 ` Jonathan Cameron
2024-07-20 14:43   ` Rob Herring
2024-07-22 14:31   ` Shreeya Patel
2024-07-22 19:42     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox