public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: Force DLL0945 touchpad i2c freq to 100khz
@ 2025-06-20  5:28 fangzhong.zhou
  2025-07-28  8:59 ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: fangzhong.zhou @ 2025-06-20  5:28 UTC (permalink / raw)
  To: wsa+renesas; +Cc: westeri, linux-i2c, linux-acpi, linux-kernel, fangzhong.zhou

Signed-off-by: fangzhong.zhou <myth5@myth5.com>
---
 drivers/i2c/i2c-core-acpi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
index d2499f302b50..5b424637bbaf 100644
--- a/drivers/i2c/i2c-core-acpi.c
+++ b/drivers/i2c/i2c-core-acpi.c
@@ -371,6 +371,7 @@ static const struct acpi_device_id i2c_acpi_force_100khz_device_ids[] = {
 	 * a 400KHz frequency. The root cause of the issue is not known.
 	 */
 	{ "ELAN06FA", 0 },
+	{ "DLL0945", 0 },
 	{}
 };
2.48.1


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

end of thread, other threads:[~2025-08-03 20:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20  5:28 [PATCH] i2c: Force DLL0945 touchpad i2c freq to 100khz fangzhong.zhou
2025-07-28  8:59 ` Wolfram Sang
2025-08-01 14:54   ` fangzhong.zhou
2025-08-02 23:15     ` [PATCH v1] " fangzhong.zhou
2025-08-03 20:39       ` Wolfram Sang

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