提交 462de629 编写于 作者: P Pramod Kumar 提交者: Linus Walleij

pinctrl: Add new compatible string to GPIO controller driver

This compatible string should be used for all new iproc based future
SoCs having the same GPIO controller hardware.
Signed-off-by: NPramod Kumar <pramodku@broadcom.com>
Reviewed-by: NRay Jui <rjui@broadcom.com>
Reviewed-by: NScott Branden <sbranden@broadcom.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 e1aaaf3f
...@@ -645,6 +645,7 @@ static const struct of_device_id cygnus_gpio_of_match[] = { ...@@ -645,6 +645,7 @@ static const struct of_device_id cygnus_gpio_of_match[] = {
{ .compatible = "brcm,cygnus-ccm-gpio" }, { .compatible = "brcm,cygnus-ccm-gpio" },
{ .compatible = "brcm,cygnus-asiu-gpio" }, { .compatible = "brcm,cygnus-asiu-gpio" },
{ .compatible = "brcm,cygnus-crmu-gpio" }, { .compatible = "brcm,cygnus-crmu-gpio" },
{ .compatible = "brcm,iproc-gpio" },
{ } { }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册