9
0
Fork 0

gpio: gpio-74164: Add 74lvc594 ID

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>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2016-12-29 10:05:45 +03:00 committed by Sascha Hauer
parent 8efe68644e
commit d5ceee45a3
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ static struct gpio_ops gpio_74164_ops = {
static struct platform_device_id gpio_74164_ids[] = {
{ "74hc164" },
{ "74lvc594" },
{ "74hc595" },
{ }
};