summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2018-12-19 11:03:58 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-20 08:57:31 +0100
commite3bb0109ea76f559e0059ef98c798d8813e8588f (patch)
tree61d80c8d4a534f8a985b90c227bed8c93fe25458 /drivers/gpio
parenta2ce24f9bc1149f5374de1b0c7d27bf8ec4c29ae (diff)
downloadbarebox-e3bb0109ea76f559e0059ef98c798d8813e8588f.tar.gz
barebox-e3bb0109ea76f559e0059ef98c798d8813e8588f.tar.xz
gpio: clps711x: Change compatible string
This patch changes compatible string for CLPS711X GPIO driver to "cirrus,ep7209-gpio" for conform with linux kernel. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-clps711x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-clps711x.c b/drivers/gpio/gpio-clps711x.c
index c1ec6ab685..eef2a29e8b 100644
--- a/drivers/gpio/gpio-clps711x.c
+++ b/drivers/gpio/gpio-clps711x.c
@@ -71,7 +71,7 @@ out_err:
}
static struct of_device_id __maybe_unused clps711x_gpio_dt_ids[] = {
- { .compatible = "cirrus,clps711x-gpio", },
+ { .compatible = "cirrus,ep7209-gpio", },
{ /* sentinel */ }
};