summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-clps711x.c
diff options
context:
space:
mode:
authorAlexander Shiyan2016-06-04 09:09:59 +0200
committerLinus Walleij2016-06-08 10:48:09 +0200
commit1a4d458bdf4694e014d54499348d101ffdb4cab5 (patch)
treebd9bb57b594ff2236efac86d11aa0b4a896f29e7 /drivers/gpio/gpio-clps711x.c
parentgpio: xilinx: Add support to set multiple GPIO at once (diff)
downloadkernel-qcow2-linux-1a4d458bdf4694e014d54499348d101ffdb4cab5.tar.gz
kernel-qcow2-linux-1a4d458bdf4694e014d54499348d101ffdb4cab5.tar.xz
kernel-qcow2-linux-1a4d458bdf4694e014d54499348d101ffdb4cab5.zip
gpio: clps711x: Change the compatibility string
This patch changes the compatibility string to match with the smallest supported chip (EP7209). Since the DT-support for this CPU is not yet announced, this change is safe. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-clps711x.c')
-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 5a690256af9b..cd3781e5622f 100644
--- a/drivers/gpio/gpio-clps711x.c
+++ b/drivers/gpio/gpio-clps711x.c
@@ -71,7 +71,7 @@ static int clps711x_gpio_probe(struct platform_device *pdev)
}
static const struct of_device_id __maybe_unused clps711x_gpio_ids[] = {
- { .compatible = "cirrus,clps711x-gpio" },
+ { .compatible = "cirrus,ep7209-gpio" },
{ }
};
MODULE_DEVICE_TABLE(of, clps711x_gpio_ids);