* [PATCH] gpio: gpio-74164: Add 74lvc594 ID
@ 2016-12-15 10:50 Alexander Shiyan
0 siblings, 0 replies; only message in thread
From: Alexander Shiyan @ 2016-12-15 10:50 UTC (permalink / raw)
To: barebox
The latest kernel gpio-74x164 driver supports 74LVC594 IC ID.
Patch adds such ID to barebox driver.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
drivers/gpio/gpio-74164.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/gpio-74164.c b/drivers/gpio/gpio-74164.c
index 926207a..e4d413b 100644
--- a/drivers/gpio/gpio-74164.c
+++ b/drivers/gpio/gpio-74164.c
@@ -92,6 +92,7 @@ static struct gpio_ops gpio_74164_ops = {
static struct platform_device_id gpio_74164_ids[] = {
{ "74hc164" },
+ { "74lvc594" },
{ "74hc595" },
{ }
};
--
2.4.9
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-15 10:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 10:50 [PATCH] gpio: gpio-74164: Add 74lvc594 ID Alexander Shiyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox