lkml.org 
[lkml]   [2022]   [Jan]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v10 3/6] gpio: logicvc: Support compatible with major version only
Date
Support the newly-introduced common compatible for version 3.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
---
drivers/gpio/gpio-logicvc.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/gpio/gpio-logicvc.c b/drivers/gpio/gpio-logicvc.c
index 992cc958a43f..9b27343f5242 100644
--- a/drivers/gpio/gpio-logicvc.c
+++ b/drivers/gpio/gpio-logicvc.c
@@ -145,9 +145,8 @@ static int logicvc_gpio_probe(struct platform_device *pdev)
}

static const struct of_device_id logicivc_gpio_of_table[] = {
- {
- .compatible = "xylon,logicvc-3.02.a-gpio",
- },
+ { .compatible = "xylon,logicvc-3.02.a-gpio" },
+ { .compatible = "xylon,logicvc-3-gpio" },
{ }
};

--
2.34.1
\
 
 \ /
  Last update: 2022-01-20 16:01    [W:0.913 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site