Thread (8 messages) 8 messages, 3 authors, 2024-09-09

Re: [PATCH v3 1/3] input: touchscreem: ad7877: add match table

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2024-09-09 10:05:12
Also in: linux-devicetree, linux-spi, lkml

On Mon, Sep 09, 2024 at 12:30:11PM +0300, Antoniu Miclaus wrote:
quoted hunk ↗ jump to hunk
Add match table for the ad7877 driver and define the compatible string.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
---
no changes in v3.
 drivers/input/touchscreen/ad7877.c | 7 +++++++
 1 file changed, 7 insertions(+)
diff --git a/drivers/input/touchscreen/ad7877.c b/drivers/input/touchscreen/ad7877.c
index a0598e9c7aff..7886454a19c6 100644
--- a/drivers/input/touchscreen/ad7877.c
+++ b/drivers/input/touchscreen/ad7877.c
@@ -805,10 +805,17 @@ static int ad7877_resume(struct device *dev)
 
 static DEFINE_SIMPLE_DEV_PM_OPS(ad7877_pm, ad7877_suspend, ad7877_resume);
 
+static const struct of_device_id ad7877_of_match[] = {
+	{ .compatible = "adi,ad7877", },
Bindings are before their users.

Best regards,
Krzysztof
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help