提交 1a4d458b 编写于 作者: A Alexander Shiyan 提交者: Linus Walleij

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: NAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 8e7c1b80
Cirrus Logic CLPS711X GPIO controller Cirrus Logic CLPS711X GPIO controller
Required properties: Required properties:
- compatible: Should be "cirrus,clps711x-gpio" - compatible: Should be "cirrus,ep7209-gpio"
- reg: Physical base GPIO controller registers location and length. - reg: Physical base GPIO controller registers location and length.
There should be two registers, first is DATA register, the second There should be two registers, first is DATA register, the second
is DIRECTION. is DIRECTION.
...@@ -21,7 +21,7 @@ aliases { ...@@ -21,7 +21,7 @@ aliases {
}; };
porta: gpio@80000000 { porta: gpio@80000000 {
compatible = "cirrus,clps711x-gpio"; compatible = "cirrus,ep7312-gpio","cirrus,ep7209-gpio";
reg = <0x80000000 0x1>, <0x80000040 0x1>; reg = <0x80000000 0x1>, <0x80000040 0x1>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
......
...@@ -71,7 +71,7 @@ static int clps711x_gpio_probe(struct platform_device *pdev) ...@@ -71,7 +71,7 @@ static int clps711x_gpio_probe(struct platform_device *pdev)
} }
static const struct of_device_id __maybe_unused clps711x_gpio_ids[] = { 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); MODULE_DEVICE_TABLE(of, clps711x_gpio_ids);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册