Message ID | 20220120150024.646714-4-paul.kocialkowski@bootlin.com |
---|---|
State | New |
Headers | show |
Series | [v10,1/6] dt-bindings: mfd: logicvc: Add a compatible with the major version only | expand |
On Thu, Jan 20, 2022 at 4:00 PM Paul Kocialkowski <paul.kocialkowski@bootlin.com> wrote: > Support the newly-introduced common compatible for version 3. > > Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Are there dependencies between the GPIO patches and the rest? Doesn't look like that. Can Bartosz just merge the GPIO stuff to the GPIO tree? Yours, Linus Walleij
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" }, { } };
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(-)