Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 462de629 authored by Pramod Kumar's avatar Pramod Kumar Committed by Linus Walleij
Browse files

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: default avatarPramod Kumar <pramodku@broadcom.com>
Reviewed-by: default avatarRay Jui <rjui@broadcom.com>
Reviewed-by: default avatarScott Branden <sbranden@broadcom.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e1aaaf3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -645,6 +645,7 @@ static const struct of_device_id cygnus_gpio_of_match[] = {
	{ .compatible = "brcm,cygnus-ccm-gpio" },
	{ .compatible = "brcm,cygnus-asiu-gpio" },
	{ .compatible = "brcm,cygnus-crmu-gpio" },
	{ .compatible = "brcm,iproc-gpio" },
	{ }
};