From: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
To: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
Rob Herring <robh+dt@kernel.org>,
Lee Jones <lee.jones@linaro.org>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <brgl@bgdev.pl>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [PATCH v10 3/6] gpio: logicvc: Support compatible with major version only
Date: Thu, 20 Jan 2022 16:00:21 +0100 [thread overview]
Message-ID: <20220120150024.646714-4-paul.kocialkowski@bootlin.com> (raw)
In-Reply-To: <20220120150024.646714-1-paul.kocialkowski@bootlin.com>
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
next prev parent reply other threads:[~2022-01-20 15:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-20 15:00 [PATCH v10 0/6] drm: LogiCVC display controller support Paul Kocialkowski
2022-01-20 15:00 ` [PATCH v10 1/6] dt-bindings: mfd: logicvc: Add a compatible with the major version only Paul Kocialkowski
2022-02-02 0:54 ` Rob Herring
2022-01-20 15:00 ` [PATCH v10 2/6] dt-bindings: gpio: logicvc: Add a compatible with " Paul Kocialkowski
2022-01-30 0:46 ` Linus Walleij
2022-02-02 14:26 ` Robin Murphy
2022-02-11 14:54 ` Paul Kocialkowski
2022-01-20 15:00 ` Paul Kocialkowski [this message]
2022-01-30 0:43 ` [PATCH v10 3/6] gpio: logicvc: Support " Linus Walleij
2022-02-03 9:10 ` Paul Kocialkowski
2022-02-08 9:54 ` Bartosz Golaszewski
2022-02-10 23:55 ` Linus Walleij
2022-01-20 15:00 ` [PATCH v10 4/6] dt-bindings: display: Add compatibles with major versions only Paul Kocialkowski
2022-01-30 0:46 ` Linus Walleij
2022-01-20 15:00 ` [PATCH v10 5/6] drm: Add support for the LogiCVC display controller Paul Kocialkowski
2022-01-20 15:00 ` [PATCH v10 6/6] NOTFORMERGE: drm/logicvc: Add plane colorkey support Paul Kocialkowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220120150024.646714-4-paul.kocialkowski@bootlin.com \
--to=paul.kocialkowski@bootlin.com \
--cc=airlied@linux.ie \
--cc=brgl@bgdev.pl \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=robh+dt@kernel.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).